/* ═══════════════════════════════════════════════════════════════
Website Migration – Top-Level Landing Page Styles
Scoped under .website-migration-index-v1
Sources: hubspot-migration.html <style>, wordherd.css platform grid
═══════════════════════════════════════════════════════════════ */

.page-id-11275 .nav {
  position: fixed;
  width: 100%;
  background: transparent;
  border: 0;
  img, .nav-links > li > a {
    filter: brightness(0) invert(1);
  }
}
.page-id-11275.admin-bar .nav {
  top: 32px;
}
.page-id-11275 .nav-cta a {
  display: none;
}

/* ─── Hero ─────────────────────────────────────────────────── */
.website-migration-index-v1 .wm-index-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;
}
/* .website-migration-index-v1 .wm-index-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");
} */
.website-migration-index-v1 .wm-index-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.website-migration-index-v1 .wm-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #7dd3f0;
  margin-bottom: 16px;
}
.website-migration-index-v1 .wm-index-hero .hero-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 20px;
}
.website-migration-index-v1 .wm-index-hero .hero-sub {
  font-size: 1.2rem;
  color: #a8cfe0;
  line-height: 1.7;
  max-width: 580px;
  width: 100%;
  margin-bottom: 32px;
}
.website-migration-index-v1 .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 ─────────────────────────────────────────────── */
.website-migration-index-v1 .lead-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.website-migration-index-v1 .lead-card-head {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--brand);
  margin-bottom: 4px;
}
.website-migration-index-v1 .lead-card h3 {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.2;
}

/* ─── Trust Bar ─────────────────────────────────────────────── */
.website-migration-index-v1 .trust-bar {
  background: #f8fafb;
  border-bottom: 1px solid var(--grey-2);
  padding: 16px 0;
}
.website-migration-index-v1 .trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.website-migration-index-v1 .trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 600;
  color: #444;
}
.website-migration-index-v1 .trust-item svg { color: var(--brand); flex-shrink: 0; }
.website-migration-index-v1 .trust-divider {
  width: 1px;
  height: 16px;
  background: var(--grey-2);
}

/* ─── Source Platforms Section ──────────────────────────────── */
.website-migration-index-v1 .wm-platforms-section {
  padding: 96px 0;
  background: var(--grey-1);
}
.website-migration-index-v1 .platforms-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 24px;
  flex-wrap: wrap;
}
.website-migration-index-v1 .platforms-head h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 6px;
}
.website-migration-index-v1 .platforms-head .sub {
  font-size: .95rem;
  color: #666;
  margin: 0;
}
.website-migration-index-v1 .platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
}

/* ─── Why Migrate + Process ─────────────────────────────────── */
.website-migration-index-v1 .why-section {
  padding: 96px 0;
  background: var(--grey-1);
}
.website-migration-index-v1 .why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.website-migration-index-v1 .why-inner h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.website-migration-index-v1 .why-inner > div > p {
  font-size: .95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
}
.website-migration-index-v1 .pain-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.website-migration-index-v1 .pain-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--brand);
}
.website-migration-index-v1 .pain-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.pain-icon svg { width: 25px; height: auto; }
.website-migration-index-v1 .pain-text strong {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 4px;
}
.website-migration-index-v1 .pain-text p { font-size: .82rem; color: #666; line-height: 1.6; margin: 0; }
.website-migration-index-v1 .process-col h2 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.website-migration-index-v1 .process-col > p {
  font-size: .95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 28px;
}
.website-migration-index-v1 .process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.website-migration-index-v1 .process-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 24px;
}
.website-migration-index-v1 .process-step:last-child { padding-bottom: 0; }
.website-migration-index-v1 .process-step::after {
  content: '';
  position: absolute;
  left: 17px;
  top: 38px;
  bottom: 0;
  width: 2px;
  background: var(--grey-2);
}
.website-migration-index-v1 .process-step:last-child::after { display: none; }
.website-migration-index-v1 .step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand);
  color: var(--white);
  font-size: .82rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.website-migration-index-v1 .step-text strong {
  display: block;
  font-size: .9rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 4px;
  margin-top: 6px;
}
.website-migration-index-v1 .step-text p { font-size: .82rem; color: #666; line-height: 1.6; margin: 0; }

/* ─── Case Studies ──────────────────────────────────────────── */
.website-migration-index-v1 .cases-section {
  padding: 96px 0;
  background: var(--grey-1);
}
.website-migration-index-v1 .cases-section .section-head {
  margin-bottom: 40px;
  text-align: center;
}
/* Legacy shortcode case study styles */
.website-migration-index-v1 .case-studies-intro {
  text-align: center;
  margin-bottom: 40px;
}
.website-migration-index-v1 .case-studies-intro h3 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--black);
  letter-spacing: -.02em;
}
.website-migration-index-v1 .case-studies-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.website-migration-index-v1 .case-study-item {
  background: var(--white);
  border: 1px solid var(--grey-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  transition: all .25s;
}
.website-migration-index-v1 .case-study-item:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.website-migration-index-v1 .cs-item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.website-migration-index-v1 .img-holder {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.website-migration-index-v1 .img-holder img { width: 100%; height: 100%; object-fit: cover; }
.website-migration-index-v1 .cs-item-overlay {
  padding: 16px 20px;
}
.website-migration-index-v1 .cs-item-heading {
  font-size: .92rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 6px;
}
.website-migration-index-v1 .cs-item-heading a { color: inherit; }
.website-migration-index-v1 .cat-holder {
  font-size: .72rem;
  color: #888;
}

/* ─── Final CTA ─────────────────────────────────────────────── */
.website-migration-index-v1 .wm-cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #000 0%, #00304a 60%, var(--brand) 100%);
}
.website-migration-index-v1 .wm-cta-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 72px;
  align-items: center;
}
.website-migration-index-v1 .wm-cta-inner h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 14px;
}
.website-migration-index-v1 .wm-cta-inner > div > p {
  color: #a8cfe0;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.website-migration-index-v1 .wm-cta-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.website-migration-index-v1 .wm-cta-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  color: #9ac5d8;
}
.website-migration-index-v1 .wm-cta-point::before {
  content: '✓';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0,107,146,.4);
  border: 1px solid rgba(0,107,146,.6);
  color: #7dd3f0;
  font-size: .65rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .website-migration-index-v1 .wm-index-hero-inner { grid-template-columns: 1fr; }
  .website-migration-index-v1 .lead-card { max-width: 480px; }
  .website-migration-index-v1 .why-inner { grid-template-columns: 1fr; gap: 48px; }
  .website-migration-index-v1 .assets-grid { grid-template-columns: repeat(2, 1fr); }
  .website-migration-index-v1 .wm-cta-inner { grid-template-columns: 1fr; }
  .website-migration-index-v1 .platforms-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}

@media (max-width: 768px) {
  .website-migration-index-v1 .platforms-head { flex-direction: column; }
  .website-migration-index-v1 .platforms-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
}

@media (max-width: 480px) {
    .website-migration-index-v1 .wm-index-hero-inner {
        grid-template-columns: 1fr;
        gap: 0;
        > div:first-child {
            padding: 30px 0 0;
        }
    }
  .website-migration-index-v1 .assets-grid { grid-template-columns: 1fr; }
  .website-migration-index-v1 .trust-divider { display: none; }
  .website-migration-index-v1 .trust-bar-inner { justify-content: flex-start; }
}
