/* ===== GLOBAL ===== */
* {
  box-sizing: border-box;
}
p.info-note {
    margin-left: 40px !important;
}
.result-action-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  margin:30px 0 40px;
  flex-wrap:wrap;
}

.panel-call-btn,
.panel-form-btn{
  min-width:320px;
  text-align:center;
  padding:16px 24px;
  border-radius:8px;
  font-weight:700;
  font-size:18px;
  text-decoration:none !important;
  transition:.25s;
}

.panel-call-btn{
  background:#92d050;
  color:#fff !important;
  border:2px solid #92d050;
}

.panel-form-btn{
  background:#00b0f0;
  color:#fff !important;
  border:2px solid #00b0f0;
}

.panel-call-btn:hover,
.panel-form-btn:hover{
  transform:translateY(-2px);
}
/* ===== PREMIUM RESULT CARD ===== */
.result-premium-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-radius: 24px;
  padding: 42px 36px;
  box-shadow: 0 20px 55px rgba(15, 39, 71, 0.10);
  max-width: 1180px;
  margin: 0 auto 35px auto;
  overflow: hidden;
  border: 1px solid rgba(15, 39, 71, 0.06);
}

/* TOP ACCENT */
.result-premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #92d050 0%, #00b0f0 100%);
}

/* ===== TOP BADGE ===== */
.estimate-badge {
  display: inline-block;
  background: rgba(146, 208, 80, 0.12);
  color: #0f2747;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
  letter-spacing: 0.2px;
}

/* ===== PRICE RANGE ===== */
.price-range-wrap {
  position: relative;
  margin-bottom: 28px;
}

#resultTitle {
  position: relative;
  font-size: 56px !important;
  font-weight: 900;
  line-height: 1.1;
  color: #0f2747;
  margin-bottom: 0 !important;
  z-index: 2;
  letter-spacing: -1px;
}

/* SUBTLE GLOW */
.price-glow {
  width: 220px;
  height: 22px;
  background: rgba(146, 208, 80, 0.22);
  margin: -18px auto 0 auto;
  filter: blur(18px);
  border-radius: 999px;
}

/* ===== DESCRIPTION BLOCK ===== */
#resultDesc {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

/* PANEL REPLACEMENT NOTE */
.estimate-tagline {
  font-size: 17px;
  font-weight: 800;
  color: #0f2747;
  margin-bottom: 16px;
}

/* MAIN SUPPORTING COPY */
.estimate-summary {
  font-size: 21px;
  line-height: 1.75;
  color: #1f2d3d;
  margin-bottom: 14px;
}

/* SECONDARY NOTE */
.estimate-note {
  font-size: 18px;
  line-height: 1.7;
  color: #425466;
  max-width: 760px;
  margin: 0 auto 20px auto;
}

/* TRUST LINE */
.trust-note {
  display: inline-block;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 800;
  color: #0f2747;
  background: rgba(146, 208, 80, 0.10);
  border-left: 4px solid #92d050;
  padding: 16px 20px;
  border-radius: 12px;
  margin-top: 6px;
}

/* ===== TRUST BAR ===== */
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

/* TRUST PILLS */
.trust-pill {
  background: #ffffff;
  border: 1px solid rgba(15, 39, 71, 0.08);
  box-shadow: 0 8px 20px rgba(15, 39, 71, 0.05);
  color: #0f2747;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 999px;
  white-space: nowrap;
}
.estimate-tagline {
  font-size: 18px;
  font-weight: 700;
  color: #0f2747;
  margin-bottom: 10px;
}
 .next-steps-box .panel-info-wrapper {
    margin: 0;
    padding: 0;
  }

.estimate-summary {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 auto 12px auto;
  color: #1f2d3d;
}

.estimate-note {
  font-size: 16px;
  color: #1f2d3d;
  max-width: 780px;
  margin: auto;
}
.start-over-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
  padding: 10px 22px;
  border: 1px solid #00b0f0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #00b0f0;
  background: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  max-width: 200px;
}

.start-over-btn:hover {
    background: #92d050;
    border-color: #00b0f0;
    color: #000;
    transform: translateY(-2px);
}
next-steps-box .panel-info-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hsfc-Step__Content {
    text-align: left;
     padding-bottom: 10px !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
/* =========================
   PANEL INFO ULTRA PREMIUM REDESIGN
   ========================= */

.panel-info-wrapper {
  max-width: 1180px;
  margin: 70px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #1f2d3d;
}

/* UNIVERSAL SECTION CARD */
.info-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding: 55px 55px;
  margin-bottom: 45px;
  box-shadow: 0 18px 50px rgba(15, 39, 71, 0.08);
  overflow: hidden;
}

/* TOP ACCENT BAR */
.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0f2747;
}
.bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 40px;
  max-width: 900px;
  margin: 30px auto;
}

.bottom-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FORM CARD IMPROVEMENT */
#hubspotFormWrapper {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(15, 39, 71, 0.08);
  margin-top: 40px;
}

/* SECTION VARIANTS */
.warning-card {
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.warning-card::before {
  background: #f4b400;
}

.danger-card {
  background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
}

.danger-card::before {
  background: #e53935;
}

.cta-card {
  background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
}

.cta-card::before {
  background: #92d050;
}

/* HEADINGS */
.info-card h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #0f2747;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* BODY COPY */
.info-card p {
  font-size: 19px;
  line-height: 1.9;
  text-align: left;
  max-width: 900px;
  margin: 0 auto 18px auto;
  color: #425466;
}

/* EMPHASIS BLOCK */
.highlight-line {
  display: block;
  background: rgba(146, 208, 80, 0.12);
  border-left: 4px solid #92d050;
  padding: 18px 22px;
  border-radius: 10px;
  font-size: 22px !important;
  font-weight: 700;
  color: #0f2747 !important;
  margin: 28px auto !important;
}

/* GRID */
.cost-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 40px;
  max-width: 900px;
  margin: 35px auto;
}

/* LIST RESET */
.cost-grid ul,
.benefit-list,
.danger-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* CUSTOM BULLETS */
.cost-grid li,
.benefit-list li,
.danger-list li {
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #1f2d3d;
  text-align: left;
}

/* GREEN CHECK */
.cost-grid li::before,
.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: #92d050;
  font-weight: bold;
  font-size: 20px;
}

/* RED WARNING */
.danger-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 1px;
  color: #e53935;
  font-weight: bold;
  font-size: 18px;
}

/* TIP TEXT */
.tip-text {
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 700;
  color: #0f2747 !important;
  margin-top: 35px !important;
}

/* BIGGEST MISTAKE */
.mistake-text {
  text-align: center !important;
  font-size: 28px !important;
  font-weight: 800;
  color: #b71c1c !important;
  margin-bottom: 28px !important;
}

/* GOAL */
.goal-text {
  text-align: center !important;
  font-size: 24px !important;
  margin-top: 30px !important;
  color: #0f2747 !important;
}

/* SUBHEADING */
.subheading {
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 800;
  color: #0f2747 !important;
  margin-bottom: 25px !important;
}

/* CLOSING */
.closing-line {
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 800;
  color: #0f2747 !important;
  margin-top: 35px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 39, 71, 0.08);
}

#estimator {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}
.next-steps-box p { 
  max-width: 1250px; 
  }
/* .step p {
    max-width: 950px;
} */
div#hubspotFormWrapper {
    max-width: 650px;
    margin: auto;
}
div#hubspotFormWrapper label {
    text-align: left;
}
form#a3a831cd-338f-4226-be8b-40ef02426e2e-cc702ddf-39a9-4105-9fef-924297c21f23 {
    text-align: left;
}
#resultDesc, #resultTitle {
    max-width: 1250px !important;
    text-align: center;
}
/* ===== STEP CONTROL ===== */
.step {
  display: none;1
  width: 100%;
}

.step.active {
  display: block;
}

/* ===== HEADINGS ===== */
h3 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #0f2747;
}

/* ===== BODY COPY ===== */
p {
  font-size: 20px;
  line-height: 1.7;
  color: #4f5b67;
  max-width: 850px;
  margin: 0 auto 30px auto;
}
p#resultDesc {
    font-size: 17px;
    color: #000;
    margin-bottom: 30px;
}
.next-steps-box p {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
}
/* ===== BUTTONS ===== */
button {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 12px auto;
  padding: 20px 24px;
  font-size: 20px;
  line-height: 1.4;
  border: none;
  border-radius: 10px;
  background: #f3f5f7;
  color: #0f2747;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
}

button:hover {
  background: #92d050;
  color: #fff;
  transform: translateY(-2px);
}

button:active {
  transform: scale(0.98);
}

/* ===== RESULT SECTION ===== */
#resultTitle {
  white-space: normal !important;
  display: block !important;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px auto;
  text-align: center;
  line-height: 1.3;
  font-size: 45px;
  color: #0f2747;
  word-break: keep-all;
}

#resultDesc {
  max-width: 900px;
  margin: 0 auto 0 auto;
  text-align: center;
  line-height: 1.7;
  font-size: 20px;
  color: #4f5b67;
}

/* ===== CTA BUTTON ===== */
.cta-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #92d050;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.25s ease;
  margin-top: 10px;
}

.cta-btn:hover {
  background: #cccccc;
  border: 1px solid #00b0f0;
  color: #000;
  transform: translateY(-2px);
}

/* ===== START OVER BUTTON ===== */
.start-over-btn {
  display: block;
  margin-top: 18px;
  font-size: 16px;
  color: #0f2747;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.25s ease;
}

/* .start-over-btn:hover {
  color: #92d050;
} */

/* ===== LARGE DESKTOP ===== */
@media (min-width: 1440px) {
  #estimator {
    max-width: 1100px;
  }

  h3 {
    font-size: 40px;
  }

  p,
  #resultDesc,
  button {
    font-size: 20px;
  }

  #resultTitle {
    font-size: 45px;
  }
}

/* ===== LAPTOP ===== */
@media (max-width: 1200px) {
  h3 {
    font-size: 32px;
  }

  p,
  button,
  #resultDesc {
    font-size: 20px;
  }

  #resultTitle {
    font-size: 46px;
  }
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
 .result-premium-card {
    padding: 36px 28px;
  }

  #resultTitle {
    font-size: 46px !important;
  }

  .estimate-summary {
    font-size: 19px;
  }

  .estimate-note {
    font-size: 17px;
  }

  .trust-note {
    font-size: 18px;
  }
    .bottom-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
 .info-card {
    padding: 38px 28px;
  }

  .info-card h2 {
    font-size: 34px;
  }

  .info-card p,
  .cost-grid li,
  .benefit-list li,
  .danger-list li {
    font-size: 17px;
  }

  .cost-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mistake-text {
    font-size: 24px !important;
  }
  #estimator {
    padding: 30px 18px;
  }

  h3 {
    font-size: 28px;
  }

  p,
  button,
  #resultDesc {
    font-size: 19px;
  }

  button {
    padding: 18px;
  }

  #resultTitle {
    font-size: 40px;
  }

  .cta-btn {
    font-size: 20px;
    padding: 16px 30px;
  }
}

/* ===== LARGE MOBILE ===== */
@media (max-width: 768px) {
  p.info-note {
    margin-left: 0 !important;
}
  .result-premium-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .estimate-badge {
    font-size: 14px;
    padding: 9px 14px;
    margin-bottom: 18px;
  }

  #resultTitle {
    font-size: 36px !important;
    line-height: 1.2;
  }

  .price-glow {
    width: 160px;
    height: 18px;
  }

  .estimate-tagline {
    font-size: 15px;
  }

  .estimate-summary {
    font-size: 17px;
    line-height: 1.65;
  }

  .estimate-note {
    font-size: 16px;
    line-height: 1.65;
  }

  .trust-note {
    display: block;
    font-size: 17px;
    padding: 14px 16px;
    text-align: left;
  }

  .trust-bar {
    gap: 10px;
    margin-top: 24px;
  }

  .trust-pill {
    white-space: normal;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 12px 14px;
  }
  .hsfc-Step__Content {
    padding: 0 !important;
}
  .cost-grid, .bottom-grid {
    display: block;
}
   #hubspotFormWrapper {
    padding: 24px 18px;
    border-radius: 18px;
  }
 .panel-info-wrapper {
    margin: 40px auto;
    padding: 14px;
  }

  .info-card {
    padding: 30px 20px;
    border-radius: 18px;
  }

  .info-card h2 {
    font-size: 28px;
    text-align: left;
  }

  .info-card p {
    text-align: left;
    font-size: 16px;
    line-height: 1.75;
  }

  .highlight-line,
  .tip-text,
  .goal-text,
  .closing-line {
    font-size: 19px !important;
    text-align: left !important;
  }

  .mistake-text {
    font-size: 22px !important;
  }
  .start-over-btn {
    font-size: 15px;
    margin-top: 16px;
  }

  #estimator {
    padding: 25px 16px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  button {
    font-size: 17px;
    padding: 16px;
    margin: 10px auto;
  }

  #resultTitle {
    font-size: 34px;
    line-height: 1.35;
  }

  #resultDesc {
    font-size: 17px;
  }

  .cta-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0 auto;
    font-size: 18px;
    padding: 16px;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {
 #resultTitle {
    font-size: 30px !important;
  }

  .estimate-summary,
  .estimate-note,
  .trust-note {
    font-size: 15px;
  }

  .estimate-badge {
    font-size: 13px;
  }
  .info-card {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .info-card h2 {
    font-size: 24px;
     margin-bottom: 0;
  }

  .info-card p,
  .cost-grid li,
  .benefit-list li,
  .danger-list li {
    font-size: 15px !important;
    text-align: left !important;
    margin-top: 10px;
    margin-left: 0 !important;
  }

  .highlight-line {
    padding: 14px 16px;
  }
  #estimator {
    padding: 20px 14px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  button {
    font-size: 16px;
    padding: 15px 14px;
    border-radius: 8px;
  }

  #resultTitle {
    font-size: 28px;
  }

  #resultDesc {
    font-size: 16px;
  }

  .cta-btn {
    font-size: 17px;
    padding: 14px;
    border-radius: 8px;
  }
}

/* ===== EXTRA SMALL DEVICES ===== */
@media (max-width: 360px) {
  h3 {
    font-size: 22px;
  }

  p,
  button,
  #resultDesc {
    font-size: 15px;
  }

  #resultTitle {
    font-size: 24px;
  }
}