/* ============================================================
   Armour Hire X — design system (IvyForms-inspired, original)
   Ink #0A0F1A · deep teal #01384D · teal #0AA88F (text #067864)
   purple #7A5CFA · wash #F6F6F8 · line #EDEEF0 · mint #D1F3EA
   Pills 100px · cards 20px · panels 40px · DM Sans + Inter
   ============================================================ */
:root {
  --ink: #0A0F1A;
  --deep: #01384D;
  --teal: #0AA88F;
  --teal-tx: #067864;
  --purple: #7A5CFA;
  --text2: #4F5E71;
  --bg: #FFFFFF;
  --wash: #F6F6F8;
  --line: #EDEEF0;
  --mint: #D1F3EA;
  --lav: #ECE7FF;
  --r-pill: 100px;
  --r-card: 20px;
  --r-panel: 40px;
  --font-display: "DM Sans", "Segoe UI", Helvetica, sans-serif;
  --font-body: "Inter", "Segoe UI", Arial, sans-serif;
}

@font-face { font-family: "DM Sans"; font-weight: 500; font-style: normal; font-display: swap; src: url("/fonts/dm-sans-500.woff2") format("woff2"); }
@font-face { font-family: "DM Sans"; font-weight: 700; font-style: normal; font-display: swap; src: url("/fonts/dm-sans-700.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 400; font-style: normal; font-display: swap; src: url("/fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 600; font-style: normal; font-display: swap; src: url("/fonts/inter-600.woff2") format("woff2"); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; }
img, svg { max-width: 100%; height: auto; }
a { color: var(--teal-tx); text-decoration: none; }
a:hover { text-decoration: underline; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; border-radius: 4px; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 8px 16px; z-index: 100; }
.skip-link:focus { left: 8px; top: 8px; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 26px; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--deep); color: #CFF4EC; text-align: center;
  font-size: 13px; font-weight: 600; padding: 9px 16px;
}
.announce a { color: #6EF0D6; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px;
}
.brand {
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  color: var(--ink); display: inline-flex; align-items: center; gap: 9px;
}
.brand .brand-x { color: var(--teal); }
.brand:hover { text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-nav a { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.site-nav a:hover { color: var(--teal-tx); text-decoration: none; }

.btn {
  display: inline-block; background: var(--ink); color: #FFFFFF !important;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 11px 24px; border-radius: var(--r-pill); border: 0; cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn:hover { background: var(--teal); text-decoration: none; transform: translateY(-1px); }
.btn-lg { padding: 14px 30px; font-size: 16px; }
.btn-ghost { background: transparent; color: var(--ink) !important; border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--mint); }
.btn-mint { background: var(--teal); color: #04251E !important; }
.btn-mint:hover { background: #6EF0D6; }

/* ---------- Hero ---------- */
.hero {
  padding: 76px 0 70px;
  background:
    radial-gradient(620px 300px at 92% 0%, var(--mint) 0%, transparent 70%),
    radial-gradient(540px 300px at 0% 100%, var(--lav) 0%, transparent 72%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.badge {
  font-size: 12.5px; font-weight: 600; color: var(--teal-tx);
  background: var(--mint); border-radius: var(--r-pill); padding: 5px 14px;
}
.badge-alt { color: #5B45D9; background: var(--lav); }
.hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(40px, 5.6vw, 66px); line-height: 1.06; letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.hero h1 em { font-style: normal; color: var(--teal-tx); }
.hero .lede { font-size: 17.5px; color: var(--text2); max-width: 540px; margin: 0 0 8px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

/* Scorecard illustration (pure CSS product mockup) */
.hero-visual { display: flex; justify-content: center; }
.scorecard {
  width: min(420px, 100%); background: #FFFFFF; border: 1px solid var(--line);
  border-radius: var(--r-card); box-shadow: 0 24px 60px rgba(1, 56, 77, 0.14);
  padding: 18px 22px 22px;
}
.scorecard-head { display: flex; align-items: center; gap: 6px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.scorecard .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line); display: inline-block; }
.scorecard-title { margin-left: 10px; font-size: 13px; font-weight: 600; color: var(--text2); }
.scorecard-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0 0; font-size: 13.5px; font-weight: 600; }
.meter { flex: 0 0 46%; height: 8px; border-radius: var(--r-pill); background: var(--wash); overflow: hidden; }
.meter span { display: block; height: 100%; border-radius: var(--r-pill); background: linear-gradient(90deg, var(--teal), #6EF0D6); }
.scorecard-row:nth-child(odd) .meter span { background: linear-gradient(90deg, var(--purple), #B3A4FF); }
.scorecard-foot { display: flex; gap: 8px; margin-top: 18px; }
.pill-tag {
  font-size: 12px; font-weight: 600; color: var(--text2);
  background: var(--wash); border: 1px solid var(--line);
  border-radius: var(--r-pill); padding: 3px 12px;
}
.pill-tag.ok { color: var(--teal-tx); background: var(--mint); border-color: transparent; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section-wash { background: var(--wash); }
.eyebrow {
  font-size: 12.5px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--teal-tx); margin: 0 0 12px;
}
.section-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 4vw, 46px); line-height: 1.1; letter-spacing: -0.02em;
  margin: 0 0 40px;
}
h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; margin: 0 0 8px; }

/* ---------- Why grid ---------- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px 44px; }
.why-icon {
  width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.why-icon svg { width: 24px; height: 24px; }
.tint-teal { background: var(--mint); color: var(--teal-tx); }
.tint-purple { background: var(--lav); color: #5B45D9; }
.why-item p { color: var(--text2); font-size: 15px; margin: 0 0 12px; }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; }

/* ---------- Service cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.card {
  background: #FFFFFF; border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 26px; transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.card:hover { box-shadow: 0 12px 34px rgba(1, 56, 77, 0.09); transform: translateY(-2px); }
.card-icon {
  width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; margin-bottom: 14px;
}
.card p { color: var(--text2); font-size: 14.5px; margin: 0; }

/* ---------- Credibility ---------- */
.cred-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
.cred-copy p { color: #33414F; font-size: 16px; margin: 0 0 16px; }
.cred-links { font-weight: 600; }
@media (max-width: 860px) { .cred-grid { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- Industries ---------- */
.ind-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.ind-card { background: #FFFFFF; border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px; }
.ind-card h3 { font-size: 17px; }
.ind-card p { color: var(--text2); font-size: 14px; margin: 0; }

/* ---------- Process ---------- */
.proc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.proc-step { border-top: 3px solid var(--teal); background: var(--wash); border-radius: 0 0 var(--r-card) var(--r-card); padding: 20px 20px 24px; }
.proc-step:nth-child(even) { border-top-color: var(--purple); }
.proc-n { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--teal-tx); }
.proc-step:nth-child(even) .proc-n { color: #5B45D9; }
.proc-step h3 { margin-top: 8px; }
.proc-step p { color: var(--text2); font-size: 14.5px; margin: 0; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 780px; }
details {
  background: #FFFFFF; border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 18px 24px; margin-bottom: 12px;
}
summary { font-family: var(--font-display); font-weight: 700; font-size: 16.5px; cursor: pointer; }
details p { color: var(--text2); font-size: 15px; margin: 12px 0 4px; }

/* ---------- CTA band ---------- */
.contact-strip { background: var(--deep); color: #FFFFFF; }
.contact-strip .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap; padding-top: 76px; padding-bottom: 76px;
}
.cta-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 4.2vw, 50px); line-height: 1.08; letter-spacing: -0.02em;
  margin: 0 0 12px; color: #FFFFFF;
}
.cta-sub { color: #A8D7CC; margin: 0; max-width: 460px; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.cta-email { font-size: 14px; color: #A8D7CC; min-height: 1em; }

/* ---------- Footer ---------- */
.site-footer { padding: 44px 0 30px; border-top: 1px solid var(--line); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.foot-grid h4 { font-family: var(--font-display); font-size: 14px; margin: 4px 0 10px; }
.foot-grid nav { display: flex; flex-direction: column; }
.foot-grid nav a { font-size: 14px; color: var(--text2); padding: 3px 0; }
.foot-note { color: var(--text2); font-size: 13.5px; margin: 12px 0 0; }
.foot-base { border-top: 1px solid var(--line); margin-top: 30px; padding-top: 18px; font-size: 13px; color: var(--text2); }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
