:root {
  --km-primary: #0f5de2;
  --km-primary-dark: #0c45a8;
  --km-secondary: #1b2836;
  --km-accent: #f7b733;
}

body {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  background-color: #f7f8fc;
}

.hero {
  background: linear-gradient(120deg, rgba(15, 93, 226, 0.92), rgba(27, 40, 54, 0.92)), url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  color: #fff;
}

.hero .title {
  font-size: 45px; /*2rem prior*/
  color: white;
  padding-bottom: 5%;
}

.hero-subtitle {
  color: white !important;
}

.cta-button {
  background-color: var(--km-accent);
  color: #1a1a1a;
}

.cta-button:hover {
  background-color: #f5a312;
  color: #1a1a1a;
}

.metrics-card {
  background-color: transparent;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(15, 93, 226, 0.1);
  padding: 1.75rem;
}

.section-heading {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background-color: rgba(15, 93, 226, 0.08);
  color: white;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.service-card {
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(15, 93, 226, 0.12);
}

.trusted-logos img {
  max-height: 42px;
  opacity: 0.8;
}

.testimonials {
  background-color: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.floating-cta {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 10px 35px rgba(15, 93, 226, 0.15);
  border-radius: 14px;
  padding: 1.4rem;
}

.floating-cta strong {
  font-size: 1.25rem;
}

.mt-2 {
  color: black;
}


.hero-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-form .form-title {
  font-size: 1.3rem;
  text-align: center;
}

.hero-form .form-step {
  display: none;
}

.hero-form .form-step.is-active {
  display: block;
}

.hero-form .form-nav {
  display: flex;
  gap: 0.75rem;
}

.hero-form .form-nav .button {
  flex: 1 1 50%;
  font-weight: bold;
}

.hero-form .form-error {
  display: none;
  margin-bottom: 0;
}

.hero-form .form-error.is-visible {
  display: block;
}

.hero-form .form-disclaimer {
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.7);
}

.form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 22px 45px rgba(27, 40, 54, 0.12);
  padding: 2.5rem;
}

.success-message,
.error-message {
  display: none;
}

.thanks-hero {
  background: linear-gradient(120deg, rgba(15, 93, 226, 0.92), rgba(27, 40, 54, 0.92));
  color: #fff;
}

/*.thanks-hero .hero-body {
  padding: 4rem 1.5rem;
}*/

.thanks-layout {
  max-width: 780px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 28px 60px rgba(27, 40, 54, 0.22);
  color: #1a1a1a;
}

.thanks-header .icon {
  color: #39b37f;
}

.thanks-header .title {
  color: var(--km-secondary);
}

.thanks-header .subtitle {
  color: rgba(26, 26, 26, 0.7);
}

.title-thanks {
  font-size: 30px;
  color: white;
  text-align: center;
}

.callout-banner {
  background-color: var(--km-accent);
  color: var(--km-secondary);
  font-weight: 600;
  text-align: center;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  margin: 2rem auto 2.5rem;
  max-width: 520px;
  box-shadow: 0 20px 45px rgba(247, 183, 51, 0.35);
}

.steps-card {
  background: linear-gradient(135deg, var(--km-primary), var(--km-primary-dark));
  color: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 25px 55px rgba(15, 93, 226, 0.35);
  text-align: center;
}

.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}

.steps-list li {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 600;
  font-size: 1.1rem;
}

.call-now-button {
  background: linear-gradient(135deg, var(--km-accent), #f59e22);
  color: #1a1a1a;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto 0;
}

.call-now-button:hover {
  background: linear-gradient(135deg, #f59e22, var(--km-accent));
  color: #1a1a1a;
}

.hours-note {
  font-size: 0.85rem;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: white;
  text-align: center;
}

.followup-copy {
  margin: 2.5rem auto;
  text-align: center;
  color: rgba(26, 26, 26, 0.7);
  max-width: 620px;
  font-size: 1rem;
}

.review-card {
  background-color: #f7f8fc;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: inset 0 0 0 1px rgba(15, 93, 226, 0.08);
}

.review-quote {
  font-style: italic;
  font-size: 1.05rem;
  color: #1a1a1a;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.google-badge {
  width: 2.75rem;
  height: auto;
}

.reviewer-name {
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.reviewer-meta {
  font-size: 0.9rem;
  color: rgba(26, 26, 26, 0.65);
}

.back-home-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 2.5rem;
  color: var(--km-secondary);
  font-weight: 600;
}

.back-home-link:hover {
  color: var(--km-primary);
}

.footer {
  background-color: #0c1a29;
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 0;
}

@media (max-width: 1023px) {
  .floating-cta {
    position: static;
    margin-bottom: 2rem;
  }

  .thanks-layout {
    padding: 2.25rem 1.75rem;
  }

  .steps-card {
    padding: 2rem 1.5rem;
  }

  .steps-list {
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .navbar-menu {
    background: rgba(12, 26, 41, 0.95);
    padding: 1rem 1.25rem;
  }

  .navbar-menu .navbar-item {
    padding: 0.75rem 0;
    text-align: center;
  }

  .navbar-menu .button {
    width: 100%;
  }

  .hero {
    text-align: center;
  }

  .hero-body .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-body > .container > .columns.is-vcentered {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }

  .hero-body > .container > .columns.is-vcentered > .column {
    display: contents;
  }

  .hero .title {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-bottom: 1.5rem;
  }

  .hero .subtitle {
    font-size: 1.15rem;
  }

  .hero .badge {
    margin: 0 auto 1rem;
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
  }

  .hero .metrics-card {
    padding: 1.25rem;
  }

  .hero .columns.is-mobile {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }

  .hero .columns.is-mobile .column {
    flex: 1 1 50%;
    margin-bottom: 1rem;
  }

  .hero-metrics {
    order: 3;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    gap: 1rem;
  }

  .hero-copy {
    display: none;
  }

  .floating-cta {
    order: 2;
    margin: 0 auto 1.25rem;
    padding: 1.4rem 1.15rem;
    width: 100%;
    max-width: 480px;
  }

  .hero-form .form-title {
    font-size: 1.2rem;
  }

  .hero-form .form-nav {
    flex-direction: column;
  }

  .hero-form .form-nav .button {
    width: 100%;
  }

  .hero-form .form-disclaimer {
    font-size: 0.68rem;
  }

  .hero .hero-body {
    padding: 1.5rem 1.25rem;
  }

  .hero .hero-body .container {
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
  }

  .thanks-hero {
    min-height: auto;
  }

  .thanks-hero .hero-body {
    padding: 2.25rem clamp(1.5rem, 7vw, 2.75rem);
  }

  .thanks-hero .hero-body > .container {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
  }

  .thanks-layout {
    padding: 1.75rem 1.25rem;
    border-radius: 20px;
  }

  .thanks-header .icon {
    transform: scale(0.82);
    margin-bottom: 0.35rem;
  }

  .thanks-header .title {
    font-size: 1.45rem;
    margin-top: 0.35rem !important;
    margin-bottom: 0.6rem;
  }

  .thanks-header .subtitle {
    font-size: 0.95rem;
  }

  .callout-banner {
    margin: 1.5rem 0 1.75rem;
    padding: 0.85rem 1rem;
    border-radius: 18px;
    max-width: none;
  }

  .steps-card {
    padding: 1.75rem 1.25rem;
    text-align: left;
  }

  .steps-card .title-thanks {
    font-size: 1.25rem;
    text-align: center;
  }

  .steps-list {
    gap: 1rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .step-number {
    width: 1.95rem;
    height: 1.95rem;
    font-size: 0.9rem;
  }

  .call-now-button {
    width: 100%;
    font-size: 0.88rem;
    padding: 0.7rem 0.85rem;
    letter-spacing: 0.02em;
  }

  .call-now-button.button.is-medium {
    font-size: 0.88rem;
    padding: 0.7rem 0.85rem;
  }

  .hours-note {
    font-size: 0.8rem;
  }

  .followup-copy {
    margin: 1.75rem 0;
    font-size: 0.95rem;
  }

  .review-card {
    padding: 1.75rem 1.25rem;
  }

  .reviewer {
    align-items: center;
  }

  .back-home-link {
    justify-content: center;
    margin-top: 2rem;
  }

  .section {
    padding: 3rem 1.5rem;
  }

  .section-heading {
    margin-bottom: 2rem;
  }

  .section-heading .title {
    font-size: 2rem;
  }

  .section-heading .subtitle {
    font-size: 1.1rem;
  }

  .service-card {
    padding: 1.75rem;
  }

  .section .columns {
    margin-left: 0;
    margin-right: 0;
  }

  .trusted-logos .columns {
    justify-content: center;
    gap: 1rem;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }

  .trusted-logos .column {
    display: flex;
    justify-content: center;
    flex: 1 1 120px;
    max-width: 160px;
  }

  .trusted-logos img {
    max-width: 120px;
    width: 100%;
    height: auto;
  }

  #process .columns {
    margin-top: 2rem;
  }

  #process .column + .column {
    margin-top: 1.5rem;
  }

  #areas .columns {
    margin-top: 2rem;
  }

  #areas .column + .column {
    margin-top: 1.5rem;
  }

  #testimonials .columns {
    flex-direction: column;
  }

  #testimonials .section-heading {
    text-align: center;
  }

  #testimonials .badge {
    margin: 0 auto 1rem;
  }

  .testimonials {
    margin-top: 2rem;
    padding: 2rem 1.5rem;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }

  .has-background-primary .columns {
    flex-direction: column;
    text-align: center;
  }

  .has-background-primary .column.is-narrow {
    margin-top: 1.5rem;
  }

  .footer .columns {
    flex-direction: column;
    gap: 2rem;
  }

  .footer .column {
    text-align: center;
  }

  .footer .icon {
    margin: 0 0.5rem;
  }

  .footer hr {
    margin: 2.5rem 0;
  }

  .callout-banner {
    width: 100%;
  }

  .steps-card {
    padding: 2rem 1.5rem;
  }

  .call-now-button {
    width: 100%;
  }

  .followup-copy {
    margin: 2rem auto;
    font-size: 0.95rem;
  }

  .review-card {
    padding: 1.75rem 1.5rem;
  }

  .back-home-link {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .navbar-menu {
    padding: 1rem;
  }

  .hero .title {
    font-size: 2.1rem;
  }

  .hero .subtitle {
    font-size: 1.05rem;
  }

  .hero .columns.is-mobile .column {
    flex: 1 1 100%;
  }

  .floating-cta {
    padding: 1.5rem 1.25rem;
  }

  .thanks-hero .hero-body {
    padding: 1.85rem clamp(1.1rem, 8vw, 2rem);
  }

  .thanks-hero .hero-body > .container {
    max-width: 470px;
  }

  .thanks-layout {
    padding: 1.6rem 1.2rem;
    border-radius: 18px;
  }

  .thanks-header .icon {
    transform: scale(0.75);
  }

  .thanks-header .title {
    font-size: 1.35rem;
    margin-top: 0.3rem !important;
  }

  .thanks-header .subtitle {
    font-size: 0.88rem;
  }

  .callout-banner {
    margin: 1.25rem 0 1.5rem;
    padding: 0.75rem 0.9rem;
    border-radius: 16px;
  }

  .steps-card {
    padding: 1.5rem 1rem;
  }

  .steps-card .title-thanks {
    font-size: 1.18rem;
  }

  .section {
    padding: 2.5rem 1.25rem;
  }

  .section-heading .title {
    font-size: 1.75rem;
  }

  .section-heading .subtitle {
    font-size: 1rem;
  }

  .badge {
    font-size: 0.75rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .testimonials {
    padding: 1.75rem 1.25rem;
  }

  .steps-list {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .step-number {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.85rem;
  }

  .call-now-button {
    font-size: 0.84rem;
    padding: 0.7rem 0.8rem;
  }

  .call-now-button.button.is-medium {
    font-size: 0.84rem;
    padding: 0.7rem 0.8rem;
  }

  .followup-copy {
    font-size: 0.84rem;
  }

  .review-card {
    padding: 1.3rem 0.85rem;
  }
}
