/*
Theme Name: New Website Concept
Theme URI: https://viewdia.com/
Author: VIEWDIA
Description: Custom VIEWDIA website concept theme for staging and testing.
Version: 0.1.8
Text Domain: new-website-concept
*/
:root {
  --blue: #00a8f3;
  --blue-deep: #063b7a;
  --navy: #071a2d;
  --ink: #17212b;
  --muted: #64727e;
  --pale: #f4f8fb;
  --paper: #ffffff;
  --line: #d8e2ea;
  --steel: #eef3f7;
  --accent: #f59b2e;
  --shadow: 0 24px 70px rgba(7, 26, 45, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
a { color: inherit; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 58px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.site-header.is-scrolled {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 40px rgba(7, 26, 45, 0.12);
  backdrop-filter: blur(14px);
}
.brand img {
  display: block;
  width: 178px;
  max-width: 42vw;
  filter: brightness(0) invert(1);
}
.site-header.is-scrolled .brand img { filter: none; }
.site-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.95rem;
}
.site-nav li { list-style: none; }
.site-nav a,
.header-cta,
.site-footer a,
.service-card a {
  text-decoration: none;
  font-weight: 700;
}
.header-cta {
  padding: 10px 16px;
  border: 1px solid currentColor;
  border-radius: 8px;
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 120px clamp(20px, 6vw, 86px) 80px;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 26, 45, 0.94) 0%, rgba(7, 26, 45, 0.78) 42%, rgba(7, 26, 45, 0.24) 78%),
    linear-gradient(0deg, rgba(7, 26, 45, 0.35), rgba(7, 26, 45, 0));
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  color: #fff;
}
.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  max-width: 820px;
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}
.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.16rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button.primary {
  background: var(--blue);
  color: var(--navy);
}
.button.secondary {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--navy);
  color: #fff;
}
.quick-actions a {
  display: grid;
  gap: 4px;
  min-height: 116px;
  padding: 28px clamp(20px, 5vw, 68px);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  text-decoration: none;
}
.quick-actions a:last-child { border-right: 0; }
.quick-actions span {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.quick-actions strong { font-size: 1.12rem; }

.intro,
.section,
.band,
.split,
.team-band,
.contact-section {
  padding: clamp(64px, 9vw, 116px) clamp(20px, 6vw, 86px);
}
.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
}
.intro > p,
.section-heading p,
.split p,
.team-band p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--pale);
}
.proof-strip div {
  display: grid;
  gap: 8px;
  padding: 34px clamp(20px, 5vw, 70px);
  border-right: 1px solid var(--line);
}
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong {
  color: var(--blue-deep);
  font-size: 1.6rem;
  line-height: 1.1;
}
.proof-strip span {
  color: var(--muted);
  font-weight: 700;
}
.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 278px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 26, 45, 0.07);
}
.service-card > span,
.service-card div > span {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 38px;
  margin-bottom: 26px;
  padding: 0 11px;
  border-radius: 8px;
  background: #e4f6ff;
  color: var(--blue-deep);
  font-weight: 900;
}
.service-card p { color: var(--muted); }
.service-card a { color: var(--blue-deep); }
.service-card.wide { grid-column: span 2; }
.service-matrix {
  align-items: stretch;
}
.matrix-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 168, 243, 0.09), rgba(255, 255, 255, 0) 48%),
    #fff;
}
.matrix-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--blue);
}
.matrix-card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid rgba(0, 168, 243, 0.22);
  background:
    linear-gradient(90deg, transparent 12px, rgba(6, 59, 122, 0.12) 12px 14px, transparent 14px),
    linear-gradient(0deg, transparent 12px, rgba(6, 59, 122, 0.12) 12px 14px, transparent 14px),
    rgba(0, 168, 243, 0.08);
  background-size: 16px 16px;
}
.matrix-card > span {
  justify-self: start;
  margin-bottom: 24px;
  padding-right: 64px;
}
.matrix-card h3,
.matrix-card p,
.matrix-card a,
.matrix-card .service-tags {
  position: relative;
  z-index: 1;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 20px;
}
.service-tags b {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-deep);
  background: rgba(244, 248, 251, 0.9);
  font-size: 0.78rem;
  line-height: 1;
}
.image-card {
  padding: 0;
  overflow: hidden;
}
.image-card img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.image-card div { padding: 24px; }
.image-card.wide img { height: 245px; }
.services-showcase {
  display: grid;
  grid-template-columns: minmax(210px, 0.36fr) minmax(360px, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
  box-shadow: 0 18px 46px rgba(7, 26, 45, 0.1);
}
.service-rail {
  display: grid;
  align-content: start;
  background: #fff;
}
.service-rail a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  font-weight: 900;
}
.service-rail a:last-child { border-bottom: 0; }
.service-rail a.is-active {
  color: #fff;
  background: var(--blue-deep);
}
.service-rail span {
  color: var(--blue);
  font-size: 0.82rem;
}
.service-feature {
  display: grid;
  align-content: center;
  min-height: 430px;
  padding: clamp(32px, 5vw, 58px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 26, 45, 0.98), rgba(6, 59, 122, 0.88)),
    var(--navy);
}
.service-feature h3 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
}
.service-feature > p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.09rem;
}
.feature-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 22px 0 28px;
  background: rgba(255, 255, 255, 0.18);
}
.feature-metrics div {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}
.feature-metrics strong {
  color: var(--blue);
  font-size: 1.12rem;
}
.feature-metrics span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
}
.mode-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
}
.mode-list a {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  text-decoration: none;
}
.mode-list strong {
  color: var(--blue-deep);
  font-size: 1.08rem;
}
.mode-list span {
  color: var(--muted);
  font-weight: 700;
}
.service-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 26, 45, 0.1);
}
.service-row {
  display: grid;
  grid-template-columns: 56px minmax(170px, 0.34fr) minmax(260px, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding: 22px 28px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}
.service-row:last-child { border-bottom: 0; }
.service-row span {
  color: var(--blue);
  font-weight: 900;
}
.service-row strong {
  color: var(--blue-deep);
  font-size: 1.16rem;
}
.service-row em {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}
.service-row b {
  justify-self: end;
  min-width: 116px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-deep);
  background: var(--pale);
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
}
.service-row.is-primary,
.service-row:hover {
  color: #fff;
  background: linear-gradient(90deg, var(--navy), var(--blue-deep));
}
.service-row.is-primary strong,
.service-row:hover strong,
.service-row.is-primary em,
.service-row:hover em {
  color: #fff;
}
.service-row.is-primary b,
.service-row:hover b {
  border-color: rgba(255, 255, 255, 0.26);
  color: var(--navy);
  background: var(--blue);
}
.service-suite {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.suite-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 26, 45, 0.07);
}
.suite-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--blue);
}
.suite-card.lead {
  grid-column: span 2;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 26, 45, 0.98), rgba(6, 59, 122, 0.9)),
    var(--navy);
}
.suite-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.suite-top span {
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.suite-top b {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--blue-deep);
  background: #e4f6ff;
  font-size: 0.78rem;
  line-height: 1;
}
.suite-card.lead .suite-top span,
.suite-card.lead h3 {
  color: #fff;
}
.suite-card.lead .suite-top b {
  color: var(--navy);
  background: var(--blue);
}
.suite-card h3 {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}
.suite-card p {
  color: var(--muted);
}
.suite-card.lead p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
}
.suite-card a {
  align-self: end;
  margin-top: 18px;
  color: var(--blue-deep);
  font-weight: 900;
  text-decoration: none;
}
.suite-card.lead a {
  color: var(--blue);
}
.band {
  background: var(--navy);
  color: #fff;
}
.band .section-kicker { color: var(--blue); }
.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.timeline div {
  padding: 30px;
  background: var(--navy);
}
.timeline span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--navy);
  font-weight: 900;
}
.timeline p { color: rgba(255, 255, 255, 0.78); }
.split,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}
.panel {
  padding: 34px;
  border-radius: 8px;
  background: var(--pale);
  border-left: 6px solid var(--blue);
  box-shadow: var(--shadow);
}
.panel ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-weight: 700;
}
.panel li + li { margin-top: 10px; }
.team-band {
  background: linear-gradient(135deg, var(--blue-deep), var(--navy));
  color: #fff;
}
.team-band div { max-width: 820px; }
.team-band p { color: rgba(255, 255, 255, 0.78); }
.contact-section { background: var(--steel); }
.lead-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(7, 26, 45, 0.12);
}
.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}
.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: #fff;
}
.lead-form textarea { resize: vertical; }
.form-hero {
  min-height: 48vh;
  background:
    linear-gradient(90deg, rgba(7, 26, 45, 0.96), rgba(6, 59, 122, 0.72)),
    var(--navy);
}
.application-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: start;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 6vw, 86px);
  background: var(--steel);
}
.application-intro {
  position: sticky;
  top: 104px;
}
.application-intro h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}
.application-intro p {
  color: var(--muted);
  font-size: 1.05rem;
}
.application-form {
  gap: 22px;
}
.application-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.application-form legend {
  padding: 0 10px;
  color: var(--blue-deep);
  font-size: 1.05rem;
  font-weight: 900;
}
.application-form .full,
.application-form .terms-box,
.application-form .field-note {
  grid-column: 1 / -1;
}
.terms-box {
  max-height: 220px;
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--pale);
}
.terms-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-deep);
}
.terms-box p,
.field-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}
.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(150px, 0.7fr));
  align-items: start;
  gap: 24px;
  padding: 28px clamp(20px, 6vw, 86px);
  color: #fff;
  background: #030f1d;
}
.site-footer img {
  width: 150px;
  filter: brightness(0) invert(1);
}
.site-footer p {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer .veteran-owned {
  display: inline-grid;
  margin-top: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 168, 243, 0.38);
  border-radius: 8px;
  color: #fff;
  background: rgba(0, 168, 243, 0.12);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-links {
  display: grid;
  gap: 9px;
}
.footer-links strong {
  color: var(--blue);
  font-size: 0.82rem;
  text-transform: uppercase;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.page-hero {
  position: relative;
  min-height: 62vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 130px clamp(20px, 6vw, 86px) 72px;
  color: #fff;
  background: var(--navy);
}
.page-hero img,
.page-hero::after {
  position: absolute;
  inset: 0;
}
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}
.page-hero::after {
  content: "";
  background: linear-gradient(90deg, rgba(7, 26, 45, 0.94), rgba(7, 26, 45, 0.52));
}
.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
}
.page-hero h1 {
  font-size: clamp(2.4rem, 6vw, 5.3rem);
}
.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(64px, 9vw, 110px) clamp(20px, 6vw, 86px);
}
.content-stack {
  display: grid;
  gap: 34px;
}
.content-block {
  max-width: 840px;
}
.content-block h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}
.content-block p,
.content-block li {
  color: var(--muted);
  font-size: 1.05rem;
}
.content-block li + li {
  margin-top: 10px;
}
.sidebar-card {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 8px;
  background: var(--pale);
  box-shadow: 0 14px 34px rgba(7, 26, 45, 0.09);
}
.sidebar-card a:not(.button) {
  color: var(--blue-deep);
  font-weight: 800;
  text-decoration: none;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.solution-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.solution-card h3 {
  color: var(--blue-deep);
}
.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(42px, 7vw, 72px) clamp(20px, 6vw, 86px);
  color: #fff;
  background: var(--blue-deep);
}
.cta-band p {
  color: rgba(255, 255, 255, 0.78);
}
.contact-facts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  margin-top: 24px;
  color: var(--muted);
}
.contact-facts strong {
  color: var(--blue-deep);
}
.contact-facts a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.team-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.team-profile-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 26, 45, 0.07);
}
.team-profile-grid article div {
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 168, 243, 0.14), rgba(6, 59, 122, 0.08)),
    var(--pale);
}
.team-profile-grid p {
  color: var(--muted);
}

@media (max-width: 920px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle {
    justify-self: end;
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: 1px solid currentColor;
    border-radius: 8px;
    padding: 10px;
    color: inherit;
    background: transparent;
  }
  .nav-toggle span {
    display: block;
    height: 2px;
    background: currentColor;
  }
  .site-nav,
  .header-cta { display: none; }
  .site-nav.is-open {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 8px;
    color: var(--navy);
    background: #fff;
    box-shadow: 0 20px 44px rgba(7, 26, 45, 0.18);
  }
  .site-nav.is-open a { padding: 12px; }
  .hero { min-height: 88vh; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 26, 45, 0.94), rgba(7, 26, 45, 0.62)),
      linear-gradient(0deg, rgba(7, 26, 45, 0.3), rgba(7, 26, 45, 0));
  }
  .intro,
  .split,
  .contact-section,
  .application-wrap,
  .services-showcase,
  .service-suite,
  .team-profile-grid,
  .service-grid,
  .timeline,
  .quick-actions,
  .proof-strip,
  .detail-layout,
  .solution-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }
  .quick-actions a,
  .proof-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .quick-actions a { border-color: rgba(255, 255, 255, 0.17); }
  .service-card.wide { grid-column: span 1; }
  .suite-card.lead {
    grid-column: span 1;
  }
  .mode-list,
  .feature-metrics,
  .service-row {
    grid-template-columns: 1fr;
  }
  .service-row b {
    justify-self: start;
  }
  .application-intro {
    position: static;
  }
  .application-form fieldset {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  h1 { font-size: 2.6rem; }
  .hero-actions,
  .button { width: 100%; }
  .site-footer {
    grid-template-columns: 1fr;
  }
}
