/* HireFlow v49 commercial public website system */
:root {
  --saas-navy: #091321;
  --saas-navy-2: #111f33;
  --saas-blue: #2563eb;
  --saas-blue-dark: #1d4ed8;
  --saas-cyan: #5eead4;
  --saas-sky: #eff6ff;
  --saas-ink: #111827;
  --saas-muted: #667085;
  --saas-line: #dfe5ec;
  --saas-surface: #ffffff;
  --saas-wash: #f5f7fa;
  --hire-charcoal: #121820;
  --hire-charcoal-2: #1b2430;
  --hire-orange: #f97316;
  --hire-orange-dark: #ea580c;
  --hire-amber: #ffb347;
  --hire-wash: #f7f6f2;
  --hire-line: #dfe1e3;
  --commercial-shadow: 0 24px 70px rgba(9, 19, 33, 0.12);
  --commercial-shadow-sm: 0 10px 32px rgba(9, 19, 33, 0.08);
  --commercial-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

.saas-site,
.commercial-hire-site,
.commercial-customer-site,
.checkoutbody,
.confirmbody,
.authbody,
.invoicebody {
  color: var(--saas-ink);
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.saas-site {
  background: #fff;
}

.saas-site .skiplink,
.commercial-hire-site .skiplink,
.commercial-customer-site .skiplink {
  background: var(--saas-navy);
  color: #fff;
}

.commercial-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--saas-cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.commercial-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(94, 234, 212, 0.13);
}

.commercial-eyebrow.dark {
  color: var(--saas-blue);
}

.commercial-eyebrow.light {
  color: var(--saas-cyan);
}

.commercial-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.commercial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.commercial-button.primary {
  background: var(--saas-blue);
  color: #fff;
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.25);
}

.commercial-button.primary:hover {
  background: var(--saas-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.3);
}

.commercial-button.ghost {
  border-color: #ced6e1;
  background: #fff;
  color: var(--saas-ink);
}

.commercial-button.ghost:hover,
.commercial-button.outline:hover {
  border-color: var(--saas-blue);
  color: var(--saas-blue);
  transform: translateY(-2px);
}

.commercial-button.light-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.commercial-button.light {
  background: #fff;
  color: var(--saas-navy);
}

.commercial-button.outline {
  width: 100%;
  border-color: #cdd5df;
  background: #fff;
  color: var(--saas-ink);
}

/* SaaS commercial navigation */
.saas-announcement {
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  min-height: 38px;
  padding: 7px 24px;
  background: var(--saas-navy);
  color: #c3cede;
  font-size: 11px;
}

.saas-announcement span {
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--saas-blue);
  color: #fff;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.saas-announcement b {
  color: #fff;
  font-weight: 700;
}

.saas-announcement a {
  margin-left: 10px;
  color: var(--saas-cyan);
  font-weight: 800;
}

.saas-site .publicnav.commercial-nav {
  top: 0;
  min-height: 78px;
  padding-inline: max(24px, calc((100vw - 1280px) / 2));
  border-bottom: 1px solid #e7ebf0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px);
}

.saas-site .publicbrand {
  gap: 11px;
  color: var(--saas-navy);
}

.saas-site .publicbrand > b {
  width: 39px;
  height: 39px;
  border-radius: 9px;
  background: var(--saas-blue);
  color: #fff;
  box-shadow: 0 7px 16px rgba(37, 99, 235, 0.22);
}

.saas-site .publicbrand > span {
  display: grid;
  line-height: 1.1;
}

.saas-site .publicbrand strong {
  font-size: 20px;
  letter-spacing: -0.04em;
}

.saas-site .publicbrand small {
  margin-top: 3px;
  color: #7a8696;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-site .publicnav nav {
  gap: 28px;
}

.saas-site .publicnav nav a {
  color: #475467;
  font-size: 13px;
  font-weight: 750;
}

.saas-site .publicnav nav a:hover,
.saas-site .publicnav nav a[aria-current="page"] {
  color: var(--saas-blue);
}

.saas-site .publicnav nav a::after {
  background: var(--saas-blue);
}

.saas-site .publicnav .cta {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 7px;
  background: var(--saas-blue);
  box-shadow: none;
  font-size: 13px;
}

.saas-site .publicnav .textlink {
  color: #344054;
  font-size: 13px;
}

/* SaaS home */
.commercial-public {
  overflow: hidden;
  background: #fff;
}

.saas-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 55px;
  align-items: center;
  min-height: 710px;
  padding: 90px max(28px, calc((100vw - 1280px) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 25%, rgba(37, 99, 235, 0.2), transparent 27%),
    radial-gradient(circle at 10% 85%, rgba(94, 234, 212, 0.08), transparent 24%),
    var(--saas-navy);
  color: #fff;
}

.saas-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000 35%);
}

.saas-hero-copy,
.platform-preview {
  position: relative;
  z-index: 1;
}

.saas-hero h1 {
  max-width: 680px;
  margin: 20px 0 24px;
  color: #fff;
  font-size: clamp(58px, 6.2vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.saas-hero h1 em,
.commercial-pagehero h1 em {
  color: #7dd3fc;
  font-style: normal;
}

.saas-hero-copy > p {
  max-width: 630px;
  margin: 0;
  color: #b7c3d4;
  font-size: 19px;
  line-height: 1.65;
}

.saas-proof-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.saas-proof-row span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #aebacd;
  font-size: 12px;
  font-weight: 750;
}

.saas-proof-row b {
  color: var(--saas-cyan);
  font-size: 9px;
}

.platform-preview {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: #0e1929;
  box-shadow: 0 45px 100px rgba(1, 7, 15, 0.48);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
}

.preview-chrome {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #718096;
  font-size: 9px;
  text-transform: uppercase;
}

.preview-chrome i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45566e;
}

.preview-chrome span {
  margin-left: 8px;
}

.preview-chrome b {
  margin-left: auto;
  padding: 3px 7px;
  border-radius: 99px;
  background: rgba(94, 234, 212, 0.12);
  color: var(--saas-cyan);
  letter-spacing: 0.08em;
}

.preview-shell {
  display: grid;
  grid-template-columns: 54px 1fr;
  min-height: 465px;
}

.preview-shell > aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  background: #0a1421;
}

.preview-logo {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 7px;
  background: var(--saas-blue);
  font-weight: 900;
}

.preview-shell > aside span {
  width: 22px;
  height: 8px;
  border-radius: 3px;
  background: #27364a;
}

.preview-shell > aside span.active {
  background: var(--saas-blue);
}

.preview-main {
  padding: 25px;
  background: #f5f7fa;
  color: var(--saas-ink);
}

.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preview-heading small,
.preview-heading strong {
  display: block;
}

.preview-heading small {
  color: #8290a1;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.preview-heading strong {
  margin-top: 3px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.preview-heading button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  background: var(--saas-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 850;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.preview-metrics article {
  padding: 15px;
  border: 1px solid #e1e6ed;
  border-radius: 9px;
  background: #fff;
}

.preview-metrics span,
.preview-metrics small {
  display: block;
}

.preview-metrics span {
  color: #768396;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.preview-metrics b {
  display: block;
  margin: 6px 0 3px;
  font-size: 27px;
  letter-spacing: -0.05em;
}

.preview-metrics small {
  color: #8390a0;
  font-size: 8px;
}

.preview-board {
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #e0e5eb;
  border-radius: 9px;
  background: #fff;
}

.preview-table-head,
.preview-table-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.55fr 0.7fr;
  gap: 8px;
  align-items: center;
  padding: 11px 13px;
}

.preview-table-head {
  background: #f8fafc;
  color: #8793a3;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.preview-table-row {
  border-top: 1px solid #edf0f4;
  font-size: 9px;
}

.preview-table-row b {
  font-size: 10px;
}

.preview-table-row span {
  color: #6f7c8d;
}

.preview-table-row em {
  justify-self: start;
  padding: 4px 6px;
  border-radius: 99px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.preview-table-row em.ready {
  background: #d1fae5;
  color: #047857;
}

.preview-table-row em.service {
  background: #ffedd5;
  color: #c2410c;
}

.commercial-trust-strip {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  min-height: 82px;
  padding: 20px;
  border-bottom: 1px solid var(--saas-line);
  background: #fff;
  color: #344054;
}

.commercial-trust-strip span {
  color: #98a2b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.commercial-trust-strip b {
  font-size: 13px;
}

.commercial-trust-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c6ced8;
}

.commercial-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 105px 28px;
}

.section-heading h2,
.solution-copy h2,
.ownership-copy h2,
.commercial-final-cta h2,
.contact-sales-copy h1 {
  margin: 12px 0 18px;
  color: var(--saas-ink);
  font-size: clamp(40px, 4.8vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 90px;
  align-items: end;
}

.split-heading h2 {
  max-width: 780px;
}

.split-heading > p,
.section-heading > p {
  color: var(--saas-muted);
  font-size: 17px;
  line-height: 1.7;
}

.platform-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 55px;
  overflow: hidden;
  border: 1px solid var(--saas-line);
  border-radius: 16px;
  background: var(--saas-line);
}

.platform-pillars article {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 28px;
  background: #fff;
}

.platform-pillars article > span {
  color: var(--saas-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.pillar-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 40px 0 22px;
  border-radius: 9px;
  background: var(--saas-navy);
  color: var(--saas-cyan);
  font-size: 11px;
  font-weight: 900;
}

.platform-pillars h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.platform-pillars p {
  margin: 0;
  color: var(--saas-muted);
  line-height: 1.65;
}

.platform-pillars a {
  margin-top: auto;
  padding-top: 25px;
  color: var(--saas-blue);
  font-size: 12px;
  font-weight: 850;
}

.commercial-dark-section {
  padding: 105px max(28px, calc((100vw - 1280px) / 2));
  background: var(--saas-navy);
  color: #fff;
}

.light-heading {
  max-width: 850px;
}

.light-heading h2 {
  color: #fff;
}

.light-heading p {
  max-width: 720px;
  color: #adbacb;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 48px;
}

.experience-card {
  position: relative;
  min-height: 480px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: var(--saas-navy-2);
}

.experience-card::after {
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.hire-experience {
  background: linear-gradient(140deg, #1d2530, #2a211c);
}

.experience-top {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
}

.experience-top > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: var(--saas-blue);
  font-size: 10px;
  font-weight: 900;
}

.hire-experience .experience-top > span {
  background: var(--hire-orange);
}

.experience-top em {
  margin-left: auto;
  color: #8491a5;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.experience-card h3 {
  max-width: 500px;
  margin: 70px 0 16px;
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.experience-card p {
  max-width: 560px;
  color: #aeb9c9;
  line-height: 1.65;
}

.experience-card ul {
  display: grid;
  gap: 9px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.experience-card li {
  color: #d5dce6;
  font-size: 13px;
}

.experience-card li::before {
  margin-right: 9px;
  color: var(--saas-cyan);
  content: "✓";
  font-weight: 900;
}

.hire-experience li::before {
  color: var(--hire-amber);
}

.experience-card > a {
  position: relative;
  z-index: 1;
  color: var(--saas-cyan);
  font-weight: 850;
}

.hire-experience > a {
  color: var(--hire-amber);
}

.centered-heading {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.workflow-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 55px;
  border-block: 1px solid var(--saas-line);
}

.workflow-line article {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--saas-line);
}

.workflow-line article:last-child {
  border-right: 0;
}

.workflow-line article > b {
  display: block;
  color: #c6ced8;
  font-size: 40px;
  letter-spacing: -0.06em;
}

.workflow-line article > span {
  display: block;
  margin-top: 42px;
  color: var(--saas-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.workflow-line h3 {
  margin: 9px 0;
  font-size: 19px;
}

.workflow-line p {
  color: var(--saas-muted);
  line-height: 1.6;
}

.ownership-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
  padding: 105px max(28px, calc((100vw - 1280px) / 2));
  background: linear-gradient(135deg, #15233a, var(--saas-navy));
  color: #fff;
}

.ownership-copy h2 {
  color: #fff;
}

.ownership-copy p {
  color: #afbccd;
  font-size: 17px;
  line-height: 1.7;
}

.ownership-copy .commercial-button {
  margin-top: 18px;
}

.ownership-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ownership-facts article {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.ownership-facts span,
.ownership-facts b,
.ownership-facts small {
  display: block;
}

.ownership-facts span {
  color: var(--saas-cyan);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.ownership-facts b {
  margin: 28px 0 7px;
  font-size: 25px;
}

.ownership-facts small {
  color: #9eacc0;
}

.commercial-final-cta {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 28px;
}

.commercial-final-cta span {
  color: var(--saas-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.commercial-final-cta h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(35px, 4.3vw, 58px);
}

/* SaaS footer */
.saas-site .saas-footer {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr 0.8fr 0.8fr;
  gap: 55px;
  padding: 65px max(28px, calc((100vw - 1280px) / 2)) 28px;
  background: #07101c;
  color: #fff;
}

.saas-footer-brand p {
  max-width: 400px;
  margin: 22px 0 18px;
  color: #929fb1;
}

.footer-status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #aab5c4;
  font-size: 11px;
}

.footer-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--saas-cyan);
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.1);
}

.saas-footer > div > b {
  display: block;
  margin-bottom: 17px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saas-site .saas-footer div a:not(.publicbrand),
.saas-site .saas-footer div > span:not(.footer-status) {
  display: block;
  margin-top: 10px;
  color: #929fb1;
  font-size: 13px;
}

.saas-site .saas-footer div a:hover {
  color: var(--saas-cyan);
}

.saas-site .saas-footer small {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #6e7b8d;
}

/* SaaS solution pages */
.commercial-pagehero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 70px;
  align-items: end;
  min-height: 590px;
  padding: 90px max(28px, calc((100vw - 1280px) / 2));
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 235, 0.22), transparent 28%),
    var(--saas-navy);
  color: #fff;
}

.commercial-pagehero > div {
  max-width: 900px;
}

.commercial-pagehero h1 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.commercial-pagehero > div > p {
  max-width: 740px;
  color: #b4c0d0;
  font-size: 18px;
  line-height: 1.7;
}

.pagehero-facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.pagehero-facts article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 3px 12px;
  padding: 20px;
  background: rgba(17, 31, 51, 0.96);
}

.pagehero-facts b {
  grid-row: 1 / 3;
  color: var(--saas-cyan);
  font-size: 10px;
}

.pagehero-facts span {
  color: #738196;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.pagehero-facts strong {
  color: #fff;
  font-size: 14px;
}

.solution-jump {
  position: sticky;
  top: 78px;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  min-height: 62px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--saas-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(15px);
}

.solution-jump span {
  color: #98a2b3;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-jump a {
  color: #475467;
  font-size: 12px;
  font-weight: 800;
}

.solution-jump a:hover {
  color: var(--saas-blue);
}

.solution-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: 90px;
  align-items: center;
  min-height: 720px;
  padding: 105px max(28px, calc((100vw - 1180px) / 2));
  scroll-margin-top: 135px;
}

.solution-band.reverse .solution-copy {
  order: 2;
}

.muted-band {
  background: var(--saas-wash);
}

.solution-number {
  color: var(--saas-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.solution-copy h2 {
  font-size: clamp(38px, 4.2vw, 58px);
}

.solution-copy > p {
  color: var(--saas-muted);
  font-size: 16px;
  line-height: 1.7;
}

.commercial-checks {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.commercial-checks li {
  position: relative;
  padding-left: 27px;
  color: #344054;
  font-size: 13px;
}

.commercial-checks li::before {
  position: absolute;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: #dbeafe;
  color: var(--saas-blue);
  content: "✓";
  font-size: 10px;
  font-weight: 900;
}

.solution-copy > a {
  color: var(--saas-blue);
  font-size: 13px;
  font-weight: 850;
}

.solution-ui {
  padding: 24px;
  border: 1px solid #dce2e9;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--commercial-shadow);
}

.solution-ui > header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8ecf1;
}

.solution-ui > header > span,
.solution-ui > header small {
  color: #7d8999;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.solution-ui > header em {
  padding: 5px 8px;
  border-radius: 5px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.ui-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 20px 0;
}

.ui-progress i {
  height: 5px;
  border-radius: 99px;
  background: #e7ebf0;
}

.ui-progress i.done {
  background: #93c5fd;
}

.ui-progress i.active {
  background: var(--saas-blue);
}

.workflow-ui > article {
  padding: 22px;
  border-radius: 10px;
  background: var(--saas-wash);
}

.workflow-ui > article small,
.workflow-ui > article strong,
.workflow-ui > article span {
  display: block;
}

.workflow-ui > article small {
  color: var(--saas-blue);
  font-size: 8px;
  font-weight: 900;
}

.workflow-ui > article strong {
  margin: 8px 0 4px;
  font-size: 20px;
}

.workflow-ui > article span {
  color: #758195;
}

.ui-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.ui-fields span {
  padding: 15px;
  border: 1px solid #e0e5eb;
  border-radius: 9px;
}

.ui-fields small,
.ui-fields b {
  display: block;
}

.ui-fields small {
  color: #8b96a6;
  font-size: 7px;
  font-weight: 900;
}

.ui-fields b {
  margin-top: 5px;
}

.solution-ui button {
  width: 100%;
  min-height: 46px;
  margin-top: 15px;
  border: 0;
  border-radius: 7px;
  background: var(--saas-blue);
  color: #fff;
  font-weight: 850;
}

.fleet-ui {
  padding: 0;
  overflow: hidden;
}

.fleet-ui-photo {
  position: relative;
  min-height: 245px;
  background: linear-gradient(135deg, #25374d, #101b2a);
}

.fleet-ui-photo::before,
.fleet-ui-photo::after {
  position: absolute;
  content: "";
}

.fleet-ui-photo::before {
  right: 12%;
  bottom: 38px;
  width: 58%;
  height: 75px;
  border: 5px solid #6b7f96;
  border-radius: 15px 30px 12px 12px;
  opacity: 0.6;
}

.fleet-ui-photo::after {
  right: 22%;
  bottom: 18px;
  width: 36px;
  height: 36px;
  border: 7px solid #172334;
  border-radius: 50%;
  background: #8899ab;
  box-shadow: -175px 0 0 -1px #8899ab, -175px 0 0 6px #172334;
}

.fleet-ui-photo span,
.fleet-ui-photo em {
  position: absolute;
  z-index: 1;
  top: 18px;
  padding: 6px 8px;
  border-radius: 5px;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.fleet-ui-photo span {
  left: 18px;
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.fleet-ui-photo em {
  right: 18px;
  background: #d1fae5;
  color: #047857;
}

.fleet-ui > header {
  padding: 20px 22px;
}

.fleet-ui > header small,
.fleet-ui > header b {
  display: block;
}

.fleet-ui > header b {
  margin-top: 5px;
  color: #667085;
  font-size: 12px;
}

.fleet-ui > header button {
  width: auto;
  min-height: 36px;
  margin: 0;
  padding: 0 12px;
}

.fleet-health {
  display: grid;
  gap: 8px;
  padding: 0 22px 22px;
}

.fleet-health span {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border-radius: 7px;
  background: #f7f9fb;
  color: #536174;
  font-size: 11px;
}

.fleet-health i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
}

.fleet-health i.warn {
  background: #f59e0b;
}

.customer-ui h3 {
  margin: 24px 0 4px;
  font-size: 30px;
  letter-spacing: -0.045em;
}

.customer-ui > p {
  color: #718096;
}

.customer-ui-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 24px 0;
}

.customer-ui-stats article {
  padding: 15px;
  border-radius: 8px;
  background: #f5f7fa;
}

.customer-ui-stats small,
.customer-ui-stats b {
  display: block;
}

.customer-ui-stats small {
  color: #7d8999;
  font-size: 7px;
  font-weight: 900;
}

.customer-ui-stats b {
  margin-top: 7px;
  font-size: 20px;
}

.customer-ui-row {
  display: flex;
  justify-content: space-between;
  padding: 13px;
  border: 1px solid #dce2e9;
  border-radius: 8px;
  color: #566376;
}

.customer-ui-row b {
  color: #047857;
  font-size: 9px;
}

.finance-total {
  padding: 28px 0;
}

.finance-total small,
.finance-total strong,
.finance-total em {
  display: block;
}

.finance-total small {
  color: #7d8999;
  font-size: 8px;
  font-weight: 900;
}

.finance-total strong {
  margin: 8px 0;
  font-size: 39px;
  letter-spacing: -0.055em;
}

.finance-total em {
  color: #718096;
  font-style: normal;
}

.finance-bars {
  display: grid;
  gap: 18px;
}

.finance-bars > span {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 15px;
}

.finance-bars b,
.finance-bars em {
  font-size: 10px;
  font-style: normal;
}

.finance-bars em {
  color: #637083;
}

.finance-bars i {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8ecf1;
}

.finance-bars i::after {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: var(--saas-blue);
  content: "";
}

.control-grid {
  max-width: 1280px;
}

.control-grid > .section-heading {
  max-width: 750px;
}

.control-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 45px;
}

.control-cards article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--saas-line);
  border-radius: 12px;
  background: #fff;
}

.control-cards b {
  font-size: 18px;
}

.control-cards p {
  color: var(--saas-muted);
  line-height: 1.65;
}

/* Pricing */
.commercial-pagehero.compact-hero {
  grid-template-columns: 1fr;
  min-height: 480px;
  text-align: center;
}

.compact-hero > div {
  max-width: 960px;
  margin: auto;
}

.commercial-pricing-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 70px 28px 90px;
}

.pricing-context {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid var(--saas-line);
  border-radius: 10px;
  background: var(--saas-wash);
  color: #475467;
  font-size: 11px;
}

.pricing-context span {
  color: var(--saas-blue);
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.commercial-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 28px;
}

.commercial-plans > article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 30px;
  border: 1px solid #dce2e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--commercial-shadow-sm);
}

.commercial-plans > article.featured-plan {
  border: 2px solid var(--saas-blue);
  box-shadow: 0 25px 60px rgba(37, 99, 235, 0.15);
}

.popular-label {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 7px 10px;
  border-radius: 0 0 7px 7px;
  background: var(--saas-blue);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.plan-head > span {
  color: var(--saas-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.plan-head p {
  min-height: 50px;
  color: var(--saas-muted);
}

.plan-price {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 120px;
  margin: 15px 0 20px;
  border-block: 1px solid #e7ebf0;
}

.plan-price strong {
  font-size: 48px;
  letter-spacing: -0.06em;
}

.plan-price span {
  color: #7b8797;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.commercial-plans ul {
  display: grid;
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.commercial-plans li {
  position: relative;
  padding-left: 24px;
  color: #475467;
  font-size: 13px;
}

.commercial-plans li::before {
  position: absolute;
  left: 0;
  color: var(--saas-blue);
  content: "✓";
  font-weight: 900;
}

.pricing-note {
  margin: 22px 0 0;
  color: #7d8999;
  font-size: 11px;
  text-align: center;
}

.pricing-comparison {
  max-width: 1120px;
  padding-top: 40px;
}

.comparison-table {
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid var(--saas-line);
  border-radius: 12px;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 0.7fr);
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 0 20px;
  border-top: 1px solid var(--saas-line);
  color: #475467;
  text-align: center;
}

.comparison-row.heading {
  border-top: 0;
  background: var(--saas-navy);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-row b {
  text-align: left;
}

.comparison-row span {
  color: var(--saas-blue);
  font-weight: 900;
}

.comparison-row.heading span {
  color: #fff;
}

.commercial-faq {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 80px;
  max-width: 1120px;
  padding-top: 50px;
}

.commercial-faq details {
  padding: 20px 0;
  border-bottom: 1px solid var(--saas-line);
}

.commercial-faq summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
}

.commercial-faq details p {
  color: var(--saas-muted);
  line-height: 1.65;
}

/* SaaS contact */
.commercial-contact-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  min-height: 730px;
  padding: 85px max(28px, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 15% 75%, rgba(37, 99, 235, 0.2), transparent 25%),
    var(--saas-navy);
}

.contact-sales-copy h1 {
  color: #fff;
  font-size: clamp(52px, 5.5vw, 76px);
}

.contact-sales-copy > p {
  max-width: 600px;
  color: #b3bfd0;
  font-size: 17px;
  line-height: 1.7;
}

.contact-sales-points {
  display: grid;
  gap: 2px;
  margin-top: 35px;
}

.contact-sales-points article {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-sales-points article > b {
  color: var(--saas-cyan);
  font-size: 10px;
}

.contact-sales-points span,
.contact-sales-points strong,
.contact-sales-points small {
  display: block;
}

.contact-sales-points strong {
  color: #fff;
}

.contact-sales-points small {
  margin-top: 4px;
  color: #8997aa;
}

.contact-direct {
  display: grid;
  margin-top: 35px;
}

.contact-direct > span {
  color: #718095;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.contact-direct a {
  margin: 6px 0;
  color: var(--saas-cyan);
  font-size: 18px;
  font-weight: 800;
}

.contact-direct small {
  color: #8190a4;
}

.commercial-contact-card {
  align-self: center;
  padding: 36px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
}

.commercial-contact-card h2 {
  margin: 9px 0;
  font-size: 31px;
  letter-spacing: -0.04em;
}

.commercial-contact-card > p {
  color: var(--saas-muted);
}

.sales-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 25px;
}

.sales-form label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 11px;
  font-weight: 800;
}

.sales-form input,
.sales-form select,
.sales-form textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 12px;
  border: 1px solid #ccd4de;
  border-radius: 7px;
  background: #fff;
  color: var(--saas-ink);
}

.sales-form textarea {
  min-height: 115px;
  resize: vertical;
}

.sales-form .full {
  grid-column: 1 / -1;
}

.sales-form button {
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  background: var(--saas-blue);
  color: #fff;
  font-weight: 850;
}

.sales-form > small {
  color: #8a95a4;
  text-align: center;
}

.sales-success {
  padding: 45px 10px;
  text-align: center;
}

.sales-success > b {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #dbeafe;
  color: var(--saas-blue);
  font-size: 23px;
}

.sales-success p {
  color: var(--saas-muted);
}

.sales-success .commercial-button {
  margin-top: 17px;
}

.contact-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1200px;
  margin: 80px auto;
  overflow: hidden;
  border: 1px solid var(--saas-line);
  border-radius: 13px;
  background: var(--saas-line);
}

.contact-assurance article {
  min-height: 210px;
  padding: 27px;
  background: #fff;
}

.contact-assurance span {
  color: var(--saas-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.contact-assurance b {
  display: block;
  margin: 38px 0 8px;
  font-size: 19px;
}

.contact-assurance p {
  color: var(--saas-muted);
  line-height: 1.65;
}

/* ================================================================
   HIRE BUSINESS WEBSITE — COMMERCIAL CHARCOAL + SAFETY ORANGE
   ================================================================ */

.commercial-hire-site,
.commercial-customer-site,
.authbody,
.checkoutbody,
.confirmbody {
  --hire-charcoal: #121820;
  --hire-charcoal-2: #1b2633;
  --hire-orange: #f97316;
  --hire-orange-dark: #d95d0b;
  --hire-amber: #fbbf24;
  --hire-ink: #17202a;
  --hire-muted: #69737d;
  --hire-line: #dfe3e6;
  --hire-paper: #f5f5f2;
  --hire-cream: #fff8ee;
  color: var(--hire-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.commercial-hire-site {
  background: var(--hire-paper);
}

.commercial-hire-site h1,
.commercial-hire-site h2,
.commercial-hire-site h3,
.commercial-hire-site strong,
.commercial-customer-site h1,
.commercial-customer-site h2,
.commercial-customer-site h3,
.authbody h1,
.checkoutbody h1,
.checkoutbody h2,
.checkoutbody h3,
.confirmbody h1 {
  color: var(--hire-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
}

.commercial-hire-site .kicker,
.commercial-hire-site .step-eyebrow,
.commercial-customer-site .kicker,
.authbody .kicker,
.checkoutbody .kicker,
.confirmbody .kicker {
  color: var(--hire-orange-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hire-servicebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  padding: 0 max(24px, calc((100vw - 1380px) / 2));
  background: var(--hire-charcoal);
  color: #cbd2d9;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.025em;
}

.hire-servicebar > span {
  color: var(--hire-amber);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hire-servicebar div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hire-servicebar a {
  color: #fff;
  text-decoration: none;
}

.commercial-hire-site .businessnav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  padding: 0 max(24px, calc((100vw - 1380px) / 2));
  border: 0;
  border-bottom: 1px solid #e1e4e6;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 28px rgba(18, 24, 32, 0.06);
  backdrop-filter: blur(15px);
}

.commercial-hire-site .businessnav .hirebrand {
  gap: 11px;
  color: var(--hire-charcoal);
}

.commercial-hire-site .businessnav .hirebrand > b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: var(--hire-orange);
  color: #fff;
  box-shadow: 0 7px 18px rgba(249, 115, 22, 0.22);
}

.commercial-hire-site .businessnav .hirebrand img {
  max-width: 170px;
  max-height: 48px;
}

.commercial-hire-site .businessnav .hirebrand > span {
  color: var(--hire-charcoal);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.commercial-hire-site .businessnav nav {
  gap: 3px;
}

.commercial-hire-site .businessnav nav a {
  position: relative;
  padding: 29px 13px 25px;
  color: #4b5560;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.commercial-hire-site .businessnav nav a::after {
  position: absolute;
  right: 13px;
  bottom: 17px;
  left: 13px;
  height: 3px;
  border-radius: 3px;
  background: var(--hire-orange);
  content: "";
  opacity: 0;
  transform: scaleX(0.3);
  transition: 160ms ease;
}

.commercial-hire-site .businessnav nav a:hover,
.commercial-hire-site .businessnav nav a[aria-current="page"] {
  color: var(--hire-charcoal);
}

.commercial-hire-site .businessnav nav a:hover::after,
.commercial-hire-site .businessnav nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.commercial-hire-site .businessnav .business-phone {
  color: var(--hire-charcoal);
  font-size: 13px;
  font-weight: 900;
}

.commercial-hire-site .businessnav .textlink {
  color: #4b5560;
  font-size: 13px;
  font-weight: 800;
}

.commercial-hire-site .businessnav .cta,
.commercial-hire-site .cta {
  border: 1px solid var(--hire-orange);
  border-radius: 7px;
  background: var(--hire-orange);
  color: #fff;
  box-shadow: 0 8px 20px rgba(249, 115, 22, 0.18);
  font-weight: 850;
}

.commercial-hire-site .businessnav .cta:hover,
.commercial-hire-site .cta:hover {
  border-color: var(--hire-orange-dark);
  background: var(--hire-orange-dark);
  transform: translateY(-1px);
}

.commercial-hire-site .business-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  align-items: center;
  min-height: 620px;
  max-width: none;
  margin: 0;
  padding: 85px max(38px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(12, 18, 25, 0.97) 0%, rgba(12, 18, 25, 0.89) 39%, rgba(12, 18, 25, 0.54) 64%, rgba(12, 18, 25, 0.22) 100%),
    url("images/hire-commercial-hero.webp") center 52% / cover no-repeat;
  color: #fff;
}

.commercial-hire-site .business-hero::before {
  position: absolute;
  inset: auto 0 0;
  width: auto;
  height: 5px;
  border-radius: 0;
  background: linear-gradient(90deg, var(--hire-orange), var(--hire-amber) 36%, transparent 75%);
  content: "";
}

.commercial-hire-site .business-hero::after {
  position: absolute;
  right: -140px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: transparent;
  content: "";
}

.commercial-hire-site .business-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 730px;
}

.commercial-hire-site .business-hero .kicker {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--hire-amber);
}

.commercial-hire-site .business-hero h1 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-size: clamp(55px, 6vw, 88px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.commercial-hire-site .business-hero-copy > p {
  max-width: 620px;
  margin: 27px 0 31px;
  color: #d5dbe0;
  font-size: 19px;
  line-height: 1.65;
}

.commercial-hire-site .business-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.commercial-hire-site .business-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(10, 15, 21, 0.54);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.commercial-hire-site .business-hero-points b {
  color: var(--hire-amber);
}

.commercial-hire-site .business-hero-card {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, 320px);
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(12, 18, 25, 0.78);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.28);
  color: #fff;
  transform: none;
  backdrop-filter: blur(14px);
}

.commercial-hire-site .business-hero-card::before {
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 4px;
  background: var(--hire-orange);
  content: "";
}

.commercial-hire-site .business-hero-card > span,
.commercial-hire-site .business-hero-card > small {
  color: #aeb8c1;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.commercial-hire-site .business-hero-card strong {
  display: block;
  margin: 14px 0 25px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.commercial-hire-site .booking-search-wrap {
  position: relative;
  z-index: 8;
  max-width: 1380px;
  margin: -56px auto 0;
  padding: 32px;
  border: 1px solid var(--hire-line);
  border-top: 5px solid var(--hire-orange);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18, 24, 32, 0.16);
}

.commercial-hire-site .booking-search-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--hire-line);
}

.commercial-hire-site .booking-search-heading h2 {
  margin: 6px 0 0;
  font-size: clamp(26px, 3vw, 37px);
  font-weight: 900;
}

.commercial-hire-site .booking-search-heading p {
  max-width: 390px;
  margin: 0;
  color: var(--hire-muted);
  font-size: 13px;
  line-height: 1.55;
}

.commercial-hire-site .business-hiresearch {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.commercial-hire-site .business-hiresearch label,
.commercial-hire-site .gift-site-section label,
.commercial-hire-site .hire-contact-form label {
  color: #303a44;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.commercial-hire-site input,
.commercial-hire-site select,
.commercial-hire-site textarea,
.commercial-customer-site input,
.commercial-customer-site select,
.commercial-customer-site textarea,
.authbody input,
.authbody select,
.checkoutbody input,
.checkoutbody select,
.checkoutbody textarea {
  width: 100%;
  min-height: 52px;
  margin-top: 7px;
  border: 1px solid #cfd5d9 !important;
  border-radius: 7px !important;
  background-color: #fff;
  color: var(--hire-ink);
  font: inherit;
  box-shadow: 0 1px 1px rgba(18, 24, 32, 0.02);
}

.commercial-hire-site input:focus,
.commercial-hire-site select:focus,
.commercial-hire-site textarea:focus,
.commercial-customer-site input:focus,
.commercial-customer-site select:focus,
.commercial-customer-site textarea:focus,
.authbody input:focus,
.checkoutbody input:focus,
.checkoutbody select:focus,
.checkoutbody textarea:focus {
  border-color: var(--hire-orange) !important;
  outline: 3px solid rgba(249, 115, 22, 0.13);
  box-shadow: none;
}

.commercial-hire-site .business-hiresearch button {
  min-height: 52px;
  align-self: end;
  border: 1px solid var(--hire-orange);
  border-radius: 7px;
  background: var(--hire-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 9px 22px rgba(249, 115, 22, 0.2);
}

.commercial-hire-site .business-hiresearch button:hover {
  border-color: var(--hire-orange-dark);
  background: var(--hire-orange-dark);
}

.commercial-hire-site .business-fleet-section {
  max-width: 1380px;
  margin: 0 auto;
  padding: 110px 0 115px;
}

.commercial-hire-site .business-fleet-section .sectiontitle {
  align-items: end;
  margin-bottom: 32px;
}

.commercial-hire-site .business-fleet-section .sectiontitle h2 {
  margin: 7px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
}

.commercial-hire-site .business-fleet-section .sectiontitle p,
.commercial-hire-site .business-fleet-section .sectiontitle > span {
  color: var(--hire-muted);
}

.commercial-hire-site .fleet-start-state {
  overflow: hidden;
  border: 1px solid var(--hire-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(18, 24, 32, 0.05);
}

.commercial-hire-site .fleet-start-state > div {
  min-height: 165px;
  padding: 29px;
  border-color: var(--hire-line);
}

.commercial-hire-site .fleet-start-state > div > span {
  color: var(--hire-orange);
}

.commercial-hire-site .fleet-start-state small {
  color: var(--hire-muted);
}

.commercial-hire-site .business-fleet-section .assetcards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.commercial-hire-site .business-fleet-section .hirecard {
  overflow: hidden;
  border: 1px solid var(--hire-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 24, 32, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.commercial-hire-site .business-fleet-section .hirecard:hover {
  border-color: #c9ced2;
  box-shadow: 0 22px 45px rgba(18, 24, 32, 0.12);
  transform: translateY(-5px);
}

.commercial-hire-site .business-fleet-section .assetimage {
  min-height: 240px;
  background: #e8ebed;
}

.commercial-hire-site .business-fleet-section .assetimage img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.commercial-hire-site .business-fleet-section .assetimage em {
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  border-radius: 4px;
  background: var(--hire-charcoal);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.commercial-hire-site .business-fleet-section .hirecontent {
  padding: 25px;
}

.commercial-hire-site .business-fleet-section .hirecontent > small {
  color: var(--hire-orange-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.commercial-hire-site .business-fleet-section .hirecontent h3 {
  margin: 6px 0 9px;
  font-size: 25px;
  font-weight: 900;
}

.commercial-hire-site .business-fleet-section .hirecontent > p {
  color: var(--hire-muted);
  line-height: 1.55;
}

.commercial-hire-site .business-fleet-section .specs span {
  border-color: var(--hire-line);
  background: #f4f5f4;
  color: #525e68;
}

.commercial-hire-site .business-fleet-section .rate {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--hire-line);
}

.commercial-hire-site .business-fleet-section .rate strong {
  color: var(--hire-charcoal);
  font-size: 28px;
}

.commercial-hire-site .business-fleet-section .rate a {
  border-radius: 6px;
  background: var(--hire-orange);
  color: #fff;
  font-weight: 900;
}

.commercial-hire-site .business-fleet-section .rate a:hover {
  background: var(--hire-orange-dark);
}

.commercial-hire-site .noassets {
  border: 1px solid var(--hire-line);
  border-radius: 8px;
  background: #fff;
}

.commercial-hire-site .business-value-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  max-width: none;
  margin: 0;
  padding: 110px max(38px, calc((100vw - 1380px) / 2));
  background: var(--hire-charcoal);
  color: #fff;
}

.commercial-hire-site .business-value-copy {
  align-self: center;
}

.commercial-hire-site .business-value-copy h2 {
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 63px);
  font-weight: 900;
  line-height: 1.02;
}

.commercial-hire-site .business-value-copy p {
  color: #b9c2ca;
  font-size: 16px;
  line-height: 1.7;
}

.commercial-hire-site .business-value-copy .secondary {
  display: inline-flex;
  margin-top: 18px;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.commercial-hire-site .business-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #34404c;
  border-radius: 8px;
  background: #34404c;
}

.commercial-hire-site .business-value-grid article {
  min-height: 230px;
  padding: 30px;
  border: 0;
  border-radius: 0;
  background: var(--hire-charcoal-2);
}

.commercial-hire-site .business-value-grid article > b {
  color: var(--hire-orange);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.commercial-hire-site .business-value-grid h3 {
  margin: 44px 0 10px;
  color: #fff;
  font-size: 21px;
  font-weight: 850;
}

.commercial-hire-site .business-value-grid p {
  color: #aeb8c1;
  line-height: 1.6;
}

.commercial-hire-site .business-locations-preview {
  max-width: 1380px;
  margin: 0 auto;
  padding: 110px 0;
}

.commercial-hire-site .business-locations-preview h2 {
  margin: 7px 0 12px;
  font-size: clamp(35px, 4vw, 52px);
  font-weight: 900;
}

.commercial-hire-site .business-locations-preview > div:first-child > p {
  color: var(--hire-muted);
}

.commercial-hire-site .location-preview-list {
  gap: 14px;
}

.commercial-hire-site .location-preview-list a {
  min-height: 190px;
  border: 1px solid var(--hire-line);
  border-radius: 8px;
  background: #fff;
  color: var(--hire-ink);
  box-shadow: 0 8px 24px rgba(18, 24, 32, 0.04);
}

.commercial-hire-site .location-preview-list a:hover {
  border-color: var(--hire-orange);
  transform: translateY(-3px);
}

.commercial-hire-site .location-preview-list a > span,
.commercial-hire-site .location-preview-list a > em {
  color: var(--hire-orange-dark);
}

.commercial-hire-site .business-footer {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(150px, 0.65fr));
  gap: 55px;
  max-width: none;
  margin: 0;
  padding: 75px max(38px, calc((100vw - 1380px) / 2)) 30px;
  border: 0;
  background: #0d131a;
  color: #aeb8c1;
}

.commercial-hire-site .business-footer .hirebrand,
.commercial-hire-site .business-footer b,
.commercial-hire-site .business-footer a:hover {
  color: #fff;
}

.commercial-hire-site .business-footer .hirebrand > b {
  background: var(--hire-orange);
  color: #fff;
}

.commercial-hire-site .business-footer p,
.commercial-hire-site .business-footer span,
.commercial-hire-site .business-footer a {
  color: #9da8b1;
}

.commercial-hire-site .business-footer > div > b {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.commercial-hire-site .business-footer small {
  grid-column: 1 / -1;
  padding-top: 25px;
  border-top: 1px solid #28323c;
  color: #77838e;
}

/* Hire business content pages */

.commercial-hire-site .business-pagehero,
.commercial-hire-site .business-contact-intro {
  background: var(--hire-charcoal);
  color: #fff;
}

.commercial-hire-site .business-pagehero {
  max-width: none;
  min-height: 350px;
  margin: 0;
  padding: 85px max(38px, calc((100vw - 1200px) / 2));
  border-radius: 0;
  background:
    radial-gradient(circle at 82% 25%, rgba(249, 115, 22, 0.16), transparent 27%),
    var(--hire-charcoal);
}

.commercial-hire-site .business-pagehero h1,
.commercial-hire-site .business-contact-intro h1 {
  color: #fff;
  font-size: clamp(45px, 6vw, 70px);
  font-weight: 900;
}

.commercial-hire-site .business-pagehero p,
.commercial-hire-site .business-contact-intro p {
  color: #b8c0c7;
  font-size: 17px;
  line-height: 1.7;
}

.commercial-hire-site .location-directory,
.commercial-hire-site .business-contact-grid,
.commercial-hire-site .gift-site-section,
.commercial-hire-site .business-balance-page {
  max-width: 1200px;
}

.commercial-hire-site .location-card,
.commercial-hire-site .hire-contact-form,
.commercial-hire-site .gift-site-section,
.commercial-hire-site .balanceform,
.commercial-hire-site .balancecard {
  border: 1px solid var(--hire-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(18, 24, 32, 0.05);
}

.commercial-hire-site .location-card {
  border-left: 5px solid var(--hire-orange);
}

.commercial-hire-site .location-card-top > span,
.commercial-hire-site .location-contact-links a,
.commercial-hire-site .location-card-actions a,
.commercial-hire-site .trading-hours strong,
.commercial-hire-site .business-contact-actions a,
.commercial-hire-site .gift-site-benefits b {
  color: var(--hire-orange-dark);
}

.commercial-hire-site .location-help-banner,
.commercial-hire-site .hire-faq-strip {
  border-radius: 8px;
  background: var(--hire-charcoal);
  color: #fff;
}

.commercial-hire-site .location-help-banner h2,
.commercial-hire-site .hire-faq-strip h2,
.commercial-hire-site .location-help-banner b,
.commercial-hire-site .hire-faq-strip b {
  color: #fff;
}

.commercial-hire-site .location-help-banner p,
.commercial-hire-site .hire-faq-strip p {
  color: #b8c0c7;
}

.commercial-hire-site .hire-contact-form button,
.commercial-hire-site .gift-site-section button,
.commercial-hire-site .balanceform button {
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  background: var(--hire-orange);
  color: #fff;
  font-weight: 900;
}

.commercial-hire-site .business-gift-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
  gap: 70px;
  max-width: none;
  margin: 0;
  padding: 90px max(38px, calc((100vw - 1200px) / 2));
  border-radius: 0;
  background:
    radial-gradient(circle at 79% 22%, rgba(249, 115, 22, 0.22), transparent 28%),
    var(--hire-charcoal);
  color: #fff;
}

.commercial-hire-site .business-gift-hero h1 {
  color: #fff;
  font-size: clamp(47px, 6vw, 72px);
  font-weight: 900;
}

.commercial-hire-site .business-gift-hero p {
  color: #bdc5cc;
}

.commercial-hire-site .business-gift-hero .gcactions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 27px;
}

.commercial-hire-site .business-gift-hero .gcactions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.commercial-hire-site .business-gift-hero .gcactions .secondary {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  color: var(--hire-charcoal);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.16);
}

.commercial-hire-site .business-gift-hero .gcactions .secondary:hover {
  border-color: var(--hire-orange);
  background: #fff1df;
  color: #9a3d05;
  transform: translateY(-2px);
}

.commercial-hire-site .business-gift-visual,
.giftprint.business-gift-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, #f97316, #c2410c 62%, #7c2d12);
  color: #fff;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
  transform: rotate(2deg);
}

.commercial-hire-site .business-gift-visual::after,
.giftprint.business-gift-card::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 62%);
}

.commercial-hire-site .gift-site-section,
.commercial-hire-site .gift-purchase-panel {
  padding: 38px;
}

.commercial-hire-site .gift-site-benefits > div {
  border-left-color: var(--hire-orange);
}

/* ================================================================
   CUSTOMER PORTAL + BOOKING — SAME BUSINESS BRAND, CLEANER FLOW
   ================================================================ */

.commercial-customer-site {
  min-height: 100vh;
  background: #f3f4f2;
}

.commercial-customer-site .portalnav {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1400px) / 2));
  border: 0;
  background: var(--hire-charcoal);
  box-shadow: 0 10px 28px rgba(18, 24, 32, 0.13);
}

.commercial-customer-site .portalbrand {
  color: #fff;
}

.commercial-customer-site .portalbrand > b {
  border-radius: 6px;
  background: var(--hire-orange);
  color: #fff;
}

.commercial-customer-site .portalnav .portalbrand > span {
  color: #fff;
  font-weight: 900;
}

.commercial-customer-site .portalnav nav {
  gap: 1px;
}

.commercial-customer-site .portalnav nav a {
  padding: 27px 9px 24px;
  color: #bdc5cc;
  font-size: 12px;
  font-weight: 750;
}

.commercial-customer-site .portalnav nav a::after {
  bottom: 16px;
  height: 3px;
  background: var(--hire-orange);
}

.commercial-customer-site .portalnav nav a:hover,
.commercial-customer-site .portalnav nav a[aria-current="page"] {
  color: #fff;
}

.commercial-customer-site .customername,
.commercial-customer-site .customername a {
  color: #d7dde2;
}

.commercial-customer-site .portal {
  max-width: 1280px;
  margin: 0 auto;
  padding: 45px 28px 85px;
}

.commercial-customer-site .backlink,
.checkoutbody .checkout > a {
  color: var(--hire-orange-dark);
  font-size: 13px;
  font-weight: 850;
}

.commercial-customer-site .welcome,
.commercial-customer-site .bookinghero {
  overflow: hidden;
  border: 0;
  border-radius: 9px;
  background:
    radial-gradient(circle at 90% -10%, rgba(249, 115, 22, 0.22), transparent 35%),
    var(--hire-charcoal);
  color: #fff;
  box-shadow: 0 18px 45px rgba(18, 24, 32, 0.13);
}

.commercial-customer-site .welcome h1,
.commercial-customer-site .bookinghero h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 57px);
  font-weight: 900;
}

.commercial-customer-site .welcome p,
.commercial-customer-site .bookinghero p {
  color: #bdc5cc;
}

.commercial-customer-site .welcome .kicker,
.commercial-customer-site .bookinghero .kicker {
  color: var(--hire-amber);
}

.commercial-customer-site .portalcta,
.commercial-customer-site button,
.commercial-customer-site .creditpay button {
  border: 0;
  border-radius: 7px;
  background: var(--hire-orange);
  color: #fff;
  font-weight: 900;
}

.commercial-customer-site .portalcta:hover,
.commercial-customer-site button:hover {
  background: var(--hire-orange-dark);
}

.commercial-customer-site .portalstats {
  gap: 14px;
}

.commercial-customer-site .portalstats article,
.commercial-customer-site .portalpanel,
.commercial-customer-site .profileform,
.commercial-customer-site .securitynote,
.commercial-customer-site .contactbooking {
  border: 1px solid var(--hire-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(18, 24, 32, 0.045);
}

.commercial-customer-site .portalstats article {
  border-top: 4px solid var(--hire-orange);
}

.commercial-customer-site .portalstats article > span,
.commercial-customer-site .paneltitle .kicker,
.commercial-customer-site .bookingrow code,
.commercial-customer-site .invoicetable code {
  color: var(--hire-orange-dark);
}

.commercial-customer-site .portalstats strong {
  color: var(--hire-charcoal);
}

.commercial-customer-site .portalpanel {
  overflow: hidden;
}

.commercial-customer-site .paneltitle {
  padding-bottom: 19px;
  border-bottom: 1px solid var(--hire-line);
}

.commercial-customer-site .bookingrow,
.commercial-customer-site .invoicetable > a,
.commercial-customer-site .invoicetable > div:not(.invoicehead) {
  border-color: var(--hire-line);
}

.commercial-customer-site .bookingrow:hover,
.commercial-customer-site .invoicetable > a:hover {
  background: var(--hire-cream);
}

.commercial-customer-site .bookingicon {
  border-radius: 6px;
  background: #ffedd5;
  color: var(--hire-orange-dark);
}

.commercial-customer-site .bookingstatus span,
.commercial-customer-site .invoicepill,
.commercial-customer-site .largepill {
  border-color: #fed7aa;
  background: #fff1df;
  color: #9a3d05;
}

.commercial-customer-site .profilegrid {
  gap: 34px;
}

.commercial-customer-site .profileform {
  gap: 18px;
  padding: 30px;
}

.commercial-customer-site .profileform label,
.commercial-customer-site .details dt {
  color: #3f4953;
  font-size: 12px;
  font-weight: 850;
}

.commercial-customer-site .securitynote {
  border-left: 5px solid var(--hire-orange);
  background: var(--hire-cream);
}

.commercial-customer-site .balancecard {
  border-top: 5px solid var(--hire-orange);
}

.commercial-customer-site .balancecard .balance {
  background: var(--hire-charcoal);
  color: #fff;
}

.commercial-customer-site .balancecard .balance strong,
.commercial-customer-site .balancecard .balance span {
  color: #fff;
}

.commercial-customer-site .portalfooter {
  border: 0;
  background: var(--hire-charcoal);
  color: #aeb8c1;
}

.commercial-customer-site .portalfooter a {
  color: var(--hire-amber);
}

/* Login and registration */

.authbody {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 45px 24px;
  background:
    linear-gradient(90deg, rgba(12, 18, 25, 0.94), rgba(12, 18, 25, 0.72)),
    url("images/hire-commercial-hero.webp") center / cover fixed;
}

.authbody::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 80% 15%, rgba(249, 115, 22, 0.22), transparent 28%);
  content: "";
}

.authbody .authcard {
  position: relative;
  width: min(100%, 530px);
  margin: 0;
  padding: 42px;
  border: 0;
  border-top: 5px solid var(--hire-orange);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

.authbody.registerbody .authcard {
  width: min(100%, 760px);
}

.authbody .portalbrand {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--hire-charcoal);
}

.authbody .portalbrand > b {
  border-radius: 6px;
  background: var(--hire-orange);
  color: #fff;
}

.authbody .portalbrand > span {
  color: var(--hire-charcoal);
  font-weight: 900;
}

.authbody .authcard h1 {
  margin: 7px 0 9px;
  color: var(--hire-charcoal);
  font-size: 43px;
  font-weight: 900;
}

.authbody .authcard > p {
  color: var(--hire-muted);
  line-height: 1.6;
}

.authbody .authcard form {
  gap: 16px;
  margin-top: 28px;
}

.authbody .authcard label {
  color: #38434d;
  font-size: 12px;
  font-weight: 850;
}

.authbody .authcard button {
  min-height: 53px;
  border: 0;
  border-radius: 7px;
  background: var(--hire-orange);
  color: #fff;
  font-weight: 900;
}

.authbody .forgot,
.authbody .authfoot a {
  color: var(--hire-orange-dark);
}

.authbody .authfoot {
  margin-top: 24px;
  padding-top: 21px;
  border-top: 1px solid var(--hire-line);
}

/* Booking wizard */

.checkoutbody {
  min-height: 100vh;
  background: #f1f3f2;
}

.checkoutbody > .hirenav {
  min-height: 74px;
  padding: 0 max(24px, calc((100vw - 1380px) / 2));
  border: 0;
  background: var(--hire-charcoal);
  color: #c7cfd5;
  box-shadow: 0 10px 26px rgba(18, 24, 32, 0.13);
}

.checkoutbody > .hirenav .hirebrand,
.checkoutbody > .hirenav .hirebrand span {
  color: #fff;
}

.checkoutbody > .hirenav .hirebrand > b {
  border-radius: 6px;
  background: var(--hire-orange);
  color: #fff;
}

.checkoutbody .checkout {
  max-width: 1380px;
  margin: 0 auto;
  padding: 32px 28px 90px;
}

.checkoutbody .checkoutgrid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.55fr);
  gap: 24px;
  margin-top: 20px;
}

.checkoutbody .checkoutform,
.checkoutbody .summary {
  border: 1px solid var(--hire-line);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 24, 32, 0.07);
}

.checkoutbody .checkoutform {
  padding: 35px;
}

.checkoutbody .checkoutform > h1 {
  margin-top: 5px;
  color: var(--hire-charcoal);
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 900;
}

.checkoutbody .bookingProgress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 28px 0 34px;
}

.checkoutbody .bookingProgress button {
  min-height: 54px;
  border: 1px solid var(--hire-line);
  border-radius: 7px;
  background: #f4f5f4;
  color: #56616b;
  font-size: 13px;
  font-weight: 850;
  box-shadow: none;
}

.checkoutbody .bookingProgress button b {
  background: #fff;
  color: #5f6a73;
}

.checkoutbody .bookingProgress button.complete {
  border-color: #fed7aa;
  background: #fff4e8;
  color: #9a3d05;
}

.checkoutbody .bookingProgress button.complete b {
  background: var(--hire-orange);
  color: #fff;
}

.checkoutbody .bookingProgress button.active {
  border-color: var(--hire-charcoal);
  background: var(--hire-charcoal);
  color: #fff;
  box-shadow: 0 9px 22px rgba(18, 24, 32, 0.15);
}

.checkoutbody .bookingProgress button.active b {
  background: var(--hire-orange);
  color: #fff;
}

.checkoutbody .stepHeading {
  margin-bottom: 5px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--hire-line);
}

.checkoutbody .stepHeading h2 {
  color: var(--hire-charcoal);
  font-size: 31px;
  font-weight: 900;
}

.checkoutbody .stepHeading p {
  color: var(--hire-muted);
}

.checkoutbody .accountChoice,
.checkoutbody .bookingextras,
.checkoutbody .bookingStep .terms,
.checkoutbody .serviceAddressPanel {
  border: 1px solid var(--hire-line);
  border-radius: 8px;
  background: #fafafa;
}

.checkoutbody .accountChoice:has(input:checked),
.checkoutbody .bookingextra:has(input:checked) {
  border-color: var(--hire-orange) !important;
  background: #fff5ea !important;
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.08) !important;
}

.checkoutbody .bookingextras h3 {
  color: var(--hire-charcoal);
  font-size: 21px;
  font-weight: 900;
}

.checkoutbody .bookingextra {
  border-color: var(--hire-line) !important;
  border-radius: 7px !important;
  background: #fff;
}

.checkoutbody .bookingextra span b,
.checkoutbody .bookingextra > strong {
  color: var(--hire-charcoal);
}

.checkoutbody .bookingextra span small {
  color: var(--hire-muted);
}

.checkoutbody input[type="checkbox"],
.checkoutbody input[type="radio"],
.authbody input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  accent-color: var(--hire-orange);
}

.checkoutbody .stepActions button,
.checkoutbody .bookingStep > button,
.checkoutbody .checkoutform > button,
.checkoutbody #checkGiftCard {
  min-height: 52px;
  border: 0;
  border-radius: 7px;
  background: var(--hire-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 9px 22px rgba(249, 115, 22, 0.19);
}

.checkoutbody .stepActions .secondary,
.checkoutbody .bookingStep .secondary {
  border: 1px solid #cfd5d9;
  background: #fff;
  color: var(--hire-charcoal);
  box-shadow: none;
}

.checkoutbody .summary {
  position: sticky;
  top: 92px;
  height: max-content;
  padding: 30px;
  border-top: 6px solid var(--hire-orange);
}

.checkoutbody .summary h2 {
  color: var(--hire-charcoal);
  font-size: 31px;
  font-weight: 900;
}

.checkoutbody .summary code {
  border-radius: 4px;
  background: #eef0f1;
  color: #34404a;
}

.checkoutbody .summary dl div,
.checkoutbody .livePriceLines > div {
  border-color: var(--hire-line);
}

.checkoutbody .summary .total {
  border-color: var(--hire-charcoal);
}

.checkoutbody .summary .total strong {
  color: var(--hire-charcoal);
  font-size: 33px;
}

.checkoutbody .summary .deposit {
  border: 1px solid #fed7aa;
  border-radius: 7px;
  background: #fff4e8;
  color: var(--hire-charcoal);
}

/* Confirmation and payment completion */

.confirmbody {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 40px 24px;
  background:
    radial-gradient(circle at 80% 8%, rgba(249, 115, 22, 0.2), transparent 29%),
    var(--hire-charcoal);
}

.confirmbody .confirmation {
  width: min(100%, 820px);
  margin: 0;
  padding: 45px;
  border: 0;
  border-top: 6px solid var(--hire-orange);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
}

.confirmbody .confirmicon {
  background: var(--hire-orange);
  color: #fff;
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.24);
}

.confirmbody .confirmation h1 {
  color: var(--hire-charcoal);
  font-size: clamp(37px, 5vw, 54px);
  font-weight: 900;
}

.confirmbody .reference {
  border: 1px solid var(--hire-line);
  border-left: 5px solid var(--hire-orange);
  border-radius: 7px;
  background: #f6f7f6;
}

.confirmbody .confirmdetails {
  overflow: hidden;
  border: 1px solid var(--hire-line);
  border-radius: 7px;
}

.confirmbody .paybox {
  border: 0;
  border-radius: 7px;
  background: var(--hire-charcoal);
  color: #fff;
}

.confirmbody .paybox b,
.confirmbody .paybox strong,
.confirmbody .paybox span {
  color: #fff;
}

.confirmbody .paybox button {
  border: 0;
  border-radius: 6px;
  background: var(--hire-orange);
  color: #fff;
}

.confirmbody .confirmationactions a {
  border-color: #cfd5d9;
  border-radius: 7px;
  color: var(--hire-charcoal);
}

/* Customer-facing invoices and statements */

.invoicebody {
  background: #ecefed;
  color: var(--hire-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.invoicebody .invoice {
  max-width: 1120px;
  margin: 35px auto;
  padding: 48px;
  border-top: 7px solid var(--hire-orange);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(18, 24, 32, 0.13);
}

.invoicebody .invoice > header {
  padding-bottom: 28px;
  border-bottom: 2px solid var(--hire-charcoal);
}

.invoicebody .invoice h1 {
  color: var(--hire-charcoal);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.invoicebody .invoiceparties,
.invoicebody .invoiceintro {
  border-color: var(--hire-line);
}

.invoicebody .invoiceparties span,
.invoicebody .invoiceintro > span {
  color: var(--hire-orange-dark);
  font-weight: 900;
}

.invoicebody .invoice table thead {
  background: var(--hire-charcoal);
  color: #fff;
}

.invoicebody .invoice table th {
  color: #fff;
}

.invoicebody .invoice table td,
.invoicebody .invoice table th {
  border-color: var(--hire-line);
}

.invoicebody .totals > div:last-child {
  border-radius: 5px;
  background: var(--hire-charcoal);
  color: #fff;
}

.invoicebody .totals > div:last-child strong,
.invoicebody .totals > div:last-child span {
  color: #fff;
}

.invoicebody .invoicestatus {
  border-radius: 4px;
  background: #fff1df;
  color: #9a3d05;
}

/* ================================================================
   RESPONSIVE WEBSITE SYSTEM
   ================================================================ */

@media (max-width: 1180px) {
  .commercial-hire-site .businessnav .business-phone,
  .commercial-hire-site .businessnav .textlink {
    display: none;
  }

  .commercial-hire-site .business-hero,
  .commercial-hire-site .business-value-section,
  .commercial-hire-site .business-gift-hero {
    padding-right: 38px;
    padding-left: 38px;
  }

  .commercial-hire-site .booking-search-wrap,
  .commercial-hire-site .business-fleet-section,
  .commercial-hire-site .business-locations-preview {
    width: calc(100% - 48px);
  }

  .commercial-hire-site .business-fleet-section .assetcards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-customer-site .portalnav nav a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 11px;
  }
}

@media (max-width: 960px) {
  .hire-servicebar div > span {
    display: none;
  }

  .commercial-hire-site .businessnav nav {
    border-top-color: var(--hire-line);
    background: #fff;
  }

  .commercial-hire-site .businessnav nav a {
    padding: 15px 18px;
  }

  .commercial-hire-site .business-hero {
    grid-template-columns: 1fr;
    min-height: 600px;
    background:
      linear-gradient(90deg, rgba(12, 18, 25, 0.96), rgba(12, 18, 25, 0.72)),
      url("images/hire-commercial-hero.webp") 62% center / cover no-repeat;
  }

  .commercial-hire-site .business-hero-card {
    display: none;
  }

  .commercial-hire-site .business-hiresearch {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-hire-site .business-value-section,
  .commercial-hire-site .business-gift-hero,
  .commercial-hire-site .business-contact-grid {
    grid-template-columns: 1fr;
  }

  .commercial-hire-site .business-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkoutbody .checkoutgrid {
    grid-template-columns: 1fr;
  }

  .checkoutbody .summary {
    position: static;
  }

  .commercial-customer-site .portalnav nav {
    background: var(--hire-charcoal-2);
  }

  .commercial-customer-site .portalnav nav a {
    padding: 14px 18px;
  }

  .commercial-customer-site .portalnav nav a:hover,
  .commercial-customer-site .portalnav nav a[aria-current="page"] {
    background: #2a3642;
  }
}

@media (max-width: 720px) {
  .hire-servicebar {
    justify-content: center;
    min-height: 31px;
    padding: 0 14px;
    text-align: center;
  }

  .hire-servicebar > span {
    font-size: 9px;
  }

  .hire-servicebar div {
    display: none;
  }

  .commercial-hire-site .businessnav {
    min-height: 68px;
    padding: 0 16px;
  }

  .commercial-hire-site .businessnav .hirebrand > span {
    max-width: 150px;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commercial-hire-site .businessnav .cta {
    display: none;
  }

  .commercial-hire-site .business-hero {
    min-height: 535px;
    padding: 70px 22px 95px;
  }

  .commercial-hire-site .business-hero h1 {
    font-size: clamp(48px, 16vw, 68px);
  }

  .commercial-hire-site .business-hero-copy > p {
    font-size: 16px;
  }

  .commercial-hire-site .business-hero-points span {
    padding: 8px 10px;
    font-size: 10px;
  }

  .commercial-hire-site .booking-search-wrap {
    width: calc(100% - 24px);
    margin-top: -52px;
    padding: 22px 18px;
  }

  .commercial-hire-site .booking-search-heading {
    display: block;
  }

  .commercial-hire-site .booking-search-heading p {
    margin-top: 10px;
  }

  .commercial-hire-site .business-hiresearch {
    grid-template-columns: 1fr;
  }

  .commercial-hire-site .business-fleet-section,
  .commercial-hire-site .business-locations-preview {
    width: calc(100% - 30px);
    padding: 76px 0;
  }

  .commercial-hire-site .business-fleet-section .assetcards,
  .commercial-hire-site .business-value-grid,
  .commercial-hire-site .location-preview-list {
    grid-template-columns: 1fr;
  }

  .commercial-hire-site .business-value-section,
  .commercial-hire-site .business-gift-hero,
  .commercial-hire-site .business-pagehero {
    padding: 72px 20px;
  }

  .commercial-hire-site .business-footer {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 58px 22px 25px;
  }

  .commercial-hire-site .gift-site-section,
  .commercial-hire-site .gift-purchase-panel {
    padding: 23px;
  }

  .authbody {
    padding: 18px 12px;
  }

  .authbody .authcard {
    padding: 29px 22px;
  }

  .authbody .authcard h1 {
    font-size: 36px;
  }

  .checkoutbody > .hirenav {
    min-height: 65px;
    padding: 0 15px;
  }

  .checkoutbody > .hirenav > span {
    font-size: 10px;
  }

  .checkoutbody .checkout {
    padding: 20px 10px 65px;
  }

  .checkoutbody .checkoutform,
  .checkoutbody .summary {
    padding: 21px 17px;
  }

  .checkoutbody .bookingProgress {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    background: transparent;
  }

  .checkoutbody .bookingProgress button {
    min-width: 0;
    min-height: 48px;
    padding: 7px 2px;
    font-size: 0;
  }

  .checkoutbody .bookingProgress button b {
    margin: 0;
  }

  .commercial-customer-site .portal {
    padding: 25px 12px 60px;
  }

  .commercial-customer-site .welcome,
  .commercial-customer-site .bookinghero,
  .commercial-customer-site .portalpanel,
  .commercial-customer-site .profileform {
    padding: 23px 19px;
  }

  .commercial-customer-site .portalstats,
  .commercial-customer-site .profilegrid,
  .commercial-customer-site .detailgrid {
    grid-template-columns: 1fr;
  }

  .confirmbody {
    padding: 14px 9px;
  }

  .confirmbody .confirmation {
    padding: 28px 18px;
  }

  .confirmbody .confirmdetails {
    grid-template-columns: 1fr;
  }

  .invoicebody .invoice {
    margin: 0;
    padding: 28px 17px;
    border-radius: 0;
  }
}

@media (max-width: 1120px) {
  .saas-site .commercial-nav {
    padding-right: 24px;
    padding-left: 24px;
  }

  .saas-site .commercial-nav nav a {
    padding-right: 9px;
    padding-left: 9px;
  }

  .saas-hero,
  .ownership-section,
  .commercial-final-cta,
  .solution-band,
  .control-grid,
  .commercial-contact-hero {
    margin-right: 24px;
    margin-left: 24px;
  }

  .platform-intro,
  .platform-pillars,
  .two-experiences,
  .workflow-section,
  .commercial-section,
  .commercial-pricing-wrap,
  .pricing-comparison,
  .commercial-faq,
  .contact-assurance {
    width: calc(100% - 48px);
  }

  .saas-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    padding: 70px 42px;
  }

  .saas-hero h1 {
    font-size: clamp(52px, 6vw, 72px);
  }

  .platform-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commercial-plan.featured-plan {
    grid-column: span 2;
  }

  .saas-footer {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 900px) {
  .saas-announcement b {
    display: none;
  }

  .saas-site .commercial-nav nav {
    background: #fff;
  }

  .saas-site .commercial-nav nav a {
    padding: 15px 18px;
  }

  .saas-hero,
  .solution-band,
  .solution-band.reverse,
  .ownership-section,
  .control-grid,
  .commercial-contact-hero {
    grid-template-columns: 1fr;
  }

  .saas-hero {
    padding: 62px 35px 40px;
  }

  .platform-preview {
    margin-top: 25px;
  }

  .experience-grid,
  .workflow-line,
  .contact-assurance,
  .contact-sales-points,
  .control-cards {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-line::before {
    display: none;
  }

  .solution-band.reverse .solution-copy,
  .solution-band.reverse .solution-ui {
    order: initial;
  }

  .solution-jump {
    overflow-x: auto;
    justify-content: flex-start;
    padding-right: 18px;
    padding-left: 18px;
    white-space: nowrap;
  }

  .commercial-pagehero,
  .pricing-hero,
  .commercial-contact-hero {
    padding-right: 30px;
    padding-left: 30px;
  }

  .comparison-row {
    grid-template-columns: 1.35fr repeat(3, 0.7fr);
  }

  .saas-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .saas-announcement {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 9px;
    text-align: center;
  }

  .saas-announcement a {
    display: none;
  }

  .saas-site .commercial-nav {
    min-height: 68px;
    padding: 0 15px;
  }

  .saas-site .commercial-nav .publicbrand small,
  .saas-site .commercial-nav .textlink,
  .saas-site .commercial-nav .cta {
    display: none;
  }

  .saas-hero,
  .ownership-section,
  .commercial-final-cta,
  .solution-band,
  .control-grid,
  .commercial-contact-hero {
    width: auto;
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 12px;
  }

  .saas-hero {
    padding: 50px 20px 25px;
  }

  .saas-hero h1,
  .commercial-pagehero h1,
  .pricing-hero h1,
  .commercial-contact-hero h1 {
    font-size: clamp(43px, 14vw, 58px);
  }

  .saas-hero-copy > p,
  .commercial-pagehero p,
  .commercial-contact-hero p {
    font-size: 16px;
  }

  .commercial-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .commercial-button {
    justify-content: center;
    width: 100%;
  }

  .saas-proof-row,
  .preview-metrics,
  .platform-pillars,
  .experience-grid,
  .workflow-line,
  .ownership-facts,
  .contact-assurance,
  .contact-sales-points,
  .control-cards,
  .commercial-plans {
    grid-template-columns: 1fr;
  }

  .preview-main {
    grid-template-columns: 1fr;
  }

  .preview-shell {
    min-width: 0;
  }

  .preview-table-head {
    display: none;
  }

  .preview-table-row {
    grid-template-columns: 1fr auto;
  }

  .preview-table-row > span:nth-child(2),
  .preview-table-row > span:nth-child(3) {
    display: none;
  }

  .platform-intro,
  .platform-pillars,
  .two-experiences,
  .workflow-section,
  .commercial-section,
  .commercial-pricing-wrap,
  .pricing-comparison,
  .commercial-faq,
  .contact-assurance {
    width: calc(100% - 24px);
  }

  .platform-intro,
  .two-experiences,
  .workflow-section,
  .commercial-section,
  .commercial-pricing-wrap,
  .pricing-comparison,
  .commercial-faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .split-heading,
  .section-heading,
  .pricing-context {
    display: block;
  }

  .split-heading > p,
  .section-heading > p,
  .pricing-context > p {
    margin-top: 15px;
  }

  .solution-band,
  .control-grid,
  .ownership-section,
  .commercial-contact-hero {
    gap: 35px;
    padding: 45px 20px;
  }

  .commercial-plan.featured-plan {
    grid-column: auto;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-row {
    min-width: 620px;
  }

  .commercial-faq details summary {
    padding-right: 38px;
  }

  .saas-footer {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 55px 22px 25px;
  }
}

@media print {
  .invoicebody,
  .invoicebody .invoice,
  .giftprint.business-gift-card {
    background: #fff !important;
    box-shadow: none !important;
  }

  .invoicebody .invoice {
    max-width: none;
    margin: 0;
    border-top: 4px solid #333;
  }

  .invoicebody .invoice table thead,
  .invoicebody .totals > div:last-child {
    background: #222 !important;
    color: #fff !important;
    print-color-adjust: exact;
  }
}
