/*
Theme Name: Movemio
Theme URI: https://movemio.com
Author: FlowForceOne
Description: Customer-first Movemio landing theme.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: movemio
*/

:root {
  --mov-blue: #12658c;
  --mov-blue-dark: #0b3b75;
  --mov-action: #155eef;
  --mov-action-dark: #0f3fbd;
  --mov-orange: #ed8936;
  --mov-ink: #152033;
  --mov-muted: #617089;
  --mov-soft: #edf6ff;
  --mov-line: #cfe0f6;
  --mov-white: #ffffff;
  --mov-shadow: 0 22px 56px rgba(12, 46, 84, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #f7fbff;
  color: var(--mov-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.mov-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.mov-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid rgba(207, 224, 246, .95);
  backdrop-filter: blur(18px);
}

.mov-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.mov-logo {
  display: block;
  width: 244px;
}

.mov-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 850;
  color: var(--mov-blue-dark);
}

.mov-nav a {
  text-decoration: none;
  white-space: nowrap;
}

.mov-nav-subtle {
  color: #50627b;
}

.mov-nav-cta,
.mov-button-primary {
  background: var(--mov-action);
  color: #fff;
  box-shadow: 0 14px 30px rgba(21, 94, 239, .22);
}

.mov-nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
}

.mov-nav-cta:hover,
.mov-button-primary:hover {
  background: var(--mov-action-dark);
}

.mov-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(21, 94, 239, .14), transparent 29rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 62%);
  padding: 74px 0 62px;
}

.mov-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(350px, .74fr);
  align-items: center;
  gap: 58px;
}

.mov-gate {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 86px 0;
  max-width: 100vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(18, 101, 140, .12), transparent 30rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.mov-gate .mov-shell {
  width: min(1180px, calc(100vw - 40px));
}

.mov-gate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 56px;
  align-items: center;
  max-width: 100%;
}

.mov-gate-copy .mov-h1 {
  max-width: 780px;
  font-size: clamp(42px, 5.8vw, 76px);
}

.mov-gate-copy,
.mov-gate-card {
  min-width: 0;
  max-width: 100%;
}

.mov-gate-card {
  width: 100%;
  max-width: 100%;
  border: 1px solid #d5e5f7;
  border-radius: 30px;
  padding: 32px;
  background: #fff;
  box-shadow: var(--mov-shadow);
}

.mov-gate-card h2 {
  margin: 0 0 8px;
  color: var(--mov-ink);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.mov-gate-card p {
  margin: 0;
  color: var(--mov-muted);
  font-size: 18px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mov-gate-form {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.mov-gate-form label {
  color: var(--mov-ink);
  font-size: 15px;
  font-weight: 900;
}

.mov-gate-form input {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  border: 1px solid #c7d9f1;
  border-radius: 16px;
  padding: 0 16px;
  color: var(--mov-ink);
  background: #f8fbff;
  font: inherit;
}

.mov-gate-form input:focus {
  outline: 3px solid rgba(21, 94, 239, .18);
  border-color: var(--mov-action);
}

.mov-gate-form .mov-button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.mov-gate-error {
  margin-top: 14px !important;
  color: #b42318 !important;
  font-weight: 850;
}

.mov-eyebrow {
  margin: 0 0 16px;
  color: var(--mov-blue-dark);
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
}

.mov-h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(44px, 6.8vw, 88px);
  line-height: .98;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.mov-lead {
  margin: 28px 0 0;
  max-width: 760px;
  color: var(--mov-muted);
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.mov-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.mov-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
}

.mov-button-secondary {
  color: var(--mov-blue-dark);
  border: 1px solid #b9d1f4;
  background: rgba(255, 255, 255, .78);
}

.mov-check-list {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
  color: var(--mov-blue-dark);
  font-weight: 850;
  font-size: 19px;
}

.mov-check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.mov-check-list li::before {
  content: "\2713";
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #0f8a4b;
  font-size: 15px;
  line-height: 1;
  margin-top: 1px;
}

.mov-process-visual {
  width: min(500px, 100%);
  justify-self: center;
  border-radius: 36px;
  padding: 1px;
  background: linear-gradient(135deg, #b9d7ff, rgba(237, 137, 54, .58), #d7e8ff);
  box-shadow: var(--mov-shadow);
}

.mov-process-card {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(190, 212, 240, .42) 1px, transparent 1px),
    linear-gradient(180deg, rgba(190, 212, 240, .42) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  background-size: 38px 38px, 38px 38px, auto;
}

.mov-process-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 2px 18px;
}

.mov-process-header span {
  color: var(--mov-blue-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mov-process-header strong {
  max-width: 210px;
  text-align: right;
  color: var(--mov-ink);
  font-size: 20px;
  line-height: 1.1;
}

.mov-process-track {
  position: relative;
  display: grid;
  gap: 12px;
}

.mov-process-track::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 42px;
  bottom: 42px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mov-action), var(--mov-orange));
}

.mov-process-step {
  position: relative;
  min-height: 108px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid #d6e4f6;
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 30px rgba(12, 46, 84, .08);
}

.mov-process-step h2 {
  margin: 0 0 5px;
  color: var(--mov-ink);
  font-size: 22px;
  line-height: 1.08;
}

.mov-process-step p {
  grid-column: 2;
  margin: 0;
  color: var(--mov-muted);
  font-size: 15px;
  line-height: 1.36;
}

.mov-step-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: var(--mov-action);
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(21, 94, 239, .24);
}

.mov-step-icon.ai {
  background: var(--mov-blue);
}

.mov-step-icon.offer {
  background: var(--mov-orange);
}

.mov-community-card,
.mov-compare-card {
  margin-top: 14px;
  border-radius: 24px;
  border: 1px solid #d6e4f6;
  background: #fff;
  box-shadow: 0 16px 34px rgba(12, 46, 84, .1);
}

.mov-community-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.mov-community-badge {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, var(--mov-orange), #b96529);
  font-weight: 900;
}

.mov-community-card strong,
.mov-compare-card span {
  display: block;
  color: var(--mov-ink);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

.mov-community-card p {
  margin: 7px 0 0;
  color: var(--mov-muted);
  font-size: 15px;
  line-height: 1.38;
}

.mov-compare-card {
  padding: 18px;
}

.mov-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.mov-compare-grid div {
  min-height: 76px;
  padding: 12px;
  border-radius: 18px;
  background: #f5f9ff;
  border: 1px solid #d6e4f6;
}

.mov-compare-grid strong,
.mov-compare-grid small {
  display: block;
}

.mov-compare-grid strong {
  color: var(--mov-blue-dark);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.mov-compare-grid small {
  margin-top: 8px;
  color: var(--mov-muted);
  font-size: 12px;
  line-height: 1.2;
}

.mov-section {
  padding: 76px 0;
}

.mov-section-soft {
  background: #f5f9ff;
}

.mov-section-dark {
  background: #10233a;
  color: #fff;
}

.mov-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.mov-section-label {
  margin: 0 0 10px;
  color: var(--mov-blue-dark);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
}

.mov-section-dark .mov-section-label {
  color: #9fc5ff;
}

.mov-h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.mov-section-dark .mov-h2 {
  color: #fff;
}

.mov-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mov-step,
.mov-proof {
  border-radius: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid #d5e5f7;
  box-shadow: 0 16px 40px rgba(12, 46, 84, .08);
}

.mov-step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #fff;
  background: var(--mov-action);
  font-weight: 900;
}

.mov-step h3,
.mov-proof h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.1;
}

.mov-step p,
.mov-proof p {
  margin: 0;
  color: var(--mov-muted);
  font-size: 18px;
  line-height: 1.45;
}

.mov-step-emphasis {
  border-color: rgba(15, 138, 75, .32);
  background:
    linear-gradient(180deg, #ffffff 0%, #f0fbf4 100%);
}

.mov-trust-grid {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 52px;
  align-items: start;
}

.mov-section-dark p {
  color: #d7e7ff;
}

.mov-section-dark .mov-lead {
  color: #d7e7ff;
}

.mov-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mov-proof {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: none;
}

.mov-proof h3 {
  color: #fff;
}

.mov-proof p {
  color: #d7e7ff;
}

.mov-proof-highlight {
  border-color: rgba(143, 198, 255, .44);
  background:
    linear-gradient(145deg, rgba(21, 94, 239, .16), rgba(15, 138, 75, .14));
}

.mov-final {
  background:
    radial-gradient(circle at 88% 18%, rgba(237, 137, 54, .17), transparent 22rem),
    #fff;
}

.mov-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.mov-final p {
  max-width: 760px;
}

.mov-footer {
  padding: 34px 0;
  border-top: 1px solid #d5e5f7;
  background: #fff;
}

.mov-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  color: #6a778b;
  font-size: 14px;
}

.mov-footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.mov-footer a {
  color: #6a778b;
  text-decoration: none;
}

.mov-footer a:hover {
  color: var(--mov-blue-dark);
}

.mov-page-main {
  padding: 56px 0 80px;
  background: #f7fbff;
}

.mov-page-content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.55;
}

.mov-page-content h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
}

@media (max-width: 920px) {
  .mov-shell {
    width: min(720px, calc(100% - 28px));
  }

  .mov-header-inner {
    min-height: 72px;
  }

  .mov-logo {
    width: 196px;
  }

  .mov-nav {
    gap: 12px;
    font-size: 14px;
  }

  .mov-nav-subtle {
    display: none;
  }

  .mov-nav-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .mov-hero {
    padding: 42px 0 34px;
  }

  .mov-hero-grid,
  .mov-gate-grid,
  .mov-trust-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mov-h1 {
    font-size: clamp(44px, 13vw, 70px);
  }

  .mov-lead {
    font-size: 20px;
  }

  .mov-process-visual {
    width: 100%;
  }

  .mov-process-card {
    padding: 18px;
  }

  .mov-flow,
  .mov-proof-grid {
    grid-template-columns: 1fr;
  }

  .mov-final-inner {
    grid-template-columns: 1fr;
  }

  .mov-button {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .mov-header-inner {
    min-height: auto;
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .mov-nav {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    align-items: center;
    gap: 10px;
  }

  .mov-nav a {
    min-width: 0;
    text-align: center;
  }

  .mov-nav-cta {
    width: 100%;
    padding: 0 10px;
    white-space: normal;
    line-height: 1.1;
  }

  .mov-logo {
    width: 178px;
  }

  .mov-gate {
    min-height: calc(100vh - 78px);
    padding: 46px 0;
  }

  .mov-gate .mov-shell {
    width: 100%;
    padding-inline: 15px;
  }

  .mov-gate-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .mov-gate-card {
    width: 100%;
    max-width: 100%;
    padding: 24px;
    border-radius: 24px;
  }

  .mov-h1 {
    font-size: 39px;
    line-height: 1.02;
  }

  .mov-gate-copy .mov-h1 {
    font-size: clamp(38px, 10vw, 48px);
  }

  .mov-actions {
    align-items: stretch;
  }

  .mov-check-list {
    font-size: 17px;
    gap: 10px;
  }

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