/* =========================================================
   09. Agency Theme Support
   ========================================================= */

.agency-theme-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(13, 110, 253, 0.06),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #071333;
}

.agency-theme-head {
  max-width: 1240px;
}

.agency-theme-kicker {
  color: #0d5be8;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.agency-theme-kicker span {
  width: 54px;
  height: 2px;
  display: block;
  background: currentColor;
}

.agency-theme-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.agency-theme-head p {
  max-width: 1040px;
  color: #26345d;
  font-size: 18px;
  line-height: 1.45;
}

.agency-theme-step {
  position: relative;
  min-height: 392px;
  border: 1px solid #dbe8fb;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(13, 40, 88, 0.06);
}

.agency-theme-active {
  border-color: #0d5be8;
  box-shadow: 0 18px 42px rgba(13, 91, 232, 0.12);
}

.agency-theme-no {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #071333;
  background: #cfe1ff;
  font-size: 18px;
  font-weight: 900;
}

.agency-theme-active .agency-theme-no {
  color: #ffffff;
  background: #0d5be8;
}

.agency-theme-green .agency-theme-no {
  color: #ffffff;
  background: #16a765;
}

.agency-theme-purple .agency-theme-no {
  color: #ffffff;
  background: #6d35ff;
}

.agency-theme-img {
  max-width: 220px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-theme-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.agency-theme-step h3 {
  max-width: 270px;
  margin: 0 auto 12px;
  color: #071333;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.agency-theme-active h3 {
  color: #0d5be8;
}

.agency-theme-line {
  width: 48px;
  height: 3px;
  display: block;
  margin: 0 auto 14px;
  background: #0d5be8;
  border-radius: 999px;
}

.agency-theme-green .agency-theme-line {
  background: #16a765;
}

.agency-theme-purple .agency-theme-line {
  background: #6d35ff;
}

.agency-theme-step p {
  max-width: 280px;
  margin: 0 auto;
  color: #071333;
  font-size: 16px;
  line-height: 1.45;
}

.agency-theme-arrow {
  position: absolute;
  left: -29px;
  top: 43%;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #0d5be8;
  font-size: 22px;
  box-shadow: 0 12px 24px rgba(13, 91, 232, 0.24);
  z-index: 5;
}

.agency-theme-support,
.agency-theme-cta {
  border: 1px solid #cfe1fa;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.agency-theme-support-item {
  padding: 0 20px;
  border-right: 1px dashed #9cc7ff;
}

.agency-theme-support-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0d5be8;
  font-size: 34px;
}

.agency-theme-support-icon.purple {
  color: #6d35ff;
  background: #f1ebff;
}

.agency-theme-support-icon.green {
  color: #16a765;
  background: #e8f8ef;
}

.agency-theme-support-icon.figma {
  color: #7c4dff;
  background: #eef5ff;
}

.agency-theme-support-icon.orange {
  color: #ff5a00;
  background: #fff1e3;
}

.agency-theme-support-icon.teal {
  color: #009688;
  background: #e8f7f5;
}

.agency-theme-support-icon.tools {
  gap: 5px;
  flex-wrap: wrap;
  color: #0d5be8;
  font-size: 20px;
}

.agency-theme-support-icon.tools i:nth-child(1) {
  color: #22c55e;
}

.agency-theme-support-icon.tools i:nth-child(2) {
  color: #071333;
}

.agency-theme-support-icon.tools i:nth-child(3) {
  color: #ff5a00;
}

.agency-theme-support-item p {
  max-width: 160px;
  margin: 0 auto;
  color: #071333;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 700;
}

/* CTA */
.agency-theme-cta {
  background:
    radial-gradient(circle at left, rgba(13, 110, 253, 0.08), transparent 28%),
    #f8fbff;
}

.agency-theme-cta-img {
  max-width: 320px;
}

.agency-theme-cta-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.agency-theme-cta-content h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.agency-theme-cta-content p {
  color: #26345d;
  font-size: 18px;
  line-height: 1.45;
}

.agency-theme-cta-points > div {
  padding-right: 24px;
  border-right: 1px solid #cfe1fa;
}

.agency-theme-cta-points > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.agency-theme-cta-points i {
  color: #0d5be8;
  font-size: 26px;
  flex-shrink: 0;
}

.agency-theme-cta-points span {
  color: #26345d;
  font-size: 14px;
  line-height: 1.25;
}

.agency-theme-cta-points strong {
  display: block;
  color: #071333;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.agency-theme-btn {
  min-height: 58px;
  gap: 14px;
  padding: 0 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0d6efd, #0053d6);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.24);
}

.agency-theme-btn i {
  font-size: 22px;
  flex-shrink: 0;
}

.agency-theme-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Agency Theme Support Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .agency-theme-kicker {
    font-size: 14px;
  }

  .agency-theme-head h2 {
    font-size: 32px;
  }

  .agency-theme-head p {
    font-size: 15px;
  }

  .agency-theme-step h3 {
    font-size: 20px;
  }

  .agency-theme-step p,
  .agency-theme-support-item p,
  .agency-theme-cta-points span {
    font-size: 14px;
  }

  .agency-theme-cta-points strong {
    font-size: 14px;
  }

  .agency-theme-cta-content h3 {
    font-size: 22px;
  }

  .agency-theme-cta-content p {
    font-size: 14px;
  }

  .agency-theme-btn {
    min-height: 58px;
    padding: 0 24px;
    font-size: 14px;
  }

  .agency-theme-btn i {
    font-size: 20px;
  }

  .agency-theme-img {
    max-width: 190px;
  }

  .agency-theme-step {
    min-height: 360px;
  }
}

@media (max-width: 1199px) {
  .agency-theme-step {
    min-height: auto;
  }

  .agency-theme-support-item {
    min-height: 170px;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px dashed #9cc7ff;
  }
}

@media (max-width: 991px) {
  .agency-theme-cta,
  .agency-theme-cta-content {
    text-align: center;
  }

  .agency-theme-cta-img {
    margin: 0 auto;
  }

  .agency-theme-cta-points {
    justify-content: center;
  }

  .agency-theme-cta-points > div {
    padding-right: 0;
    border-right: 0;
  }

  .agency-theme-btn {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .agency-theme-kicker {
    font-size: 13px;
  }

  .agency-theme-kicker span {
    width: 34px;
  }

  .agency-theme-head h2 {
    font-size: 22px;
  }

  .agency-theme-head p {
    font-size: 16px;
  }

  .agency-theme-step h3,
  .agency-theme-cta-content h3 {
    font-size: 16px;
  }

  .agency-theme-step p,
  .agency-theme-cta-content p,
  .agency-theme-support-item p,
  .agency-theme-btn,
  .agency-theme-cta-points span,
  .agency-theme-cta-points strong {
    font-size: 14px;
  }

  .agency-theme-step {
    padding: 22px !important;
  }

  .agency-theme-img {
    max-width: 180px;
  }

  .agency-theme-btn {
    min-height: 58px;
    padding: 0 18px;
    white-space: normal;
  }
  .agency-theme-description,
  .agency-theme-cta-description {
    font-size: 15px;
  }
  .agency-theme-step-description,
  .agency-theme-support-item p,
  .agency-theme-cta-points span {
    font-size: 13px;
  }
  .agency-theme-cta-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .agency-theme-support,
  .agency-theme-cta {
    padding: 18px !important;
  }

  .agency-theme-no {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .agency-theme-support-icon {
    width: 62px;
    height: 62px;
    font-size: 28px;
  }

  .agency-theme-cta-img {
    max-width: 260px;
  }

  .agency-theme-cta-points {
    gap: 18px !important;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}

