:root {
  --primary: #0b63f6;
  --primary-dark: #0847b7;
  --primary-soft: #eaf2ff;
  --orange: #ff8a1e;
  --orange-dark: #e76800;
  --navy: #071b3a;
  --text: #102033;
  --muted: #627089;
  --line: #e4ebf5;
  --surface: #ffffff;
  --soft: #f5f8fc;
  --soft-blue: #f1f7ff;
  --cream: #fff8ed;
  --shadow: 0 18px 50px rgba(12, 35, 66, 0.10);
  --shadow-strong: 0 28px 80px rgba(9, 34, 75, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(11, 99, 246, 0.10), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(255, 138, 30, 0.09), transparent 22%),
    radial-gradient(circle at 50% 72%, rgba(14, 165, 233, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 36%, #f0f7ff 100%);
  line-height: 1.55;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.68;
  background-image:
    linear-gradient(rgba(11, 99, 246, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 99, 246, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.10) 55%, transparent 92%);
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -60px;
  z-index: 9999;
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { top: 12px; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.82));
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(203, 218, 240, 0.78);
  box-shadow: 0 10px 36px rgba(15, 43, 85, 0.055);
}

.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  color: var(--primary);
  font-size: 26px;
  letter-spacing: -0.6px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
}
.brand-mark svg { width: 100%; height: 100%; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 800;
  color: #26364b;
  flex: 1;
}
.desktop-nav a {
  transition: color 0.18s ease;
}
.desktop-nav a:hover,
.desktop-nav .active { color: var(--primary); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.login-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 800;
  color: #26364b;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #1b7cff);
  box-shadow: 0 12px 24px rgba(11, 99, 246, 0.22);
}
.btn-primary:hover { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.btn-sm { min-height: 40px; padding: 0 18px; border-radius: 12px; font-size: 13px; }
.btn-orange { color: #fff; background: linear-gradient(135deg, var(--orange), #ffad4a); box-shadow: 0 16px 30px rgba(255, 138, 30, 0.24); }
.btn-light { color: var(--primary); background: #fff; border: 1px solid #cfe0ff; }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: var(--primary-soft);
  border-radius: 14px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--primary);
  margin: 4px auto;
  border-radius: 999px;
}
.mobile-menu { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(11, 99, 246, 0.15), transparent 25%),
    radial-gradient(circle at 82% 18%, rgba(255, 138, 30, 0.12), transparent 20%),
    radial-gradient(circle at 74% 76%, rgba(14, 165, 233, 0.12), transparent 25%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 255, 0.96) 48%, rgba(236, 246, 255, 0.98) 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(72px);
  pointer-events: none;
}

.hero::before {
  width: 430px;
  height: 430px;
  left: -170px;
  top: -110px;
  background: rgba(11, 99, 246, 0.12);
}

.hero::after {
  width: 340px;
  height: 340px;
  right: -110px;
  top: 90px;
  background: rgba(255, 138, 30, 0.12);
}

.hero-grid,
.stats-strip {
  position: relative;
  z-index: 1;
}

.hero-grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 50px;
  padding: 58px 0 28px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 12.5px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1,
.section h2,
.cta-main h2,
.community-card h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -1.4px;
  font-weight: 900;
  color: var(--navy);
}
.hero h1 span { color: var(--primary); }

.hero-subtitle {
  max-width: 640px;
  margin: 20px 0 26px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
}

.request-bar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 32, 51, 0.08);
  max-width: 720px;
}

.request-field,
.location-field {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 13px;
  padding: 0 12px;
  color: var(--muted);
  font-weight: 700;
}
.request-field input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
}
.location-field {
  border-left: 1px solid var(--line);
  white-space: nowrap;
}

.category-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(72px, 1fr));
  gap: 10px;
  margin-top: 22px;
  max-width: 760px;
}
.category-row a {
  min-height: 78px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  place-items: center;
  gap: 5px;
  padding: 10px 6px;
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(12, 35, 66, 0.05);
  transition: transform 0.16s ease, border-color 0.16s ease;
}
.category-row a:hover {
  transform: translateY(-3px);
  border-color: #bcd2ff;
}
.category-row span {
  font-size: 11.5px;
  font-weight: 800;
  color: #2c3b50;
}

.hero-visual {
  position: relative;
  min-height: 430px;
}

.hero-card {
  position: absolute;
  inset: 34px 84px 34px 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(235, 245, 255, 0.86)),
    radial-gradient(circle at 72% 12%, rgba(255, 138, 30, 0.15), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.worker-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(11, 99, 246, 0.09);
  border-radius: 50%;
  right: -60px;
  top: -60px;
}

.hero-people {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  min-width: 245px;
  padding: 13px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(12, 35, 66, 0.08);
}
.person.worker { margin-left: auto; }
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #fff2df;
  color: var(--orange-dark);
  font-weight: 900;
}
.avatar.blue {
  background: var(--primary-soft);
  color: var(--primary);
}
.person strong { display: block; font-weight: 900; }
.person span { color: var(--muted); font-size: 13px; font-weight: 700; }

.tablet-card {
  width: 330px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 24px;
  background: #0b63f6;
  box-shadow: 0 20px 40px rgba(11, 99, 246, 0.22);
}
.mini-map {
  height: 130px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.26) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.26) 1px, transparent 1px),
    #dbeafe;
  background-size: 26px 26px;
  position: relative;
}
.mini-map::before, .mini-map::after {
  content: "";
  position: absolute;
  width: 20px; height: 20px;
  background: var(--orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.mini-map::before { left: 58px; top: 38px; }
.mini-map::after { right: 70px; bottom: 30px; background: var(--primary); }
.job-line {
  height: 11px;
  width: 80%;
  background: rgba(255,255,255,0.75);
  border-radius: 999px;
  margin-top: 14px;
}
.job-line.short { width: 52%; }
.tablet-card button {
  width: 100%;
  margin-top: 15px;
  min-height: 42px;
  border-radius: 13px;
  border: 0;
  background: #fff;
  color: var(--primary);
  font-weight: 900;
}

.download-card {
  position: absolute;
  right: 0;
  top: 60px;
  width: 172px;
  padding: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.download-card strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 900;
}
.qr {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-weight: 900;
  border-radius: 12px;
  background:
    linear-gradient(90deg, #111 10%, transparent 10% 20%, #111 20% 30%, transparent 30% 40%, #111 40% 50%, transparent 50% 60%, #111 60% 70%, transparent 70% 80%, #111 80% 90%, transparent 90%),
    linear-gradient(#fff, #fff);
  background-size: 18px 18px;
  border: 8px solid #fff;
  box-shadow: inset 0 0 0 1px #111;
}
.store-badge {
  display: block;
  background: #111827;
  color: #fff;
  border-radius: 9px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 900;
  margin-top: 7px;
}
.download-card small {
  display: block;
  color: var(--muted);
  margin-top: 8px;
  font-size: 11px;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  margin-bottom: 34px;
  overflow: hidden;
}
.stats-strip div {
  padding: 24px 26px;
  border-right: 1px solid var(--line);
}
.stats-strip div:last-child { border-right: 0; }
.stats-strip span {
  display: block;
  color: var(--primary);
  font-size: 24px;
  font-weight: 900;
}
.stats-strip p {
  margin: 2px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: 72px 0;
  position: relative;
}

.section:nth-of-type(even) {
  background:
    radial-gradient(circle at 90% 8%, rgba(11, 99, 246, 0.055), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.72), rgba(247,251,255,0.80));
}

.section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(11, 99, 246, 0.075), transparent 24%),
    radial-gradient(circle at 88% 80%, rgba(255, 138, 30, 0.06), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  border-block: 1px solid rgba(203, 218, 240, 0.75);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 28px;
}
.section h2 {
  font-size: clamp(28px, 3.4vw, 42px);
}
.view-all {
  color: var(--primary);
  font-weight: 900;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(12, 35, 66, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.service-img {
  height: 150px;
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 255, 255, 0.70), transparent 20%),
    radial-gradient(circle at 20% 82%, rgba(11, 99, 246, 0.18), transparent 28%),
    linear-gradient(135deg, #dbeafe, #fff7ed);
  position: relative;
}
.service-img::after {
  position: absolute;
  inset: 16px;
  display: grid;
  place-items: center;
  font-size: 48px;
}
.service-img.camera::after { content: "📹"; }
.service-img.air::after { content: "❄️"; }
.service-img.washer::after { content: "🧺"; }
.service-img.tv::after { content: "📺"; }
.service-img.electric::after { content: "🔧"; }
.service-img.clean::after { content: "🧹"; }
.service-img.moving::after { content: "📦"; }
.service-img.install::after { content: "💡"; }

.service-card h3 {
  margin: 16px 16px 4px;
  font-size: 16px;
  font-weight: 900;
}
.service-card p {
  margin: 0 16px 18px;
  color: var(--primary);
  font-weight: 900;
}

.two-column {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.benefit-card,
.how-card,
.review-card,
.community-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(12, 35, 66, 0.05);
}
.benefit-card {
  padding: 22px;
}
.benefit-card span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--primary-soft);
  margin-bottom: 13px;
}
.benefit-card h3,
.app-features h3 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 900;
}
.benefit-card p,
.step p,
.review-card p,
.app-features p,
.worker-join p,
.cta-main p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.how-card {
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.steps {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  max-width: 440px;
}
.step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.step b {
  flex: 0 0 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-weight: 900;
}
.step h3 { margin: 0 0 4px; font-weight: 900; }

.phone-mini {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 122px;
  height: 210px;
  border-radius: 24px;
  background: #111827;
  padding: 8px;
  transform: rotate(4deg);
}
.phone-screen {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 14px 10px;
}
.phone-screen span {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: #dbeafe;
  margin-bottom: 10px;
}
.phone-screen span:nth-child(2) { width: 70%; background: #fef3c7; }
.phone-screen span:nth-child(3) { width: 86%; background: #dcfce7; }
.phone-screen button {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  min-height: 32px;
  margin-top: 20px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  padding: 22px;
}
.reviewer {
  display: flex;
  gap: 12px;
  align-items: center;
}
.reviewer span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 900;
}
.reviewer strong { display: block; font-weight: 900; }
.reviewer small { color: var(--muted); font-weight: 700; }
.stars {
  color: #ffb020;
  letter-spacing: 2px;
  margin: 14px 0 9px;
}

.app-section {
  background:
    radial-gradient(circle at 80% 20%, rgba(11, 99, 246, 0.16), transparent 28%),
    radial-gradient(circle at 18% 74%, rgba(255, 138, 30, 0.09), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}
.app-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.app-features {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}
.app-features > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.app-features span {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: var(--primary-soft);
}
.phone-showcase {
  min-height: 520px;
  display: grid;
  place-items: center;
  position: relative;
}
.phone {
  width: 260px;
  height: 520px;
  border-radius: 42px;
  background: #111827;
  padding: 12px;
  box-shadow: 0 30px 70px rgba(12, 35, 66, 0.22);
  position: relative;
  z-index: 2;
}
.phone-top {
  width: 86px;
  height: 22px;
  border-radius: 999px;
  background: #111827;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.app-ui {
  height: 100%;
  border-radius: 32px;
  background: #fff;
  padding: 46px 18px 20px;
}
.app-ui h4 { margin: 0 0 4px; font-weight: 900; color: var(--primary); }
.app-ui p { margin: 0 0 16px; color: var(--muted); font-weight: 700; }
.app-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
.app-icons span {
  height: 44px;
  border-radius: 14px;
  background: var(--primary-soft);
}
.job-status {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 10px;
}
.job-status b { display: block; font-size: 13px; }
.job-status em {
  font-style: normal;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}
.job-status.done em { color: #16a34a; }
.app-ui button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
  margin-top: 18px;
}
.plant {
  position: absolute;
  width: 190px;
  height: 230px;
  right: 90px;
  bottom: 40px;
  background:
    radial-gradient(ellipse at 50% 20%, #bbf7d0 0 18%, transparent 19%),
    radial-gradient(ellipse at 30% 42%, #86efac 0 14%, transparent 15%),
    radial-gradient(ellipse at 70% 46%, #22c55e 0 13%, transparent 14%),
    linear-gradient(#854d0e, #854d0e);
  background-size: 100% 120px, 100% 150px, 100% 150px, 8px 150px;
  background-repeat: no-repeat;
  background-position: center top, center top, center top, center bottom;
  opacity: 0.9;
}

.community-section { padding-top: 30px; }
.community-card {
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 30px;
  align-items: center;
  background:
    radial-gradient(circle at 88% 15%, rgba(11,99,246,0.15), transparent 30%),
    radial-gradient(circle at 16% 90%, rgba(255, 138, 30, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,249,255,0.98));
}
.community-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.community-stats strong {
  display: block;
  color: var(--primary);
  font-size: 24px;
  font-weight: 900;
}
.community-stats span { color: var(--muted); font-weight: 700; }
.team-visual {
  height: 260px;
  border-radius: 30px;
  background: linear-gradient(135deg, #eaf2ff, #fff7ed);
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 12px;
  padding-bottom: 28px;
}
.team-person {
  width: 74px;
  height: 160px;
  border-radius: 40px 40px 18px 18px;
  background: linear-gradient(#ffd6b5 0 20%, #0b63f6 21% 72%, #172554 73%);
  box-shadow: 0 16px 28px rgba(12,35,66,0.12);
}
.team-person:nth-child(2) { height: 190px; }
.team-person.woman { background: linear-gradient(#ffd6b5 0 20%, #f8fafc 21% 72%, #1d4ed8 73%); height: 178px; }

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.tag-cloud a {
  padding: 11px 18px;
  border: 1px solid #bfd2ff;
  border-radius: 999px;
  color: #24518f;
  font-weight: 800;
  background: #fff;
}
.tag-cloud a:hover {
  color: #fff;
  background: var(--primary);
}

.cta-section {
  padding: 64px 0 84px;
  background:
    radial-gradient(circle at 20% 25%, rgba(11, 99, 246, 0.08), transparent 24%),
    radial-gradient(circle at 88% 44%, rgba(255, 138, 30, 0.08), transparent 22%),
    linear-gradient(180deg, #f8fbff, #ffffff);
}
.cta-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 18px;
}
.cta-main {
  padding: 38px;
  border-radius: 32px;
  color: #fff;
  background: linear-gradient(135deg, #0b63f6, #75a7ff);
  text-align: center;
}
.cta-main h2 { color: #fff; font-size: clamp(26px, 3vw, 38px); }
.cta-main p { color: rgba(255,255,255,0.86); margin: 10px 0 24px; }
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.worker-join {
  padding: 30px;
  border-radius: 32px;
  border: 1px solid var(--line);
  background: #f8fbff;
}
.worker-join h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 900;
}
.worker-join a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--primary);
  font-weight: 900;
}

.site-footer {
  background: var(--navy);
  color: #dbeafe;
  padding: 56px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 34px;
}
.footer-logo { color: #fff; }
.footer-brand p {
  color: #b7c5dc;
  font-weight: 600;
  max-width: 330px;
}
.socials {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}
.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  color: #fff;
  font-weight: 900;
}
.site-footer h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}
.site-footer a {
  display: block;
  color: #b7c5dc;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hotline {
  margin: 10px 0 14px;
  color: #fff;
  font-weight: 900;
}
.footer-download .store-badge {
  width: 140px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #8fa5c8;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .desktop-nav,
  .login-link { display: none; }
  .menu-toggle { display: block; }
  .header-inner { justify-content: space-between; }
  .mobile-menu {
    display: none;
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto 16px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .mobile-menu.is-open {
    display: grid;
    gap: 8px;
  }
  .mobile-menu a {
    padding: 12px;
    border-radius: 12px;
    font-weight: 900;
  }
  .mobile-menu a:hover { background: var(--primary-soft); color: var(--primary); }

  .hero-grid,
  .two-column,
  .app-grid,
  .community-card,
  .cta-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 460px;
  }
  .hero-card { inset: 20px 70px 20px 0; }
  .download-card { right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { height: 66px; }
  .brand { font-size: 22px; }
  .hero-grid { padding-top: 34px; }
  .request-bar {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .location-field {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .category-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-strip div:nth-child(2) { border-right: 0; }
  .stats-strip div { padding: 18px; }
  .hero-visual {
    min-height: 520px;
  }
  .hero-card { inset: 0; }
  .download-card {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 16px;
  }
  .tablet-card { width: 100%; }
  .person { min-width: 0; width: 100%; }
  .service-grid,
  .benefit-grid,
  .review-grid,
  .community-stats {
    grid-template-columns: 1fr;
  }
  .phone-mini { display: none; }
  .phone-showcase { min-height: 470px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 460px) {
  .hero h1 { font-size: 34px; }
  .section { padding: 54px 0; }
  .category-row { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: 1fr; }
  .stats-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats-strip div:last-child { border-bottom: 0; }
  .cta-main,
  .worker-join,
  .community-card { padding: 24px; }
}


/* V2 premium background accents */
.section-heading,
.two-column,
.review-grid,
.app-grid,
.community-card,
.tag-cloud,
.cta-grid {
  position: relative;
  z-index: 1;
}

.service-card,
.benefit-card,
.how-card,
.review-card,
.community-card,
.worker-join {
  backdrop-filter: blur(12px);
}

.request-bar,
.category-row a,
.download-card {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
}

.cta-main {
  position: relative;
  overflow: hidden;
}

.cta-main::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -80px;
  top: -100px;
  background: rgba(255, 255, 255, 0.16);
}

.cta-main::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  left: -70px;
  bottom: -90px;
  background: rgba(255, 255, 255, 0.10);
}

.cta-main > * {
  position: relative;
  z-index: 1;
}


/* V3 real Call Job logo */
.brand-image {
  flex: 0 0 auto;
  line-height: 0;
}

.brand-logo-image {
  display: block;
  width: 168px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  border-radius: 6px;
}

.footer-brand-logo-image {
  width: 190px;
  max-height: 64px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 14px;
}

@media (max-width: 760px) {
  .brand-logo-image {
    width: 136px;
    max-height: 46px;
  }

  .footer-brand-logo-image {
    width: 170px;
  }
}


/* V4 assets-ready update: fixed logo size + easy image replacement */
.header-inner {
  overflow: visible;
}

.brand-image {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
  min-width: 0;
}

.brand-logo-image {
  display: block;
  width: auto;
  height: 42px;
  max-width: 172px;
  object-fit: contain;
}

.footer-brand-logo-image {
  display: block;
  width: auto;
  height: 62px;
  max-width: 230px;
  object-fit: contain;
  background: #fff;
  padding: 6px 10px;
  border-radius: 14px;
}

/* Service images are now real replaceable assets */
.service-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-img::after {
  display: none;
}

.service-img.camera {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/camera.jpg");
}

.service-img.air {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/may-lanh.jpg");
}

.service-img.washer {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/may-giat.jpg");
}

.service-img.tv {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/tivi.jpg");
}

.service-img.electric {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/dien-nuoc.jpg");
}

.service-img.clean {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/don-dep.jpg");
}

.service-img.moving {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/chuyen-nha.jpg");
}

.service-img.install {
  background-image:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00), rgba(7, 27, 58, 0.08)),
    url("./assets/services/lap-dat.jpg");
}

/* Hero image can now be replaced by uploading assets/hero/hero-worker.jpg */
.hero-photo-card {
  padding: 0;
  background: #fff;
}

.hero-worker-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.02);
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.70), transparent 46%),
    linear-gradient(0deg, rgba(7, 27, 58, 0.20), transparent 50%);
}

.hero-photo-overlay .person {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.86);
}

.hero-photo-overlay .worker {
  align-self: flex-end;
}

/* QR is now an image file */
.qr-image {
  object-fit: cover;
  background: #fff;
  padding: 6px;
}

/* Make header logo compact on smaller screens */
@media (max-width: 1060px) {
  .brand-logo-image {
    height: 38px;
    max-width: 154px;
  }
}

@media (max-width: 760px) {
  .brand-logo-image {
    height: 34px;
    max-width: 138px;
  }

  .footer-brand-logo-image {
    height: 54px;
    max-width: 200px;
  }

  .hero-photo-overlay {
    padding: 18px;
  }
}


/* V5 logo placement update */
.brand-logo-image {
  width: auto;
  height: 56px;
  max-width: 250px;
  object-fit: contain;
  display: block;
}
.footer-brand-logo-image {
  width: auto;
  height: 110px;
  max-width: 420px;
  object-fit: contain;
  display: block;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 1060px) {
  .brand-logo-image { height: 48px; max-width: 220px; }
  .footer-brand-logo-image { height: 96px; max-width: 360px; }
}
@media (max-width: 760px) {
  .brand-logo-image { height: 42px; max-width: 190px; }
  .footer-brand-logo-image { height: 82px; max-width: 300px; }
}


/* V6 final header logo size fix */
.site-header .header-inner {
  height: 66px;
  align-items: center;
}

.site-header .brand-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  line-height: 0;
  max-height: 66px;
  overflow: hidden;
}

.site-header .brand-logo-image {
  display: block;
  width: auto;
  height: 34px;
  max-width: 150px;
  object-fit: contain;
  object-position: left center;
}

.site-header .desktop-nav {
  margin-left: 18px;
  gap: 22px;
}

@media (max-width: 1060px) {
  .site-header .header-inner {
    height: 62px;
  }

  .site-header .brand-logo-image {
    height: 32px;
    max-width: 138px;
  }
}

@media (max-width: 760px) {
  .site-header .header-inner {
    height: 58px;
  }

  .site-header .brand-logo-image {
    height: 30px;
    max-width: 128px;
  }
}


/* V7 hard fix: force compact header logo, even if older logo CSS is still present */
.site-header {
  min-height: 58px !important;
}

.site-header .header-inner {
  height: 58px !important;
  min-height: 58px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

.site-header .brand,
.site-header .brand-image {
  height: 40px !important;
  max-height: 40px !important;
  width: 148px !important;
  max-width: 148px !important;
  min-width: 148px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 148px !important;
  line-height: 0 !important;
}

.site-header .brand-logo-image {
  height: 34px !important;
  max-height: 34px !important;
  width: auto !important;
  max-width: 148px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .desktop-nav {
  margin-left: 14px !important;
  gap: 20px !important;
}

@media (max-width: 1060px) {
  .site-header .brand,
  .site-header .brand-image {
    width: 132px !important;
    max-width: 132px !important;
    min-width: 132px !important;
    flex-basis: 132px !important;
  }

  .site-header .brand-logo-image {
    height: 30px !important;
    max-height: 30px !important;
    max-width: 132px !important;
  }
}

@media (max-width: 760px) {
  .site-header .brand,
  .site-header .brand-image {
    width: 118px !important;
    max-width: 118px !important;
    min-width: 118px !important;
    flex-basis: 118px !important;
  }

  .site-header .brand-logo-image {
    height: 28px !important;
    max-height: 28px !important;
    max-width: 118px !important;
  }
}


/* V8 balanced header logo size: bigger than V7, still controlled */
.site-header {
  min-height: 76px !important;
}

.site-header .header-inner {
  height: 76px !important;
  min-height: 76px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

.site-header .brand,
.site-header .brand-image {
  height: 58px !important;
  max-height: 58px !important;
  width: 235px !important;
  max-width: 235px !important;
  min-width: 235px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 235px !important;
  line-height: 0 !important;
}

.site-header .brand-logo-image {
  height: 52px !important;
  max-height: 52px !important;
  width: auto !important;
  max-width: 235px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .desktop-nav {
  margin-left: 20px !important;
  gap: 22px !important;
}

@media (max-width: 1060px) {
  .site-header {
    min-height: 70px !important;
  }

  .site-header .header-inner {
    height: 70px !important;
    min-height: 70px !important;
  }

  .site-header .brand,
  .site-header .brand-image {
    width: 205px !important;
    max-width: 205px !important;
    min-width: 205px !important;
    flex-basis: 205px !important;
  }

  .site-header .brand-logo-image {
    height: 46px !important;
    max-height: 46px !important;
    max-width: 205px !important;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 62px !important;
  }

  .site-header .header-inner {
    height: 62px !important;
    min-height: 62px !important;
  }

  .site-header .brand,
  .site-header .brand-image {
    width: 165px !important;
    max-width: 165px !important;
    min-width: 165px !important;
    flex-basis: 165px !important;
  }

  .site-header .brand-logo-image {
    height: 38px !important;
    max-height: 38px !important;
    max-width: 165px !important;
  }
}


/* =========================================================
   V10 HEADER LOGO - SLIGHTLY BIGGER & BALANCED WITH MENU
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
}

.site-header .header-inner {
  min-height: 84px !important;
  height: 84px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.site-header .brand.brand-image {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
  flex: 0 0 300px !important;
  height: 72px !important;
  margin-right: 8px !important;
  overflow: visible !important;
}

.site-header .brand-logo-image.brand-logo-image-v10 {
  display: block !important;
  width: auto !important;
  max-width: 300px !important;
  height: auto !important;
  max-height: 68px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
}

.site-header .desktop-nav {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex: 1 1 auto !important;
  margin-left: 8px !important;
}

.site-header .desktop-nav a {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

.site-header .header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-shrink: 0 !important;
}

.site-header .login-link {
  white-space: nowrap !important;
}

.footer-logo.brand-image {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  flex: initial !important;
}

.footer-brand-logo-image {
  display: block !important;
  width: auto !important;
  max-width: 250px !important;
  height: auto !important;
  max-height: 130px !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 44px rgba(7, 18, 48, 0.25) !important;
}

@media (max-width: 1180px) {
  .site-header .brand.brand-image {
    width: 270px !important;
    min-width: 270px !important;
    max-width: 270px !important;
    flex-basis: 270px !important;
    height: 66px !important;
  }
  .site-header .brand-logo-image.brand-logo-image-v10 {
    max-width: 270px !important;
    max-height: 60px !important;
  }
  .site-header .desktop-nav { gap: 20px !important; }
}

@media (max-width: 980px) {
  .site-header .header-inner {
    min-height: 76px !important;
    height: 76px !important;
  }
  .site-header .brand.brand-image {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    flex-basis: 230px !important;
    height: 56px !important;
  }
  .site-header .brand-logo-image.brand-logo-image-v10 {
    max-width: 230px !important;
    max-height: 52px !important;
  }
}

@media (max-width: 760px) {
  .site-header .header-inner {
    min-height: 68px !important;
    height: 68px !important;
  }
  .site-header .brand.brand-image {
    width: 185px !important;
    min-width: 185px !important;
    max-width: 185px !important;
    flex-basis: 185px !important;
    height: 44px !important;
  }
  .site-header .brand-logo-image.brand-logo-image-v10 {
    max-width: 185px !important;
    max-height: 40px !important;
  }
  .footer-brand-logo-image {
    max-width: 210px !important;
  }
}


/* =========================================================
   V11 MOBILE FIX - remove horizontal overflow on phone
   ========================================================= */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

/* Tablet + phone: use mobile header, prevent desktop menu from forcing page width */
@media (max-width: 1060px) {
  .site-header {
    width: 100% !important;
    overflow: visible !important;
  }

  .site-header .header-inner {
    width: min(100% - 24px, var(--container)) !important;
    height: 70px !important;
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .site-header .desktop-nav,
  .site-header .login-link {
    display: none !important;
  }

  .site-header .menu-toggle {
    display: block !important;
    flex: 0 0 44px !important;
  }

  .site-header .header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
  }

  .site-header .btn-sm {
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .site-header .brand.brand-image {
    width: 190px !important;
    min-width: 0 !important;
    max-width: 190px !important;
    flex: 0 1 190px !important;
    height: 52px !important;
    overflow: visible !important;
  }

  .site-header .brand-logo-image.brand-logo-image-v10 {
    max-width: 190px !important;
    max-height: 44px !important;
    width: auto !important;
    height: auto !important;
  }

  .mobile-menu {
    width: calc(100% - 28px) !important;
    max-width: 420px !important;
    margin: 0 auto 14px !important;
  }

  .hero-grid {
    min-height: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
    padding: 34px 0 18px !important;
  }

  .hero-copy {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .hero h1 {
    max-width: 100% !important;
    font-size: clamp(34px, 7vw, 48px) !important;
    line-height: 1.05 !important;
  }

  .hero-subtitle {
    max-width: 100% !important;
  }

  .hero-visual {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 420px !important;
  }

  .request-bar,
  .category-row,
  .stats-strip {
    max-width: 100% !important;
  }
}

/* Phone layout */
@media (max-width: 760px) {
  .container {
    width: calc(100% - 28px) !important;
    max-width: 100% !important;
  }

  .site-header .header-inner {
    width: calc(100% - 24px) !important;
    height: 62px !important;
    min-height: 62px !important;
  }

  .site-header .brand.brand-image {
    width: 116px !important;
    max-width: 116px !important;
    flex: 0 0 116px !important;
    height: 42px !important;
  }

  .site-header .brand-logo-image.brand-logo-image-v10 {
    max-width: 116px !important;
    max-height: 32px !important;
  }

  .site-header .btn-sm {
    min-height: 40px !important;
    padding: 0 13px !important;
    font-size: 12.5px !important;
  }

  .site-header .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
  }

  .hero {
    overflow: hidden !important;
  }

  .hero-grid {
    display: block !important;
    padding: 30px 0 14px !important;
  }

  .eyebrow {
    font-size: 11.5px !important;
    letter-spacing: 0.10em !important;
  }

  .hero h1 {
    font-size: 31px !important;
    line-height: 1.08 !important;
    letter-spacing: -0.7px !important;
  }

  .hero-subtitle {
    font-size: 15px !important;
    line-height: 1.55 !important;
    margin: 16px 0 20px !important;
  }

  .request-bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    border-radius: 18px !important;
    width: 100% !important;
  }

  .request-field,
  .location-field {
    width: 100% !important;
    min-width: 0 !important;
  }

  .location-field {
    border-left: 0 !important;
    border-top: 1px solid var(--line) !important;
  }

  .request-bar .btn {
    width: 100% !important;
  }

  .category-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .category-row a {
    min-width: 0 !important;
    padding: 14px 8px !important;
  }

  /* Hide desktop mockup on phone to remove the large blank/overflow area */
  .hero-visual {
    display: none !important;
  }

  .stats-strip {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin-top: 22px !important;
  }

  .stats-strip div {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  .stats-strip div:last-child {
    border-bottom: 0 !important;
  }

  .section {
    padding: 52px 0 !important;
  }

  .service-grid,
  .benefit-grid,
  .review-grid,
  .community-stats,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .cta-main {
    padding: 26px 20px !important;
  }
}

/* Very small phones */
@media (max-width: 390px) {
  .site-header .brand.brand-image {
    width: 104px !important;
    max-width: 104px !important;
    flex-basis: 104px !important;
  }

  .site-header .brand-logo-image.brand-logo-image-v10 {
    max-width: 104px !important;
    max-height: 30px !important;
  }

  .site-header .btn-sm {
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  .hero h1 {
    font-size: 29px !important;
  }
}


/* =========================================================
   V12 SERVICE IMAGES - real image cards for popular services
   ========================================================= */
.service-card {
  background: rgba(255, 255, 255, 0.94) !important;
}

.service-img {
  height: 168px !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  overflow: hidden !important;
}

.service-img::after {
  display: none !important;
}

.service-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 27, 58, 0.00) 35%, rgba(7, 27, 58, 0.24) 100%),
    radial-gradient(circle at 18% 15%, rgba(255,255,255,0.32), transparent 28%);
  pointer-events: none;
}

.service-img.camera {
  background-image: url("./assets/services/camera.jpg?v=14") !important;
}

.service-img.air {
  background-image: url("./assets/services/may-lanh.jpg?v=14") !important;
}

.service-img.washer {
  background-image: url("./assets/services/may-giat.jpg?v=14") !important;
}

.service-img.tv {
  background-image: url("./assets/services/tv.jpg?v=14") !important;
}

.service-img.electric {
  background-image: url("./assets/services/dien-nuoc.jpg?v=14") !important;
}

.service-img.clean {
  background-image: url("./assets/services/don-dep.jpg?v=14") !important;
}

.service-img.moving {
  background-image: url("./assets/services/chuyen-nha.jpg?v=14") !important;
}

.service-img.install {
  background-image: url("./assets/services/lap-dat.jpg?v=14") !important;
}

.service-card h3 {
  margin-top: 18px !important;
}

@media (max-width: 760px) {
  .service-img {
    height: 136px !important;
  }
}


/* =========================================================
   V13 TYPOGRAPHY POLISH + FINAL SERVICE LABELS
   ========================================================= */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.01em;
}

h1, h2, h3, h4, .hero-copy h1, .section-heading h2, .nav-links a, .btn, .primary-btn, .secondary-btn {
  font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1, .hero-copy h1 {
  letter-spacing: -0.045em;
  font-weight: 900 !important;
  line-height: 1.02;
}

h2, .section-heading h2 {
  letter-spacing: -0.035em;
  font-weight: 800 !important;
}

h3, .service-card h3, .benefit-card h3, .testimonial-card h3 {
  letter-spacing: -0.025em;
  font-weight: 800 !important;
}

p, li, input, small, .muted {
  font-weight: 500;
}

.site-header .brand,
.nav-links a,
.mobile-nav a,
.header-actions a,
.hero-actions a,
button {
  font-weight: 700 !important;
}

.nav-links a {
  letter-spacing: -0.015em;
}

.primary-btn,
.cta-btn,
.header-cta,
button,
.btn {
  letter-spacing: -0.015em;
  box-shadow: 0 16px 30px rgba(11, 99, 246, 0.18);
}

.service-card h3 {
  font-size: 26px;
}

.service-card p {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

.service-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(12, 35, 66, 0.12);
}

@media (max-width: 760px) {
  h1, .hero-copy h1 {
    line-height: 1.05;
  }
  .service-card h3 {
    font-size: 22px;
  }
}


/* =========================================================
   V14 BALANCED TYPOGRAPHY - pro, impressive, not oversized
   ========================================================= */
:root {
  --font-main: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-main) !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  line-height: 1.56 !important;
  letter-spacing: -0.006em !important;
}

/* Header/menu: clear but not chunky */
.site-header .desktop-nav a,
.site-header .nav-links a,
.site-header .login-link {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

.site-header .btn-sm,
.site-header .header-cta,
.site-header .btn {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

/* Hero: still strong, but not 150% zoom feeling */
.hero h1,
.hero-copy h1 {
  font-size: clamp(40px, 4.15vw, 54px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.038em !important;
  font-weight: 900 !important;
}

.hero-subtitle {
  font-size: 15.7px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
  max-width: 620px !important;
}

/* Section titles */
.section h2,
.section-heading h2,
.cta-main h2,
.community-card h2,
.how-card h2,
.two-column h2 {
  font-size: clamp(30px, 3.05vw, 42px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.032em !important;
  font-weight: 850 !important;
}

.eyebrow {
  font-size: 11.8px !important;
  letter-spacing: 0.115em !important;
  font-weight: 850 !important;
}

/* Service section: more polished proportions */
.service-card h3 {
  font-size: 19px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.025em !important;
  font-weight: 850 !important;
  margin: 15px 16px 4px !important;
}

.service-card p {
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  margin: 0 16px 18px !important;
}

/* Cards and body text */
.benefit-card h3,
.app-features h3,
.step h3,
.review-card h3,
.footer-title {
  font-size: 16px !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.benefit-card p,
.step p,
.review-card p,
.app-features p,
.community-card p,
.footer-grid p,
.footer-grid a {
  font-size: 14.5px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

/* Buttons and form fields */
.btn,
.primary-btn,
.secondary-btn,
.cta-btn,
.request-bar button,
.request-field,
.location-field {
  font-size: 14.2px !important;
  font-weight: 750 !important;
  letter-spacing: -0.012em !important;
}

/* Stats */
.stats-strip span,
.community-stats strong {
  font-size: clamp(24px, 2.4vw, 32px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

.stats-strip p,
.community-stats p {
  font-size: 13.8px !important;
  line-height: 1.45 !important;
}

/* Footer */
.site-footer {
  font-size: 14px !important;
}

.site-footer h3,
.site-footer h4 {
  font-size: 15.5px !important;
  line-height: 1.3 !important;
}

/* Mobile fine-tune */
@media (max-width: 760px) {
  body {
    font-size: 15px !important;
  }

  .hero h1,
  .hero-copy h1 {
    font-size: clamp(29px, 8.4vw, 35px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.032em !important;
  }

  .hero-subtitle {
    font-size: 14.5px !important;
    line-height: 1.58 !important;
  }

  .section h2,
  .section-heading h2,
  .cta-main h2,
  .community-card h2,
  .how-card h2,
  .two-column h2 {
    font-size: clamp(26px, 7vw, 32px) !important;
    line-height: 1.15 !important;
  }

  .service-card h3 {
    font-size: 16.5px !important;
  }

  .service-card p {
    font-size: 13.2px !important;
  }

  .benefit-card h3,
  .app-features h3,
  .step h3,
  .review-card h3 {
    font-size: 15.5px !important;
  }

  .benefit-card p,
  .step p,
  .review-card p,
  .app-features p,
  .community-card p {
    font-size: 14px !important;
  }
}


/* V16 - premium fix for the first hero image only */
.hero-visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
}

.hero-main-image-shell {
  position: relative;
  width: 100%;
}

.hero-main-image-shell::before {
  content: "";
  position: absolute;
  inset: 18px -10px -18px 26px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(11, 99, 246, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(240, 248, 255, 0.96), rgba(255, 255, 255, 0.94));
  box-shadow: 0 20px 40px rgba(12, 35, 66, 0.06);
  z-index: 0;
}

.hero-main-image-card {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 470px;
  padding: 18px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 249, 255, 0.96));
  box-shadow: var(--shadow-strong);
}

.hero-main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
  background: linear-gradient(180deg, #dff5ff 0%, #f7fbff 100%);
}

/* Typography refinement only - no layout changes elsewhere */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.hero h1,
.section h2,
.cta-main h2,
.community-card h2 {
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}

.desktop-nav a,
.mobile-menu a,
.login-link {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.btn {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.request-field,
.location-field,
.category-row span,
.stats-strip p,
.service-card h3,
.service-card p,
.benefit-card h3,
.benefit-card p,
.review-card p,
.site-footer p {
  letter-spacing: -0.01em;
}

@media (max-width: 1060px) {
  .hero-visual {
    min-height: 430px;
  }

  .hero-main-image-card {
    height: 430px;
  }

  .hero-main-image-shell::before {
    inset: 16px -8px -14px 18px;
  }
}

@media (max-width: 760px) {
  .hero-visual {
    min-height: auto;
  }

  .hero-main-image-shell::before {
    inset: 10px -6px -10px 12px;
    border-radius: 26px;
  }

  .hero-main-image-card {
    height: 320px;
    padding: 12px;
    border-radius: 24px;
  }

  .hero-main-image {
    border-radius: 16px;
  }
}
