/* Website Migration landing styles extracted from hubspot-to-wordpress.html */

.single-hubspot-migration .nav,
.single-drupal-migration .nav,
.single-website-migration .nav {
  position: fixed;
  width: 100%;
  background: transparent;
  border: 0;
  img, .nav-links > li > a {
    filter: brightness(0) invert(1);
  }
}
.single-hubspot-migration.admin-bar .nav,
.single-drupal-migration.admin-bar .nav,
.single-website-migration.admin-bar .nav {
  top: 32px;
}
.single-hubspot-migration .nav-cta a,
.single-drupal-migration .nav-cta a,
.single-website-migration .nav-cta a,
.single-hubspot-migration .platform-transfer, 
.single-drupal-migration .platform-transfer, 
.single-website-migration .platform-transfer {
  display: none;
}

.lp-hero.wb-row {
  background: linear-gradient(135deg, #000 0%, #00304a 60%, var(--brand) 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 40px;
  min-height: 750px;
  /* height: 100vh; */
  align-content: center;
}
#get-quote.lp-hero.wb-row {
  min-height: auto;
}

/* .lp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23006b92' fill-opacity='0.08'%3E%3Cpath d='M34 34l6 6-6 6-2-2 4-4-4-4zM34 4l6 6-6 6-2-2 4-4-4-4zM4 34l6 6-6 6-2-2 4-4-4-4zM4 4l6 6-6 6-2-2 4-4-4-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
} */

.lp-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* .platform-transfer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
} */

.pt-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px; */
  padding: 10px 0;
  font-size: .82rem;
  font-weight: 700;
  color: var(--white);
}
.pt-badge svg {
    width: 28px;
  height: 28px;
  object-fit: contain;
  fill: var(--white);
}

.pt-arrow {
  font-size: 1.3rem;
  color: #7dd3f0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pt-arrow span {
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #7dd3f0;
  margin-top: 5px;
}

.lp-hero .hero-title {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 16px;
}

.hero-sub {
  color: #a8cfe0;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 24px;
  width: 100%;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions .btn.btn-outline {
    svg {
        fill: white;
        height: 16px;
        width: auto;
    }
    &:hover svg {
        fill: var(--brand);
    }
}

.lead-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.lead-card-head {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--brand);
  margin-bottom: 4px;
}

.lead-card h3 {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.2;
}

.lead-card .gform_wrapper {
  margin: 0;
}

.compare-section {
  padding: 96px 0;
  background: var(--white);
}

.compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 1px solid var(--grey-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 52px;
  box-shadow: var(--shadow);
}

.compare-col {
  display: flex;
  flex-direction: column;
}

.compare-col-head {
  padding: 24px 24px 20px;
  text-align: center;
  border-bottom: 1px solid var(--grey-2);
}

.compare-col-head .plat-label {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 6px;
}

.compare-col-head h3 {
  font-size: 1.1rem;
  font-weight: 900;
}

.compare-col-head .price {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 8px;
  line-height: 1;
}

.compare-col-head .price-note {
  font-size: .72rem;
  color: #888;
  margin-top: 3px;
}

.compare-col-head .col-cta {
  margin-top: 14px;
}

.compare-col.labels .compare-col-head {
  background: var(--grey-1);
}

.compare-col.labels .compare-cell {
  background: var(--grey-1);
  font-size: .82rem;
  font-weight: 700;
  color: #555;
}

.compare-col.hubspot .compare-col-head {
  background: #fff8f3;
}

.compare-col.hubspot .compare-col-head h3,
.compare-col.hubspot .compare-col-head .price {
  color: #e86200;
}

.compare-col.wordpress .compare-col-head {
  background: #f0f8fc;
}

.compare-col.wordpress .compare-col-head h3,
.compare-col.wordpress .compare-col-head .price {
  color: var(--brand);
}

.compare-col.wordpress {
  border-left: 3px solid var(--brand);
}

.compare-cell {
  padding: 13px 20px;
  border-bottom: 1px solid var(--grey-2);
  font-size: .86rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  justify-content: center;
}

.compare-col.labels .compare-cell {
  justify-content: flex-start;
  text-align: left;
}

.compare-cell:last-child {
  border-bottom: none;
}

.compare-cell .win {
  color: var(--brand);
  font-weight: 700;
}

.compare-cell .lose {
  color: #e86200;
}

.check {
  color: var(--brand);
  font-size: 1rem;
}

.cross {
  color: #e86200;
  font-size: 1rem;
}

.wb-row.migrate-section {
  background: var(--grey-1);
}

.section-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.section-intro h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  letter-spacing: -.02em;
}

.migrate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.migrate-item {
  background: var(--white);
  border: 1px solid var(--grey-2);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.migrate-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--brand);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s;
}

.migrate-item:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.migrate-item:hover::before {
  transform: scaleY(1);
}

.migrate-item h4 {
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--black);
}

.migrate-item p {
  font-size: .83rem;
  color: #666;
  line-height: 1.6;
}

.wb-row.switch-section {
  padding: 96px 0;
  background: var(--white);
}

.switch-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.switch-side {
  display: flex;
  flex-direction: column;
}

.switch-reasons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.reason {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.reason-num {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--brand), #0090c4);
  color: var(--white);
  font-size: .82rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reason-text strong {
  display: block;
  font-size: .95rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 4px;
}

.reason-text p {
  font-size: .85rem;
  color: #666;
  line-height: 1.6;
}

.savings-callout {
  background: linear-gradient(135deg, var(--black), #00304a);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  margin-top: 40px;
  color: var(--white);
}

.savings-callout h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 20px;
}

.savings-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: .86rem;
}

.savings-row:last-of-type {
  border-bottom: none;
}

.savings-row .label {
  color: #9ac5d8;
}

.savings-row .hs-val {
  color: #ff9a55;
  font-weight: 700;
}

.savings-row .wp-val {
  color: #7dd3f0;
  font-weight: 700;
}

.savings-total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 107, 146, .5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.savings-total .label {
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
}

.savings-total .amount {
  font-size: 1.4rem;
  font-weight: 900;
  color: #7dd3f0;
}

.savings-total .amount small {
  font-size: .7rem;
}

.process-callout {
  margin-top: 24px;
  padding: 28px;
  background: var(--grey-1);
  border-radius: var(--radius-lg);
  border: 1px solid var(--grey-2);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.process-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.process-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  margin-top: 6px;
  flex-shrink: 0;
}

.process-copy strong {
  display: block;
  font-size: .88rem;
  color: var(--black);
}

.process-copy span {
  font-size: .8rem;
  color: #666;
  line-height: 1.6;
}

.cases-section {
  padding: 96px 0;
  background: var(--grey-1);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.testimonial-section {
  padding: 72px 0;
  background: var(--white);
}

.testimonial-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-mark {
  font-size: 3.5rem;
  line-height: 1;
  color: var(--brand);
  opacity: .2;
  font-family: Georgia, serif;
  margin-bottom: 8px;
}

.testimonial-quote {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 28px;
}

.testimonial-author {
  font-size: .88rem;
  font-weight: 700;
  color: var(--black);
}

.testimonial-role {
  font-size: .8rem;
  color: #888;
  margin-top: 4px;
}

.testimonial-badge {
  display: inline-flex;
  margin-top: 10px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--brand);
  background: var(--grey-1);
  border: 1px solid var(--grey-2);
  padding: 3px 12px;
  border-radius: 100px;
}

.wb-row.lp-cta-section {
  background: linear-gradient(135deg, #000 0%, #00304a 60%, var(--brand) 100%);
}

.lp-cta-inner .cta-copy p {
	 padding-bottom: 0;
	 margin-bottom: 0;
}

.lp-cta-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 72px;
  align-items: center;
}

.lp-cta-inner h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.lp-cta-inner p {
  color: #a8cfe0;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .lp-hero-inner,
  .lp-cta-inner,
  .switch-inner {
    grid-template-columns: 1fr;
  }

  .lead-card {
    min-width: 480px;
  }

  .compare-table {
    grid-template-columns: 1fr 1fr;
  }

  .compare-col.labels {
    display: none;
  }

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

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

@media (max-width: 768px) {
  .compare-table,
  .migrate-grid,
  .cases-grid {
    grid-template-columns: 1fr;
  }

  .lp-hero.wb-row {
    padding-top: 100px;
  }

  .lead-card {
    min-width: 100%;
  }

  .lp-hero-inner {
    gap: 10px;
  }

  /* .platform-transfer {
    flex-wrap: wrap;
  } */
}

.single-website-migration .wb-row.testimonials-section {
    background: var(--grey-1);
}