/* ===========================================================
   Smart Move Group — Website UI Kit styles
   =========================================================== */
@import url('colors_and_type.css');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--fg); background: var(--white);
  -webkit-font-smoothing: antialiased; }
.smg { overflow-x: hidden; }
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.eyebrow { font-family: var(--font-mono); font-weight: 500; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan-deep); margin: 0 0 14px; }
.eyebrow.on-dark { color: var(--cyan-bright); }
a { color: inherit; }

/* ---------- Buttons ---------- */
.btn { font-family: var(--font-body); font-weight: 600; font-size: 15px; border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; padding: 14px 26px;
  transition: all var(--dur) var(--ease); text-decoration: none; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--cyan); color: #fff; box-shadow: 0 10px 28px rgba(20,165,228,0.30); }
.btn-primary:hover { background: var(--cyan-deep); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(20,165,228,0.38); }
.btn-primary:active { transform: translateY(0) scale(0.985); }
.btn-secondary { background: var(--navy-900); color: #fff; }
.btn-secondary:hover { background: var(--navy-800); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy-900); border: 1.5px solid var(--slate-200); }
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan-deep); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,0.22); }
.btn-ghost.on-dark:hover { border-color: var(--cyan); color: var(--cyan-bright); }
.btn-lg { padding: 16px 30px; font-size: 16px; }

/* ---------- Announcement bar ---------- */
.announce { background: var(--navy-950); color: #fff; font-size: 13.5px; text-align: center;
  padding: 9px 16px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.announce .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(20,165,228,0.6); animation: pulse 2.4s infinite; flex: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(20,165,228,0.55);} 70% { box-shadow: 0 0 0 9px rgba(20,165,228,0);} 100%{ box-shadow:0 0 0 0 rgba(20,165,228,0);} }
.announce .muted { color: #A9B4D0; }

/* ---------- Header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(10,18,52,0.86);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.hdr-inner { display: flex; align-items: center; gap: 28px; height: 70px; }
.hdr-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.hdr-brand img { height: 40px; display: block; }
.hdr-brand .wm { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: #fff; letter-spacing: -0.01em; white-space: nowrap; }
.hdr-nav { display: flex; gap: 22px; margin-left: 6px; }
.hdr-nav a { font-weight: 500; font-size: 14.5px; color: #B8C2DC; text-decoration: none; white-space: nowrap;
  transition: color var(--dur-fast) var(--ease); position: relative; padding: 4px 0; cursor: pointer; }
.hdr-nav a:hover, .hdr-nav a.active { color: #fff; }
.hdr-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--cyan); border-radius: 2px; }
.hdr-spacer { flex: 1; }
.hdr-phone { font-family: var(--font-mono); font-size: 13px; color: var(--cyan-bright); text-decoration: none; white-space: nowrap; }
.hdr-burger { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 6px; }
.hdr-burger svg { width: 24px; height: 24px; }

/* mobile menu */
.mobile-menu { display: none; flex-direction: column; gap: 4px; padding: 14px 28px 22px;
  background: var(--navy-900); border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: #B8C2DC; text-decoration: none; font-weight: 500; font-size: 16px; padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06); }
.mobile-menu .btn { margin-top: 14px; justify-content: center; }

/* ---------- Hero ---------- */
.hero { background: var(--grad-hero); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(120,150,220,0.12) 1px, transparent 1px);
  background-size: 30px 30px; mask-image: linear-gradient(120deg, transparent 30%, black 95%);
  -webkit-mask-image: linear-gradient(120deg, transparent 30%, black 95%); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  padding: 92px 0 100px; position: relative; z-index: 2; }
.hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 5vw, 62px);
  line-height: 1.06; letter-spacing: -0.025em; margin: 0 0 22px; }
.hero h1 .grad { background: linear-gradient(120deg,#46C4F5,#0B6FD6); -webkit-background-clip: text;
  background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lede { font-size: 19px; line-height: 1.55; color: #C4CDE4; max-width: 30rem; margin: 0 0 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-phone { margin-top: 26px; display: flex; align-items: center; gap: 12px; color: #8E9AB8; font-size: 14px; }
.hero-phone a { font-family: var(--font-mono); color: var(--cyan-bright); text-decoration: none; }
.hero-trust { margin-top: 30px; display: flex; align-items: center; gap: 9px; color: #8E9AB8; font-size: 13.5px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--cyan); }

/* hero visual — connected systems panel */
.sys-panel { background: linear-gradient(165deg, rgba(27,42,94,0.7), rgba(10,18,52,0.7));
  border: 1px solid rgba(120,150,220,0.18); border-radius: 24px; padding: 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.06); backdrop-filter: blur(6px); }
.sys-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.sys-head .t { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: #fff; }
.sys-head .st { font-family: var(--font-mono); font-size: 11px; color: var(--cyan-bright);
  display: flex; align-items: center; gap: 6px; }
.sys-head .st .d { width: 6px; height: 6px; border-radius: 50%; background: #38d39f; box-shadow: 0 0 8px #38d39f; }
.sys-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sys-node { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 14px;
  background: rgba(7,12,36,0.5); border: 1px solid rgba(120,150,220,0.12); transition: all var(--dur) var(--ease); }
.sys-node:hover { border-color: rgba(20,165,228,0.5); background: rgba(20,165,228,0.07); }
.sys-node .ni { width: 38px; height: 38px; border-radius: 10px; flex: none; display: flex; align-items: center;
  justify-content: center; background: linear-gradient(150deg,#14A5E4,#1A39C4); }
.sys-node .ni svg { width: 19px; height: 19px; color: #fff; }
.sys-node .nl { font-weight: 600; font-size: 13.5px; color: #fff; }
.sys-node .ns { font-family: var(--font-mono); font-size: 10px; color: #7E8AB0; }

/* ---------- Section scaffolding ---------- */
.section { padding: 96px 0; }
.section.tight { padding: 72px 0; }
.section.navy { background: var(--navy-900); color: #fff; }
.section.muted { background: var(--slate-50); }
.sec-head { max-width: 640px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-head h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px,3.4vw,40px);
  line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 16px; }
.sec-head p { font-size: 18px; line-height: 1.55; color: var(--fg-muted); margin: 0; }
.section.navy .sec-head p { color: #A9B4D0; }

/* ---------- Services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.svc-card { background: #fff; border: 1px solid var(--slate-200); border-radius: 20px; padding: 28px;
  transition: all var(--dur-slow) var(--ease); cursor: default; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-card .ic { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center;
  justify-content: center; background: linear-gradient(150deg,#14A5E4,#1A39C4); margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(20,165,228,0.22); }
.svc-card .ic svg { width: 25px; height: 25px; color: #fff; }
.svc-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin: 0 0 9px; color: var(--ink); }
.svc-card p { font-size: 14.5px; line-height: 1.55; color: var(--fg-muted); margin: 0; }

/* ---------- Why us ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px 40px; margin-top: 52px; }
.why-item { display: flex; gap: 16px; }
.why-item .chk { width: 30px; height: 30px; border-radius: 9px; flex: none; display: flex; align-items: center;
  justify-content: center; background: rgba(20,165,228,0.14); }
.why-item .chk svg { width: 17px; height: 17px; color: var(--cyan-bright); }
.why-item h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin: 2px 0 7px; color: #fff; }
.why-item p { font-size: 14.5px; line-height: 1.55; color: #A9B4D0; margin: 0; }

/* ---------- Consultation steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.step { position: relative; padding: 28px; border-radius: 20px; background: #fff; border: 1px solid var(--slate-200); }
.step .n { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: #fff; width: 34px; height: 34px;
  border-radius: 50%; background: var(--navy-900); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin: 0 0 8px; color: var(--ink); }
.step p { font-size: 14.5px; line-height: 1.55; color: var(--fg-muted); margin: 0; }
.step .line { position: absolute; top: 45px; right: -10px; width: 20px; height: 2px;
  background: linear-gradient(90deg,var(--cyan),transparent); }
.step:last-child .line { display: none; }

/* ---------- Service area ---------- */
.area-card { background: var(--grad-hero); color: #fff; border-radius: 28px; padding: 56px; text-align: center;
  position: relative; overflow: hidden; }
.area-card .pin { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(150deg,#14A5E4,#1A39C4);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; box-shadow: var(--shadow-cyan); }
.area-card .pin svg { width: 28px; height: 28px; color: #fff; }
.area-card h2 { font-family: var(--font-display); font-weight: 700; font-size: 34px; margin: 0 0 14px; letter-spacing: -0.02em; }
.area-card p { font-size: 17px; line-height: 1.55; color: #C4CDE4; max-width: 40rem; margin: 0 auto; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; margin-top: 52px; align-items: start; }
.contact-aside h3 { font-family: var(--font-display); font-weight: 700; font-size: 22px; margin: 0 0 8px; color: var(--ink); }
.contact-aside p { font-size: 15px; line-height: 1.55; color: var(--fg-muted); margin: 0 0 26px; }
.phone-card { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--slate-200);
  border-radius: 14px; margin-bottom: 12px; text-decoration: none; transition: all var(--dur) var(--ease); }
.phone-card:hover { border-color: var(--cyan); box-shadow: var(--shadow-sm); }
.phone-card .pi { width: 42px; height: 42px; border-radius: 11px; background: var(--navy-900); flex: none;
  display: flex; align-items: center; justify-content: center; }
.phone-card .pi svg { width: 19px; height: 19px; color: var(--cyan-bright); }
.phone-card .pl { font-size: 12px; color: var(--fg-faint); font-family: var(--font-mono); }
.phone-card .pn { font-family: var(--font-mono); font-size: 18px; color: var(--ink); font-weight: 500; }

/* form */
.form { background: #fff; border: 1px solid var(--slate-200); border-radius: 22px; padding: 30px; box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-weight: 600; font-size: 13px; color: var(--ink); }
.field input, .field select, .field textarea { font-family: var(--font-body); font-size: 15px; padding: 12px 14px;
  border-radius: 10px; border: 1.5px solid var(--slate-200); background: #fff; color: var(--ink); outline: none;
  transition: all var(--dur-fast) var(--ease); width: 100%; }
.field textarea { resize: vertical; min-height: 92px; }
.field input::placeholder, .field textarea::placeholder { color: var(--slate-400); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(20,165,228,0.18); }
.form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-success { text-align: center; padding: 30px 10px; }
.form-success .ok { width: 60px; height: 60px; border-radius: 50%; background: rgba(56,211,159,0.14);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.form-success .ok svg { width: 30px; height: 30px; color: #25b386; }
.form-success h3 { font-family: var(--font-display); font-weight: 700; font-size: 21px; margin: 0 0 8px; color: var(--ink); }
.form-success p { font-size: 15px; color: var(--fg-muted); margin: 0; line-height: 1.55; }

/* ---------- Recent Work gallery ---------- */
.work-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 168px; gap: 14px; margin-top: 52px; }
.work-tile { position: relative; overflow: hidden; border-radius: 18px; background: var(--navy-900);
  box-shadow: var(--shadow-md); }
.work-tile img { width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform var(--dur-slow) var(--ease); }
.work-tile:hover img { transform: scale(1.06); }
.work-tile::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,12,36,0) 45%, rgba(7,12,36,0.82) 100%);
  opacity: 0; transition: opacity var(--dur) var(--ease); }
.work-tile:hover::after { opacity: 1; }
.work-tile .wt-cap { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff;
  opacity: 0; transform: translateY(6px); transition: all var(--dur) var(--ease); }
.work-tile:hover .wt-cap { opacity: 1; transform: translateY(0); }
.work-tile .wt-cap .wt-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--cyan-bright); display: block; margin-bottom: 3px; }
.work-tile .wt-cap .wt-t { font-family: var(--font-display); font-weight: 600; font-size: 15px; }
.work-tile.lg { grid-column: span 3; grid-row: span 2; }
.work-tile.md { grid-column: span 3; }
.work-tile.sm { grid-column: span 2; }
.work-note { font-family: var(--font-mono); font-size: 12px; color: var(--fg-faint); margin-top: 22px; text-align: center; }

@media (max-width: 900px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .work-tile.lg, .work-tile.md, .work-tile.sm { grid-column: span 1; grid-row: span 1; }
  .work-tile.lg { grid-column: span 2; grid-row: span 2; }
}

/* ---------- Footer ---------- */
.footer { background: var(--navy-950); color: #fff; padding: 64px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand img { height: 124px; margin: 0 auto 22px; display: block; }
.footer-brand p { font-size: 14px; line-height: 1.6; color: #93A0BE; max-width: 30rem; margin: 0; }
.footer-col h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #6E7B9A; margin: 0 0 16px; }
.footer-col a { display: block; color: #B8C2DC; text-decoration: none; font-size: 14.5px; padding: 6px 0; }
.footer-col a:hover { color: var(--cyan-bright); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px;
  font-size: 13px; color: #6E7B9A; flex-wrap: wrap; gap: 10px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hdr-nav, .hdr-phone { display: none; }
  .hdr-burger { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 56px 0 64px; }
  .svc-grid, .steps, .why-grid, .form-row, .footer-top { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 64px 0; }
  .area-card { padding: 40px 24px; }
  .step .line { display: none; }
}
