.elementor-683 .elementor-element.elementor-element-8159d23{--display:flex;}.elementor-683 .elementor-element.elementor-element-718f62d{--display:flex;}.elementor-683 .elementor-element.elementor-element-70430b8{--display:flex;}.elementor-683 .elementor-element.elementor-element-4c152561{--display:flex;}.elementor-683 .elementor-element.elementor-element-40997c8{--display:flex;}.elementor-683 .elementor-element.elementor-element-4391921{--display:flex;}.elementor-683 .elementor-element.elementor-element-4aac08c{--display:flex;}.elementor-683 .elementor-element.elementor-element-105b83d{--display:flex;}.elementor-683 .elementor-element.elementor-element-59b8ea6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-424e31a */.vp-coin-hero-categories {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 72px 20px 78px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 10%, rgba(217, 109, 97, 0.12) 0%, rgba(217, 109, 97, 0) 32%),
    radial-gradient(circle at 88% 8%, rgba(17, 24, 39, 0.10) 0%, rgba(17, 24, 39, 0) 30%),
    linear-gradient(180deg, #eef3f8 0%, #f8fafc 42%, #f8fafc 100%);
  font-family: Arial, Helvetica, sans-serif;
}

.vp-coin-hero-categories * {
  box-sizing: border-box;
}

.vp-coin-wrap {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  margin: 0 auto;
}

.vp-coin-bg-image {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.vp-coin-bg-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.13;
  filter: saturate(0.92) blur(0.2px);
}

.vp-coin-bg-image-one {
  top: -74px;
  right: -95px;
  width: 560px;
  transform: rotate(-7deg);
}

.vp-coin-bg-image-two {
  top: 225px;
  left: -120px;
  width: 430px;
  transform: rotate(10deg);
}

.vp-hero-head {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.vp-hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .07);
}

.vp-hero-head h1 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.7px;
}

.vp-hero-copy {
  max-width: 900px;
  margin: 0 auto 16px;
  color: #374151;
  font-size: 17px;
  line-height: 1.75;
}

.vp-hero-copy-mobile {
  display: none;
}

.vp-hero-subtext {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.vp-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.vp-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.vp-hero-btn-primary {
  background: #d96d61;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(217, 109, 97, .28);
}

.vp-hero-btn-primary:hover {
  background: #c75e53;
  color: #ffffff;
  transform: translateY(-2px);
}

.vp-hero-btn-secondary {
  background: #151b26;
  color: #ffffff;
}

.vp-hero-btn-secondary:hover {
  background: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

.vp-hero-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.vp-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #e5e7eb;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
}

.vp-coin-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  scroll-margin-top: 100px;
}

.vp-coin-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e8edf3;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vp-coin-card:hover {
  transform: translateY(-5px);
  border-color: #e6b7ae;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .11);
}

.vp-coin-img {
  height: 270px;
  padding: 30px 32px 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-coin-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform .2s ease;
}

.vp-coin-card:hover .vp-coin-img img {
  transform: scale(1.04);
}

.vp-coin-body {
  padding: 8px 24px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vp-coin-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #f3f5f8;
  color: #637083;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.vp-coin-body h2 {
  margin: 0 0 10px;
  color: #151b26;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -.25px;
}

.vp-coin-body p {
  margin: 0 0 22px;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.55;
  max-width: 310px;
}

.vp-coin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: #151b26;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transition: background .2s ease;
}

.vp-coin-link::after {
  content: "→";
  margin-left: 8px;
}

.vp-coin-card:hover .vp-coin-link {
  background: #d96d61;
}

.vp-coin-card:focus-visible {
  outline: 3px solid rgba(217, 109, 97, .35);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .vp-hero-head h1 {
    font-size: 40px;
  }

  .vp-coin-bg-image-one {
    width: 440px;
    right: -165px;
    top: -35px;
  }

  .vp-coin-bg-image-two {
    width: 340px;
    left: -150px;
    top: 285px;
  }

  .vp-coin-bg-image img {
    opacity: 0.10;
  }

  .vp-coin-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .vp-coin-card {
    grid-column: auto;
  }

  .vp-coin-img {
    height: 260px;
  }
}

@media (max-width: 640px) {
  .vp-coin-hero-categories {
    padding: 34px 10px 42px;
    border-radius: 18px;
  }

  .vp-coin-bg-image-one {
    width: 240px;
    right: -140px;
    top: 10px;
  }

  .vp-coin-bg-image-two {
    display: none;
  }

  .vp-coin-bg-image img {
    opacity: 0.055;
  }

  .vp-hero-head {
    margin-bottom: 24px;
  }

  .vp-hero-kicker {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .vp-hero-head h1 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.5px;
  }

  .vp-hero-copy-desktop {
    display: none;
  }

  .vp-hero-copy-mobile {
    display: block;
    max-width: 310px;
    margin: 0 auto 16px;
    font-size: 14px;
    line-height: 1.55;
    color: #374151;
  }

  .vp-hero-subtext {
    display: none;
  }

  .vp-hero-actions {
    gap: 9px;
    margin-bottom: 16px;
  }

  .vp-hero-btn {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  .vp-hero-points {
    max-width: 310px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .vp-hero-points span {
    justify-content: center;
    min-height: 30px;
    padding: 0 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .vp-hero-points span:last-child {
    grid-column: 1 / -1;
    width: 50%;
    margin: 0 auto;
  }

  .vp-coin-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vp-coin-card {
    border-radius: 18px;
  }

  .vp-coin-img {
    height: 128px;
    padding: 16px 12px 6px;
  }

  .vp-coin-body {
    padding: 6px 10px 14px;
  }

  .vp-coin-tag {
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 9px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .vp-coin-body h2 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.18;
    letter-spacing: -0.2px;
  }

  .vp-coin-desc {
    display: none;
  }

  .vp-coin-link {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .vp-coin-link::after {
    margin-left: 5px;
  }
}

@media (max-width: 360px) {
  .vp-coin-grid {
    grid-template-columns: 1fr;
  }

  .vp-coin-img {
    height: 190px;
  }

  .vp-coin-body h2 {
    font-size: 19px;
  }

  .vp-coin-link {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac143dc */.vp-order-flow {
  width: 100%;
  padding: 72px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vp-order-flow * {
  box-sizing: border-box;
}

.vp-order-flow-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.vp-order-flow-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.vp-order-flow-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff7f4;
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-order-flow-head h2 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.4px;
}

.vp-order-flow-head p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.vp-order-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vp-order-flow-card {
  position: relative;
  min-height: 310px;
  padding: 28px 28px 32px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  text-align: left;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vp-order-flow-card:hover {
  transform: translateY(-5px);
  border-color: #e6b7ae;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);
}

.vp-order-flow-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.vp-order-flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #151b26;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.vp-order-flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #ffffff;
  color: #d96d61;
  border: 1px solid #f0d7d3;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.vp-order-flow-icon svg {
  width: 31px;
  height: 31px;
}

.vp-order-flow-card h3 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.3px;
}

.vp-order-flow-card p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .vp-order-flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .vp-order-flow-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .vp-order-flow {
    padding: 46px 12px;
  }

  .vp-order-flow-head {
    margin-bottom: 28px;
  }

  .vp-order-flow-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }

  .vp-order-flow-head h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .vp-order-flow-head p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-order-flow-card {
    padding: 20px 18px 22px;
    border-radius: 18px;
  }

  .vp-order-flow-meta {
    margin-bottom: 20px;
  }

  .vp-order-flow-step {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .vp-order-flow-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .vp-order-flow-icon svg {
    width: 25px;
    height: 25px;
  }

  .vp-order-flow-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.25;
  }

  .vp-order-flow-card p {
    font-size: 13px;
    line-height: 1.55;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6faf9f */.vp-options-section {
  width: 100%;
  padding: 72px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vp-options-section * {
  box-sizing: border-box;
}

.vp-options-wrap {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

/* Left introduction */

.vp-options-intro {
  position: sticky;
  top: 100px;
  padding: 38px 34px;
  border-radius: 18px;
  background: linear-gradient(180deg, #151b26 0%, #222b3a 100%);
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
}

.vp-options-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffd8d2;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.vp-options-intro h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: -0.45px;
}

.vp-options-intro p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.vp-options-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 0 22px;
  border-radius: 999px;
  background: #d96d61;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: background 0.2s ease, transform 0.2s ease;
}

.vp-options-cta:hover {
  background: #c75e53;
  color: #ffffff;
  transform: translateY(-2px);
}

.vp-options-cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.65);
  outline-offset: 3px;
}

/* Option list */

.vp-options-list {
  display: grid;
  gap: 14px;
}

.vp-option-item {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 16px;
  display: grid;
  grid-template-columns: 44px 112px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid #e8edf3;
  border-radius: 18px;
  background: #f8fafc;
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.035);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.vp-option-item:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: #e6b7ae;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}

.vp-option-item:focus-visible {
  outline: 3px solid rgba(217, 109, 97, 0.3);
  outline-offset: 3px;
}

.vp-option-number {
  color: #d96d61;
  font-size: 18px;
  line-height: 1;
  font-weight: 850;
}

.vp-option-thumb {
  width: 112px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}

.vp-option-thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92%;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.vp-option-item:hover .vp-option-thumb img {
  transform: scale(1.04);
}

.vp-option-content {
  display: block;
  min-width: 0;
}

.vp-option-tag {
  display: inline-flex;
  margin-bottom: 7px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #637083;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.vp-option-title {
  display: block;
  margin-bottom: 6px;
  color: #151b26;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.25px;
}

.vp-option-text {
  display: block;
  margin-bottom: 8px;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.5;
}

.vp-option-link {
  display: inline-flex;
  align-items: center;
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

.vp-option-link::after {
  content: "→";
  margin-left: 6px;
}

/* Modal */

.vp-options-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.vp-options-modal.is-open {
  display: block;
}

.vp-options-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.vp-options-dialog {
  position: relative;
  width: min(760px, calc(100% - 28px));
  max-height: calc(100vh - 56px);
  margin: 28px auto;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

/* Close button */

.vp-options-close {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  margin: 0;
  padding: 0;

  border: 0;
  border-radius: 50%;
  background: #151b26;
  color: #ffffff;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  text-align: center;

  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.vp-options-close:hover {
  background: #d96d61;
  color: #ffffff;
  transform: scale(1.05);
}

.vp-options-close:focus-visible {
  outline: 3px solid rgba(217, 109, 97, 0.35);
  outline-offset: 3px;
}

/* Modal content */

.vp-options-modal-content {
  padding: 44px 42px 42px;
}

.vp-options-modal-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #f3f5f8;
  color: #d96d61;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.vp-options-modal-content h3 {
  margin: 0 50px 18px 0;
  color: #151b26;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 850;
}

.vp-options-modal-content h4 {
  margin: 24px 0 10px;
  color: #151b26;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 850;
}

.vp-options-modal-content p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.vp-options-modal-content ul {
  margin: 0;
  padding-left: 20px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

.vp-options-modal-content li {
  margin-bottom: 4px;
}

.vp-options-tip {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(217, 109, 97, 0.22);
  border-radius: 18px;
  background: #fff7f4;
  color: #374151;
  font-size: 15px;
  line-height: 1.65;
}

.vp-options-lock {
  overflow: hidden;
}

/* Tablet */

@media (max-width: 980px) {
  .vp-options-wrap {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .vp-options-intro {
    position: relative;
    top: auto;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .vp-options-section {
    padding: 44px 12px;
  }

  .vp-options-intro {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .vp-options-intro h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .vp-options-intro p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-options-cta {
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }

  .vp-option-item {
    grid-template-columns: 76px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .vp-option-number {
    display: none;
  }

  .vp-option-thumb {
    width: 76px;
    height: 76px;
    border-radius: 14px;
  }

  .vp-option-tag {
    margin-bottom: 5px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .vp-option-title {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .vp-option-text {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.4;
  }

  .vp-option-link {
    font-size: 12px;
  }

  .vp-options-dialog {
    width: calc(100% - 20px);
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    border-radius: 18px;
  }

  .vp-options-close {
    top: 12px;
    right: 12px;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    font-size: 24px;
  }

  .vp-options-modal-content {
    padding: 34px 20px 28px;
  }

  .vp-options-modal-content h3 {
    margin-right: 42px;
    font-size: 25px;
  }

  .vp-options-modal-content h4 {
    font-size: 17px;
  }

  .vp-options-modal-content p,
  .vp-options-modal-content ul {
    font-size: 14px;
  }

  .vp-options-tip {
    padding: 16px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-262081da *//* ===============================
   Promotional Scrolling Banner
   =============================== */

.promo-scroll-banner {
  width: 100%;
  overflow: hidden;
  background-color: #FFF1E6; /* soft orange accent */
  padding: 16px 0;
}

/* Moving track */
.promo-scroll-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  animation: promo-scroll 26s linear infinite;
  will-change: transform;
}

/* Text + icon */
.promo-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.4px;
  transition: color 0.2s ease;
}

/* Icon style */
.promo-icon {
  width: 16px;
  height: 16px;
  stroke: #111;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
  transition: stroke 0.2s ease;
}

/* Hover effect (desktop) */
@media (hover: hover) {
  .promo-item:hover {
    color: #E67E22;
  }

  .promo-item:hover .promo-icon {
    stroke: #E67E22;
  }
}

/* Animation */
@keyframes promo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===============================
   Mobile Optimization
   =============================== */

@media (max-width: 768px) {
  .promo-scroll-banner {
    padding: 12px 0;
  }

  .promo-scroll-track {
    gap: 20px;
    animation-duration: 20s;
  }

  .promo-item {
    font-size: 15px;
  }

  .promo-icon {
    width: 14px;
    height: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dd4a33 */.vp-case-highlights {
  width: 100%;
  padding: 76px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vp-case-highlights * {
  box-sizing: border-box;
}

.vp-case-highlights-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.vp-case-highlights-head {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center;
}

.vp-case-highlights-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff7f4;
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-case-highlights-head h2 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.4px;
}

.vp-case-highlights-head p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

/* Featured case */
.vp-feature-case {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
}

.vp-feature-image {
  position: relative;
  min-height: 390px;
  padding: 34px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.vp-feature-image img {
  display: block;
  max-width: 96%;
  max-height: 96%;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

/* shine effect */
.vp-feature-image-shine::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -35%;
  width: 26%;
  height: 140%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 35%,
    rgba(255,255,255,0.55) 50%,
    rgba(255,255,255,0.18) 65%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-22deg);
  filter: blur(1px);
  z-index: 2;
  pointer-events: none;
  animation: vpShineSweep 4.8s ease-in-out infinite;
}

@keyframes vpShineSweep {
  0% {
    left: -38%;
    opacity: 0;
  }
  8% {
    opacity: 0.25;
  }
  22% {
    opacity: 0.9;
  }
  38% {
    opacity: 0.35;
  }
  55% {
    left: 118%;
    opacity: 0;
  }
  100% {
    left: 118%;
    opacity: 0;
  }
}

.vp-feature-content {
  padding: 42px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vp-case-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #d96d61;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vp-feature-content h3 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 31px;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: -0.45px;
}

.vp-feature-content p {
  margin: 0 0 13px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.72;
}

.vp-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.vp-case-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffffff;
  color: #374151;
  border: 1px solid #e8edf3;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

/* More highlights title */
.vp-more-highlights-head {
  margin: 42px 0 22px;
  padding-top: 30px;
  border-top: 1px solid #e8edf3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.vp-more-highlights-head h3 {
  margin: 0;
  color: #151b26;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.25px;
}

.vp-more-highlights-head p {
  max-width: 480px;
  margin: 0;
  color: #5f6b7a;
  font-size: 14px;
  line-height: 1.55;
  text-align: right;
}

/* Highlight grid */
.vp-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vp-highlight-card {
  overflow: hidden;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
}

.vp-highlight-image {
  height: 205px;
  padding: 22px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-highlight-image img {
  display: block;
  max-width: 96%;
  max-height: 96%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.vp-highlight-content {
  padding: 18px 18px 22px;
}

.vp-highlight-content h3 {
  margin: 0 0 10px;
  color: #151b26;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.2px;
}

.vp-highlight-content p {
  margin: 0 0 13px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.6;
}

.vp-highlight-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 36% 1fr;
  align-items: center;
}

.vp-highlight-wide .vp-highlight-image {
  height: 240px;
}

.vp-highlight-wide .vp-highlight-content {
  padding: 28px 30px;
}

.vp-highlight-wide .vp-highlight-content h3 {
  font-size: 24px;
}

/* Summary */
.vp-case-highlights-note {
  max-width: 820px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid #e8edf3;
  text-align: center;
}

.vp-case-highlights-note p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.68;
}

/* Tablet */
@media (max-width: 1024px) {
  .vp-feature-case {
    grid-template-columns: 1fr;
  }

  .vp-feature-image {
    min-height: 330px;
  }

  .vp-feature-content {
    padding: 30px 28px;
  }

  .vp-feature-content h3 {
    font-size: 28px;
  }

  .vp-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vp-highlight-wide {
    grid-column: auto;
    display: block;
  }

  .vp-highlight-wide .vp-highlight-image {
    height: 205px;
  }

  .vp-highlight-wide .vp-highlight-content {
    padding: 18px 18px 22px;
  }

  .vp-highlight-wide .vp-highlight-content h3 {
    font-size: 19px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .vp-case-highlights {
    padding: 48px 12px;
  }

  .vp-case-highlights-head {
    margin-bottom: 30px;
  }

  .vp-case-highlights-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }

  .vp-case-highlights-head h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .vp-case-highlights-head p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-feature-case {
    border-radius: 18px;
  }

  .vp-feature-image {
    min-height: 0;
    height: 255px;
    padding: 20px;
  }

  .vp-feature-content {
    padding: 22px 18px 24px;
  }

  .vp-feature-content h3 {
    font-size: 22px;
    line-height: 1.22;
  }

  .vp-feature-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-more-highlights-head {
    display: block;
    margin: 32px 0 16px;
    padding-top: 24px;
    text-align: center;
  }

  .vp-more-highlights-head h3 {
    font-size: 22px;
  }

  .vp-more-highlights-head p {
    max-width: 100%;
    margin-top: 8px;
    font-size: 13px;
    text-align: center;
  }

  .vp-highlight-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vp-highlight-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    border-radius: 16px;
  }

  .vp-highlight-image,
  .vp-highlight-wide .vp-highlight-image {
    height: 112px;
    padding: 10px;
  }

  .vp-highlight-content,
  .vp-highlight-wide .vp-highlight-content {
    padding: 12px 12px 12px;
  }

  .vp-case-eyebrow {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .vp-highlight-content h3,
  .vp-highlight-wide .vp-highlight-content h3 {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.22;
  }

  .vp-highlight-content p {
    display: none;
  }

  .vp-case-tags {
    gap: 5px;
    margin-top: 0;
  }

  .vp-case-tags span {
    min-height: 22px;
    padding: 0 7px;
    font-size: 9px;
  }

  .vp-highlight-card .vp-case-tags span:nth-child(2),
  .vp-feature-case .vp-case-tags span:nth-child(2) {
    display: none;
  }

  .vp-case-highlights-note {
    margin-top: 28px;
    padding-top: 20px;
  }

  .vp-case-highlights-note p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Very small screens */
@media (max-width: 380px) {
  .vp-feature-image {
    height: 225px;
  }

  .vp-highlight-card {
    grid-template-columns: 96px 1fr;
  }

  .vp-highlight-image,
  .vp-highlight-wide .vp-highlight-image {
    height: 96px;
  }

  .vp-highlight-content h3,
  .vp-highlight-wide .vp-highlight-content h3 {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17e1122 */.vp-final-cta {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  min-height: 360px;
  padding: 76px 24px;
  border-radius: 18px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: #151b26;
}

.vp-final-cta * {
  box-sizing: border-box;
}

.vp-final-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.vp-final-cta-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.32;
}

.vp-final-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(21, 27, 38, 0.92) 0%,
      rgba(21, 27, 38, 0.78) 48%,
      rgba(21, 27, 38, 0.58) 100%
    ),
    radial-gradient(
      circle at 18% 24%,
      rgba(217, 109, 97, 0.32) 0%,
      rgba(217, 109, 97, 0) 34%
    );
}

.vp-final-cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.vp-final-cta-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffd8d2;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-final-cta h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: -0.5px;
}

.vp-final-cta p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.vp-final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  border-radius: 999px;
  background: #d96d61;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(217, 109, 97, 0.32);
  transition: background 0.2s ease, transform 0.2s ease;
}

.vp-final-cta-btn:hover {
  background: #c75e53;
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .vp-final-cta {
    min-height: auto;
    padding: 52px 18px;
    border-radius: 18px;
    text-align: center;
  }

  .vp-final-cta-bg img {
    opacity: 0.22;
    object-position: center;
  }

  .vp-final-cta-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(21, 27, 38, 0.94) 0%,
        rgba(21, 27, 38, 0.86) 100%
      ),
      radial-gradient(
        circle at 50% 10%,
        rgba(217, 109, 97, 0.28) 0%,
        rgba(217, 109, 97, 0) 42%
      );
  }

  .vp-final-cta-content {
    max-width: 100%;
  }

  .vp-final-cta-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }

  .vp-final-cta h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .vp-final-cta p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.65;
  }

  .vp-final-cta-btn {
    width: 100%;
    min-height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .vp-final-cta {
    padding: 44px 14px;
  }

  .vp-final-cta h2 {
    font-size: 27px;
  }

  .vp-final-cta p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7eff29 */.vp-faq {
  width: 100%;
  padding: 72px 20px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.vp-faq * {
  box-sizing: border-box;
}

.vp-faq-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.vp-faq-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.vp-faq-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff7f4;
  color: #d96d61;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.vp-faq-head h2 {
  margin: 0 0 14px;
  color: #151b26;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.4px;
}

.vp-faq-head p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.vp-faq-list {
  display: grid;
  gap: 12px;
}

.vp-faq-item {
  border: 1px solid #e8edf3;
  border-radius: 16px;
  background: #f8fafc;
  overflow: hidden;
}

.vp-faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 56px 20px 22px;
  color: #151b26;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
}

.vp-faq-item summary::-webkit-details-marker {
  display: none;
}

.vp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #151b26;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.vp-faq-item[open] summary::after {
  content: "–";
  background: #d96d61;
}

.vp-faq-answer {
  padding: 0 22px 22px;
}

.vp-faq-answer p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .vp-faq {
    padding: 46px 12px;
  }

  .vp-faq-head {
    margin-bottom: 26px;
  }

  .vp-faq-kicker {
    font-size: 11px;
    padding: 7px 12px;
  }

  .vp-faq-head h2 {
    font-size: 28px;
    line-height: 1.15;
  }

  .vp-faq-head p {
    font-size: 14px;
    line-height: 1.6;
  }

  .vp-faq-list {
    gap: 10px;
  }

  .vp-faq-item {
    border-radius: 14px;
  }

  .vp-faq-item summary {
    padding: 17px 48px 17px 16px;
    font-size: 15px;
    line-height: 1.35;
  }

  .vp-faq-item summary::after {
    right: 14px;
    width: 26px;
    height: 26px;
    font-size: 18px;
  }

  .vp-faq-answer {
    padding: 0 16px 18px;
  }

  .vp-faq-answer p {
    font-size: 14px;
    line-height: 1.6;
  }
}/* End custom CSS */