.pfv1-shell {
  position: relative;
  max-width: 920px;
  margin: 40px auto;
  padding: 28px;
  font-family: Inter, Arial, sans-serif;
  color: #102033;
  isolation: isolate;
}
.pfv1-shell * {
  box-sizing: border-box;
}
.pfv1-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(35px);
  opacity: 0.35;
  z-index: -1;
}
.pfv1-bg-orb-a {
  width: 220px;
  height: 220px;
  background: #0b527c;
  top: -40px;
  left: -40px;
}
.pfv1-bg-orb-b {
  width: 180px;
  height: 180px;
  background: #d5a642;
  right: -20px;
  bottom: 30px;
}
.pfv1-form {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 30px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92),
    rgba(248, 251, 255, 0.75)
  );
  box-shadow: 0 28px 70px rgba(13, 35, 57, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.pfv1-head {
  text-align: center;
  margin-bottom: 22px;
}
.pfv1-kicker {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(11, 82, 124, 0.1);
  color: rgb(65, 158, 234);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pfv1-head h2 {
  margin: 14px 0 10px;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.08;
  color: rgb(65, 158, 234);
  font-weight: 900;
}
.pfv1-head p {
  max-width: 620px;
  margin: 0 auto;
  color: #5b6b7a;
  font-size: 15px;
  line-height: 1.65;
}
.pfv1-progress {
  height: 9px;
  background: #e8eef5;
  border-radius: 99px;
  overflow: hidden;
  margin: 26px 0 18px;
}
.pfv1-progress span {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #0b527c, #d5a642);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.pfv1-steps-indicator {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 26px;
}
.pfv1-steps-indicator button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #e8eef5;
  color: #738395;
  font-weight: 800;
  transition: 0.3s;
}
.pfv1-steps-indicator button.is-active {
  background: rgb(65, 158, 234);
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 82, 124, 0.25);
}
.pfv1-step {
  display: none;
  animation: pfv1FadeSlide 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.pfv1-step.is-active {
  display: block;
}
.pfv1-step h3 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #071e33;
  font-weight: 850;
}
.pfv1-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.pfv1-form label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #20364b;
}
.pfv1-form input[type="text"],
.pfv1-form input[type="email"],
.pfv1-form input[type="tel"],
.pfv1-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #dce5ee;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 16px;
  color: #102033;
  font-size: 15px;
  outline: 0;
  transition: 0.25s;
  box-shadow: 0 8px 20px rgba(7, 30, 51, 0.04);
}
.pfv1-form input:focus,
.pfv1-form textarea:focus {
  border-color: #0b527c;
  box-shadow:
    0 0 0 4px rgba(11, 82, 124, 0.12),
    0 12px 28px rgba(7, 30, 51, 0.07);
}
.pfv1-full {
  width: 100%;
}
.pfv1-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.pfv1-service-card {
  position: relative;
  min-height: 82px;
  display: flex !important;
  align-items: center;
  padding: 18px 18px 18px 52px;
  border: 1px solid #dce5ee;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: 0.28s;
  box-shadow: 0 12px 28px rgba(7, 30, 51, 0.05);
}
.pfv1-service-card:hover,
.pfv1-service-card.is-selected {
  transform: translateY(-2px);
  border-color: #0b527c;
  background: #fff;
  box-shadow: 0 18px 36px rgba(11, 82, 124, 0.14);
}
.pfv1-service-card input {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  accent-color: #0b527c;
}
.pfv1-service-card span {
  font-size: 14px;
  line-height: 1.35;
  color: #102033;
}
.pfv1-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.pfv1-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: linear-gradient(135deg, rgb(65, 158, 234), rgb(65, 158, 234));
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 35px rgba(11, 82, 124, 0.24);
  transition: 0.25s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
}
.pfv1-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(11, 82, 124, 0.3);
}
.pfv1-secondary {
  background: #eef3f7 !important;
  color: #17324a !important;
  box-shadow: none;
}
.pfv1-submit i {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pfv1Spin 0.8s linear infinite;
}
.pfv1-submit.is-loading i {
  display: block;
}
.pfv1-submit.is-loading span {
  opacity: 0.75;
}
.pfv1-alert {
  display: none;
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 15px;
  background: #fff2f2;
  color: #a21919;
  font-weight: 700;
  border: 1px solid #ffd1d1;
}
.pfv1-alert.is-show {
  display: block;
  animation: pfv1FadeSlide 0.25s;
}
.pfv1-success {
  display: none;
  text-align: center;
  padding: 26px 10px;
  animation: pfv1FadeSlide 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.pfv1-success.is-active {
  display: block;
}
.pfv1-check {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, rgb(65, 158, 234), rgb(65, 158, 234));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(11, 82, 124, 0.25);
  animation: pfv1Pop 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.pfv1-success h3 {
  font-size: 28px;
  margin: 0 0 12px;
  color: #071e33;
}
.pfv1-success p {
  max-width: 560px;
  margin: 0 auto;
  color: #5b6b7a;
  line-height: 1.7;
}
.pfv1-success-actions {
  justify-content: center;
}
.pfv1-wa {
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
}
@keyframes pfv1FadeSlide {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pfv1Spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pfv1Pop {
  0% {
    transform: scale(0.75);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 760px) {
  .pfv1-shell {
    padding: 14px;
    margin: 20px auto;
  }
  .pfv1-form {
    padding: 24px 18px;
    border-radius: 24px;
    /* font-family : montserrat; */
    color: black;
  }
  .pfv1-grid,
  .pfv1-services {
    grid-template-columns: 1fr;
  }
  .pfv1-actions {
    justify-content: stretch;
  }
  .pfv1-btn {
    width: 100%;
  }
  .pfv1-head h2 {
    font-size: 28px;
    font-family: montserrat;
    font-weight: bold;
  }

  .pfv1-head p {
    font-size: 13px;

    text-align: center;
    color: black;
  }

  .pfv1-step h3 {
    font-size: 21px;
  }
}

/* --------------------------------------------------------------
   FIX: Keep step indicator numbers perfectly centered across themes
   Some WordPress themes (Astra, AI themes, etc.) apply default button
   padding/line-height/min-height styles that can push the number off-center.
   This scoped override only targets Polaris step indicator buttons.
-------------------------------------------------------------- */
.pfv1-shell .pfv1-steps-indicator button,
.pfv1-form .pfv1-steps-indicator button,
.pfv1-steps-indicator button {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;

  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;

  font-size: 15px !important;
  font-weight: 800 !important;
  font-family: Inter, Arial, sans-serif !important;

  border-radius: 50% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
}

.pfv1-shell .pfv1-steps-indicator button::before,
.pfv1-shell .pfv1-steps-indicator button::after,
.pfv1-form .pfv1-steps-indicator button::before,
.pfv1-form .pfv1-steps-indicator button::after,
.pfv1-steps-indicator button::before,
.pfv1-steps-indicator button::after {
  content: none !important;
  display: none !important;
}
