@import url("lucide-icons.css?v=20260619d");

:root {
  --ink: #101318;
  --charcoal: #090b0e;
  --charcoal-2: #171b20;
  --steel: #55616f;
  --steel-2: #737f8d;
  --line: #dde3ea;
  --paper: #ffffff;
  --soft: #f4f6f8;
  --soft-2: #eef2f5;
  --orange: #f47621;
  --orange-dark: #c65d18;
  --blue: #25445f;
  --shadow: 0 18px 50px rgba(12, 16, 21, 0.12);
  --shadow-soft: 0 10px 28px rgba(12, 16, 21, 0.08);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main [id] {
  scroll-margin-top: 120px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, #f8fafb 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 24px 0;
}

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

.skip {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 50;
  padding: 10px 14px;
  color: #000;
  background: #fff;
  border: 2px solid var(--orange);
  border-radius: var(--radius);
}

.skip:focus {
  left: 10px;
}

.topbar {
  color: #d5dbe3;
  background: linear-gradient(90deg, #050607, #111821);
  font-size: 13px;
}

.topbar-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar a {
  color: #fff;
  font-weight: 800;
}

.topbar-inner span:last-child {
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(12, 16, 21, 0.05);
  backdrop-filter: blur(14px);
}

.navwrap {
  position: relative;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  order: 1;
  flex-shrink: 0;
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  padding: 0;
  background: #050607;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 12px 22px rgba(5, 6, 7, 0.14);
}

.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 0;
  background: #050607;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.brand strong,
.footer-brand strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.brand small,
.footer-brand small {
  display: block;
  color: var(--steel);
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.nav {
  order: 2;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  font-weight: 800;
}

.header-actions {
  order: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.header-call {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-soft);
  font-weight: 900;
  line-height: 1;
}

.header-call span {
  color: var(--orange);
  font-size: 11px;
  text-transform: uppercase;
}

.header-call strong {
  font-size: 13px;
  white-space: nowrap;
}

.header-call:hover {
  color: #000;
  border-color: rgba(244, 118, 33, 0.42);
  box-shadow: 0 12px 24px rgba(244, 118, 33, 0.16);
}

.nav a,
.nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #303743;
  min-height: 42px;
  padding: 10px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.nav button {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.nav a:hover,
.nav a.active,
.nav button:hover,
.nav-group.active > .nav-link,
.nav-group.submenu-open > .nav-link {
  color: #000;
  background: #edf1f5;
}

.nav .nav-cta {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 22px rgba(244, 118, 33, 0.18);
}

.nav .nav-cta:hover {
  color: #fff;
  background: var(--orange-dark);
}

.request-group.submenu-open > .nav-cta {
  color: #fff;
  background: var(--orange-dark);
}

.nav-group {
  position: relative;
}

.submenu-toggle::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.nav-group.submenu-open .submenu-toggle::after {
  transform: translateY(1px) rotate(225deg);
}

.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 60;
  min-width: 258px;
  display: grid;
  gap: 4px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.submenu.align-right {
  right: 0;
  left: auto;
}

.submenu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  transform: rotate(45deg);
}

.submenu.align-right::before {
  right: 22px;
  left: auto;
}

.nav-group:hover .submenu,
.nav-group:focus-within .submenu,
.nav-group.submenu-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  color: #222a35;
  border-radius: 6px;
  font-weight: 850;
}

.submenu a:hover,
.submenu a.active {
  color: #000;
  background: var(--soft);
}

.cta-submenu a:first-child {
  color: #9f430d;
  background: #fff4ed;
}

.nav a:focus-visible,
.nav button:focus-visible,
.btn:focus-visible,
.text-link:focus-visible,
.reference-list a:focus-visible,
.header-call:focus-visible,
.menu-toggle:focus-visible {
  outline: 3px solid rgba(244, 118, 33, 0.32);
  outline-offset: 3px;
}

.menu-toggle {
  display: none;
  min-width: 72px;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: clamp(500px, calc(100vh - 190px), 600px);
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.96) 0%, rgba(7, 9, 12, 0.82) 42%, rgba(7, 9, 12, 0.36) 100%),
    url("../img/roc-commercial-service-hero.jpg") center right / cover no-repeat,
    var(--charcoal);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), rgba(244, 118, 33, 0));
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding: 58px 0 46px;
}

.eyebrow,
.kicker,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before,
.kicker::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--orange);
  border-radius: 999px;
}

.hero .hero-brand-callout,
.page-hero .eyebrow {
  gap: 14px;
  padding: 13px 18px 13px 14px;
  color: #ff8a34;
  background: rgba(5, 6, 7, 0.88);
  border: 2px solid rgba(244, 118, 33, 0.76);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.hero .hero-brand-callout::before,
.page-hero .eyebrow::before {
  width: 46px;
  height: 5px;
}

.hero h1,
.page-hero h1 {
  max-width: 960px;
  margin: 18px 0 18px;
  font-size: 54px;
  line-height: 1.02;
  font-weight: 900;
}

.lead {
  max-width: 760px;
  margin: 0;
  color: #e0e5ec;
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
}

.btn.primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(244, 118, 33, 0.25);
}

.btn.primary:hover {
  background: var(--orange-dark);
}

.btn.secondary {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.btn.ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.btn.text {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--orange);
  font-weight: 900;
}

.text-link:hover {
  color: var(--orange-dark);
}

.light-link {
  color: #fff;
}

.light-link:hover {
  color: #ffe1cc;
}

.proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-line span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: #f2f5f8;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.trust-bar {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-bar .container {
  padding: 24px 0;
  display: grid;
  gap: 14px;
}

.trust-bar p {
  margin: 0;
  color: var(--steel);
  font-weight: 800;
}

.market-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.market-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  color: #fff;
  background: #171b20;
  border: 1px solid rgba(244, 118, 33, 0.34);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(12, 16, 21, 0.08);
}

.market-strip .decorative-icon {
  width: 18px;
  height: 18px;
}

.market-strip span:first-child {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.btn,
.text-link {
  gap: 8px;
}

.tag.has-icon {
  gap: 7px;
}

.tag .decorative-icon {
  width: 14px;
  height: 14px;
}

.proof-line span.has-icon {
  gap: 7px;
}

.proof-line .decorative-icon {
  width: 16px;
  height: 16px;
}

.section {
  padding: 82px 0;
}

.muted-bg {
  background: var(--soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  align-items: end;
  gap: 34px;
  margin-bottom: 32px;
}

.section-head p,
.muted {
  color: var(--steel);
}

.section-head h2,
.split h2,
.feature-panel h2,
.final-cta h2,
.stack-card h2,
.plan-card h2,
.form-card h2,
.contact-card h2 {
  margin: 10px 0 0;
  font-size: 42px;
  line-height: 1.08;
}

.section-head p,
.split p,
.feature-panel p,
.final-cta p,
.stack-card p,
.plan-card p,
.contact-card p {
  margin: 10px 0 0;
}

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

.service-card,
.plan-card,
.values-card,
.sidebar-card,
.contact-card,
.form-card,
.check-panel,
.route-card,
.process-grid > div,
.proof-grid > div,
.audience-grid > div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(16, 20, 26, 0.06);
}

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

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

.route-card {
  min-height: 245px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-top: 4px solid var(--orange);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.route-card span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.route-card .card-icon,
.service-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 24px;
}

.route-card .card-icon .decorative-icon,
.service-card .card-icon .decorative-icon,
.plan-card > .decorative-icon {
  width: 46px;
  height: 46px;
  padding: 11px;
  background: rgba(244, 118, 33, 0.1);
  border: 1px solid rgba(244, 118, 33, 0.2);
  border-radius: 6px;
}

.route-card .card-icon b {
  margin-left: auto;
  color: var(--steel-2);
  font-size: 12px;
  font-weight: 900;
}

.route-card h3,
.proof-grid strong,
.process-grid strong {
  display: block;
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.12;
}

.route-card p,
.proof-grid span,
.process-grid span {
  color: var(--steel);
}

.route-card p {
  margin: 0 0 auto;
}

.route-card a {
  margin-top: 22px;
  color: var(--orange);
  font-weight: 900;
}

.route-card:hover,
.service-card:hover,
.plan-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.proof-grid > div,
.process-grid > div {
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.proof-grid > div {
  border-left: 4px solid var(--orange);
}

.service-card {
  min-height: 270px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.service-card.accent {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(244, 118, 33, 0.18), transparent 38%),
    var(--charcoal-2);
  border-color: #2b323b;
}

.service-card:not(.accent)::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--orange);
}

.service-card span {
  display: inline-flex;
  color: var(--orange);
  font-weight: 900;
  margin-bottom: 34px;
}

.service-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.1;
}

.service-card p {
  color: var(--steel);
  margin: 0 0 auto;
}

.service-card.accent p {
  color: #d8dee7;
}

.service-card.accent .card-icon .decorative-icon {
  background: rgba(244, 118, 33, 0.16);
  border-color: rgba(244, 118, 33, 0.34);
}

.service-card a {
  margin-top: 22px;
  color: var(--orange);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.align-start {
  align-items: start;
}

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

.audience-grid.two {
  margin-top: 24px;
}

.audience-grid > div {
  padding: 18px;
}

.proof-grid > div > .decorative-icon,
.process-grid > div > .decorative-icon,
.audience-grid > div > .decorative-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  padding: 9px;
  background: rgba(244, 118, 33, 0.1);
  border-radius: 6px;
}

.audience-grid strong {
  display: block;
}

.audience-grid span {
  display: block;
  color: var(--steel);
  font-size: 14px;
  margin-top: 5px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.feature-panel {
  min-height: 310px;
  padding: 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-panel.dark {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(244, 118, 33, 0.16), rgba(255, 255, 255, 0) 42%),
    var(--charcoal);
}

.feature-panel.light {
  background: #fff;
  border: 1px solid var(--line);
}

.feature-panel.dark p {
  color: #d5dce5;
}

.tag {
  padding: 7px 10px;
  background: rgba(244, 118, 33, 0.11);
  border-radius: 6px;
}

.values-card,
.sidebar-card,
.contact-card,
.form-card,
.check-panel {
  padding: 24px;
}

.values-card h3,
.sidebar-card h3,
.contact-card h3,
.check-panel p {
  margin-top: 0;
}

.values-list p {
  margin: 0;
  padding: 13px 0;
  color: var(--steel);
  border-top: 1px solid var(--line);
}

.values-list p.has-icon {
  position: relative;
  padding-left: 34px;
}

.values-list p > .decorative-icon {
  position: absolute;
  left: 0;
  top: 16px;
  width: 19px;
  height: 19px;
}

.plan-card > .decorative-icon {
  margin-bottom: 18px;
}

.plan-card.featured > .decorative-icon {
  background: rgba(244, 118, 33, 0.16);
  border-color: rgba(244, 118, 33, 0.34);
}

.contact-lines .has-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-lines .decorative-icon {
  width: 18px;
  height: 18px;
}

.values-list strong {
  display: block;
  color: var(--ink);
}

.final-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9, 11, 14, 0.98), rgba(29, 36, 44, 0.96)),
    var(--charcoal);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.final-cta p {
  max-width: 710px;
  color: #d6dce5;
}

.page-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 11, 14, 0.98), rgba(18, 25, 33, 0.96)),
    var(--charcoal);
  padding: 82px 0;
  border-bottom: 5px solid var(--orange);
}

.page-hero.compact {
  padding: 76px 0;
}

.page-hero .lead {
  color: #d9e0e8;
}

.status-page {
  min-height: 100vh;
  background: var(--charcoal);
}

.status-page main,
.status-hero {
  min-height: 100vh;
}

.status-hero {
  display: flex;
  align-items: center;
  padding: 64px 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.97), rgba(7, 9, 12, 0.82)),
    url("../img/roc-commercial-service-hero.jpg") center right / cover no-repeat,
    var(--charcoal);
}

.status-content {
  max-width: 920px;
}

.status-brand {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  margin-bottom: 54px;
  color: #fff;
}

.status-brand img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.status-brand span,
.status-brand small {
  display: block;
}

.status-brand strong {
  font-size: 20px;
}

.status-brand small {
  margin-top: 5px;
  color: #cbd3dd;
  font-size: 13px;
}

.stacked-services {
  display: grid;
  gap: 16px;
}

.stack-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(16, 20, 26, 0.05);
}

.stack-card h2 {
  font-size: 36px;
}

.stack-card .stack-service-icon.has-icon {
  display: block;
  margin-bottom: 18px;
}

.stack-card .stack-service-icon .decorative-icon {
  width: 32px;
  height: 32px;
  padding: 7px;
  background: rgba(244, 118, 33, 0.1);
  border-radius: 6px;
}

.stack-card p,
.plan-card p {
  color: var(--steel);
}

.stack-card ul,
.plan-card ul,
.sidebar-card ul,
.check-panel ul {
  margin: 0;
  padding-left: 20px;
  color: #424b57;
}

.stack-card li,
.plan-card li,
.sidebar-card li,
.check-panel li {
  margin: 8px 0;
}

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

.plan-card {
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.plan-card h2 {
  font-size: 30px;
}

.plan-card.featured {
  color: #fff;
  background: var(--charcoal-2);
  border-color: #2b323b;
}

.plan-card.featured p,
.plan-card.featured li {
  color: #d8dee7;
}

.plan-card .tag {
  margin-bottom: 12px;
}

.compact-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.compact-cards .service-card {
  min-height: auto;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: start;
}

.form-card {
  display: grid;
  gap: 14px;
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-card h2 {
  font-size: 30px;
  margin: 0;
}

.form-card label {
  display: grid;
  gap: 7px;
  color: #333d4a;
  font-size: 14px;
  font-weight: 800;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfd6df;
  border-radius: 6px;
  font: inherit;
}

.form-card textarea {
  resize: vertical;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  outline: 3px solid rgba(244, 118, 33, 0.2);
  border-color: var(--orange);
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.contact-lines a,
.contact-lines span {
  font-weight: 900;
}

.reference-list {
  display: grid;
  gap: 0;
}

.reference-list a {
  display: block;
  padding: 15px 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.reference-list a:first-child {
  border-top: 0;
  padding-top: 0;
}

.footer {
  color: #cfd5de;
  background: #07080a;
  padding: 52px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.8fr 0.85fr;
  gap: 34px;
}

.footer p {
  color: #b6bfcb;
}

.footer h3 {
  color: #fff;
  margin: 0 0 12px;
  font-size: 14px;
  text-transform: uppercase;
}

.footer a {
  display: block;
  color: #eef3fa;
  margin: 8px 0;
}

.footer-brand strong {
  color: #fff;
}

.footer-brand small {
  color: #b6bfcb;
}

.copyright {
  color: #8f98a6;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 32px;
  padding-top: 18px;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .nav {
    gap: 2px;
  }

  .nav a,
  .nav button {
    padding-inline: 8px;
  }

  .brand small {
    display: none;
  }

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

  .route-grid,
  .proof-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1420px) {
  .brand small {
    display: none;
  }
}

@media (max-width: 1120px) {
  body.menu-open {
    overflow: hidden;
  }

  .topbar-inner {
    min-height: auto;
    padding: 9px 0;
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    margin-left: auto;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
  }

  .nav.open {
    display: flex;
  }

  .nav a,
  .nav button {
    width: 100%;
    min-height: 46px;
    justify-content: flex-start;
    text-align: left;
    padding: 12px 14px;
  }

  .nav .nav-cta {
    justify-content: center;
    text-align: center;
  }

  .request-group .nav-cta {
    margin-top: 2px;
  }

  .nav-group {
    position: static;
  }

  .submenu {
    position: static;
    min-width: 0;
    display: none;
    margin: 2px 0 8px;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: var(--soft);
    box-shadow: none;
  }

  .submenu.align-right {
    right: auto;
    left: auto;
  }

  .submenu::before {
    display: none;
  }

  .nav-group:hover .submenu,
  .nav-group:focus-within .submenu {
    transform: none;
  }

  .nav-group.submenu-open .submenu {
    display: grid;
  }

  .submenu a {
    text-align: left;
    background: #fff;
  }

  .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 46px;
  }

  .lead {
    font-size: 19px;
  }

  .section-head,
  .split,
  .feature-row,
  .stack-card,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .final-cta {
    display: grid;
    align-items: start;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .topbar {
    display: none;
  }

  .navwrap {
    min-height: 76px;
    gap: 10px;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  .brand strong {
    font-size: 16px;
  }

  .header-actions {
    gap: 7px;
  }

  .header-call {
    min-height: 44px;
    padding: 10px 12px;
  }

  .header-call strong {
    display: none;
  }

  .menu-toggle {
    padding-inline: 12px;
  }

  .hero {
    min-height: calc(100vh - 150px);
    background:
      linear-gradient(90deg, rgba(7, 9, 12, 0.96), rgba(7, 9, 12, 0.76)),
      url("../img/roc-commercial-service-hero.jpg") center right / cover no-repeat,
      var(--charcoal);
  }

  .hero-copy {
    padding: 48px 0 42px;
  }

  .hero .hero-brand-callout,
  .page-hero .eyebrow {
    gap: 11px;
    padding: 11px 14px 11px 12px;
    font-size: 15px;
  }

  .hero .hero-brand-callout::before,
  .page-hero .eyebrow::before {
    width: 36px;
    height: 4px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .lead {
    font-size: 18px;
  }

  .section {
    padding: 58px 0;
  }

  .page-hero,
  .page-hero.compact {
    padding: 58px 0;
  }

  .section-head h2,
  .split h2,
  .feature-panel h2,
  .final-cta h2,
  .stack-card h2 {
    font-size: 32px;
  }

  .service-grid,
  .compact-cards,
  .route-grid,
  .proof-grid,
  .process-grid,
  .split .process-grid,
  .audience-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .route-card {
    min-height: auto;
  }

  .feature-panel,
  .stack-card,
  .values-card,
  .sidebar-card,
  .contact-card,
  .form-card,
  .check-panel {
    padding: 22px;
  }
}

@media (max-width: 430px) {
  .brand span {
    display: none;
  }
}

@media (max-width: 360px) {
  .brand span {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 33px;
  }

  .lead {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
