body {
  background: var(--hubpro-navy);
}

.sf-page {
  padding-top: 72px;
}

.sf-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 0;
}

.sf-hero-bg,
.sf-hero-overlay {
  position: absolute;
  inset: 0;
}

.sf-hero-bg {
  background: url("https://d2xsxph8kpxj0f.cloudfront.net/310519663243066473/kBK8wf4TTX9MDvUnPpkY2A/hero-home-6v8xTf7Fkir6mFt26RXNyv.webp") center/cover no-repeat;
}

.sf-hero-overlay {
  background: linear-gradient(135deg, rgba(18, 43, 74, 0.82), rgba(18, 43, 74, 0.72));
}

.sf-hero-inner {
  position: relative;
  z-index: 2;
  padding: 16px 0 56px;
}

.sf-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: start;
}

.sf-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 999px;
  padding: 8px 14px;
  margin-bottom: 24px;
}

.sf-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--hubpro-green);
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  animation: pulse 1.4s infinite;
}

.sf-badge span:last-child {
  color: var(--hubpro-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sf-hero-left h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 68.4px;
  margin: 0px 0px 24px;
}

.sf-hero-left h1 span {
  color: var(--hubpro-orange);
}

.sf-hero-left > p {
  max-width: 620px;
  color: #d1d9e2;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
}

.sf-hero-left > p strong {
  color: #fff;
}

.sf-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 34px;
}

.sf-trust-badges div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sf-trust-badges svg {
  width: 20px;
  height: 20px;
  color: var(--hubpro-green);
}

.sf-trust-badges span {
  color: #d1d9e2;
  font-size: 14px;
}

.sf-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 520px;
}

.sf-stats strong {
  display: block;
  color: var(--hubpro-orange);
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}

.sf-stats span {
  color: var(--hubpro-steel);
  font-size: 14px;
}

.sf-card {
  background-color: oklab(0.286923 -0.0167839 -0.0628245 / 0.8);
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
  border-radius: 16px;
  border-style: solid;
  border-width: 0.666667px;
  box-shadow: #0000 0px 0px 0px 0px;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  padding: 40px;
  backdrop-filter: blur(18px);
}

.sf-card-head {
  text-align: center;
  margin-bottom: 26px;
}

.sf-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: rgba(34, 197, 94, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sf-card-icon svg {
  width: 32px;
  height: 32px;
  color: var(--hubpro-green);
}

.sf-card-head h2,
.sf-success h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0px 0px 8px;
  text-align: center;
}

.sf-card-head p {
  color: var(--hubpro-steel);
  font-size: 14px;
  margin: 0;
}

.sf-form {
  display: grid;
  gap: 16px;
}

.sf-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.sf-form label {
  display: block;
  color: #a0b3c8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.sf-form input {
  width: 100%;
  padding: 12px 16px;
  background-color: #1a3a5c;
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
  border-style: solid;
  border-width: 0.666667px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  outline: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: border-color 0.2s ease;
}

.sf-form input:focus {
  border-color: rgba(255, 106, 0, 0.5);
}

.sf-form input::placeholder {
  color: rgba(160, 179, 200, 0.5);
}

.sf-role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.sf-role {
  background-color: #1a3a5c;
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.1);
  border-radius: 8px;
  border-style: solid;
  border-width: 0.666667px;
  color: #a0b3c8;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.35px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sf-role svg {
  width: 18px;
  height: 18px;
}

.sf-role.active {
  border-color: var(--hubpro-green);
  background: rgba(34, 197, 94, 0.12);
  color: var(--hubpro-green);
}

.sf-submit {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 14px 18px;
  background: var(--hubpro-orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sf-submit:hover {
  background: var(--hubpro-orange-dark);
  box-shadow: 0 20px 28px rgba(255, 106, 0, 0.2);
}

.sf-submit svg {
  width: 20px;
  height: 20px;
}

.sf-terms {
  color: var(--hubpro-steel);
  font-size: 12px;
  text-align: center;
  margin: 4px 0 0;
}

.sf-terms a {
  color: var(--hubpro-orange);
}

.sf-success {
  text-align: center;
  padding: 22px 0 8px;
}

.sf-success-icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.sf-success-icon svg {
  width: 48px;
  height: 48px;
  color: var(--hubpro-green);
}

.sf-success p {
  max-width: 390px;
  margin: 0 auto 22px;
  color: var(--hubpro-steel);
  font-size: 18px;
  line-height: 28px;
}

.sf-success-links {
  display: grid;
  gap: 12px;
}

.sf-success-links a {
  display: block;
  border-radius: 10px;
  padding: 14px 16px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.sf-success-links a:first-child {
  background: var(--hubpro-orange);
  color: #fff;
}

.sf-success-links a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.sf-section-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 38px;
}

.sf-section-head span {
  display: block;
  color: var(--hubpro-orange);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.sf-section-head h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  text-align: center;
}

.sf-section-head h2 span {
  color: var(--hubpro-green);
  display: inline;
  margin: 0;
  font-size: 48px;
  letter-spacing:normal;
}

.sf-steps .sf-section-head h2 span {
  color: var(--hubpro-orange);
}
.sf-section-head.paid h2 span {
  color: var(--hubpro-orange);
}
.sf-section-head p {
  color: var(--hubpro-steel);
  font-size: 18px;
  line-height: 28px;
  margin: 14px auto 0;
  max-width: 760px;
}

.sf-free {
  background: var(--hubpro-navy-light);
}

.sf-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sf-feature-grid article,
.sf-steps-grid article,
.sf-testimonial-grid article {
  background-color: #1a3a5c;
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.05);
  border-radius: 12px;
  border-style: solid;
  border-width: 0.666667px;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  padding: 24px;
}

.sf-testimonial-grid article {
  background-color: #21476e;
  border-color: oklab(0.999994 0.0000455678 0.0000200868 / 0.05);
  border-radius: 12px;
  border-style: solid;
  border-width: 0.666667px;
  color: oklch(0.96 0.005 250);
  line-height: 24px;
  padding: 32px;
}

.sf-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(34, 197, 94, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.sf-feature-icon svg {
  width: 26px;
  height: 26px;
  color: #ff6a00;
  display: inline;
  line-height: 24px;
  fill: #ff6a00;
  stroke: #ff6a00;
}

.sf-feature-icon svg * {
  fill: #ff6a00;
  stroke: #ff6a00;
}

.sf-feature-grid h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}

.sf-feature-grid p,
.sf-steps-grid p,
.sf-testimonial-grid p {
  color: #a0b3c8;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.sf-steps {
  background: var(--hubpro-navy);
}

.sf-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.sf-step-num {
  color: rgba(255, 106, 0, 0.12);
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  line-height: 1;
  margin-bottom: 8px;
}

.sf-steps-grid h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin: -18px 0 10px;
}

.sf-compare {
  background: var(--hubpro-navy-light);
}

.sf-compare-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.sf-compare-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: var(--hubpro-navy);
}

.sf-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sf-row:first-child {
  border-top: 0;
}

.sf-row > div {
  padding: 15px 18px;
  color: #d1d9e2;
  font-size: 14px;
  line-height: 24px;
}

.sf-row.head > div {
  background: var(--hubpro-navy-dark);
  color: var(--hubpro-steel);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sf-row.head .free,
.sf-row.head .paid {
  text-align: center;
}

.sf-row.head .free {
  color: var(--hubpro-green);
}

.sf-row.head .paid {
  color: var(--hubpro-orange) !important;
}

.sf-row.head .paid,
.sf-row.head .paid > span:first-child {
  color: var(--hubpro-orange) !important;
}

.sf-row.head .paid > span {
  color: var(--hubpro-steel) !important;
}

.sf-row.head span {
  display: block;
  color: var(--hubpro-steel);
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 4px;
}

.sf-row svg {
  width: 20px;
  height: 20px;
  color: var(--hubpro-green);
}

.sf-row > div:nth-child(2),
.sf-row > div:nth-child(3) {
  text-align: center;
}

.dash {
  color: var(--hubpro-steel);
}

.sf-compare-note {
  text-align: center;
  color: var(--hubpro-steel);
  font-size: 14px;
  line-height: 24px;
  margin: 18px 0 0;
}

.sf-compare-note a {
  color: var(--hubpro-orange);
}

.sf-testimonials {
  background: var(--hubpro-navy);
}

.sf-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sf-stars {
  color: #ff6a00;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.sf-stars svg {
  color: #ff6a00;
  display: inline;
  fill: #ff6a00;
  stroke: #ff6a00;
  width: 18px;
  height: 18px;
}

.sf-testimonial-grid article p {
  color: #d1d9e2;
  font-style: italic;
}

.sf-person {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}

.sf-person strong {
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.sf-person span {
  display: block;
  color: var(--hubpro-orange);
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
}

.sf-person small {
  color: var(--hubpro-steel);
  font-size: 12px;
  line-height: 20px;
}

.sf-final {
  background: var(--hubpro-navy-dark);
}

.sf-final-inner {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.sf-final-inner h2 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin: 0px 0px 16px;
  text-align: center;
}

.sf-final-inner h2 span {
  color: var(--hubpro-green);
}

.sf-final-inner p {
  color: var(--hubpro-steel);
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto 28px;
  max-width: 760px;
}

.sf-final-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sf-final-actions button,
.sf-final-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 14px 22px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.2s ease;
}

.sf-final-actions button {
  border: 0;
  background: var(--hubpro-green);
  color: #fff;
  cursor: pointer;
}

.sf-final-actions button:hover {
  background: rgba(34, 197, 94, 0.8);
}

.sf-final-actions a {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.sf-final-actions a:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 106, 0, 0.5);
}

.sf-final-actions svg {
  width: 18px;
  height: 18px;
}

.sf-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  border-radius: 10px;
  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

@media (max-width: 1100px) {
  .sf-hero-grid {
    grid-template-columns: 1fr;
  }

  .sf-feature-grid,
  .sf-steps-grid,
  .sf-testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .sf-hero {
    padding-top: 24px;
  }

  .sf-card,
  .sf-feature-grid article,
  .sf-steps-grid article {
    padding: 20px;
  }

  .sf-grid-2,
  .sf-role-grid,
  .sf-stats,
  .sf-feature-grid,
  .sf-steps-grid,
  .sf-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .sf-row {
    grid-template-columns: 1.4fr 0.6fr 0.6fr;
  }

  .sf-card-head h2,
  .sf-success h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .sf-section-head h2 {
    font-size: clamp(34px, 11vw, 54px);
  }
}
