:root {
  --acs-cyan: #2ed0ff;
  --acs-cyan-dark: #12b8e8;
  --acs-navy: #202d62;
  --acs-navy-deep: #0b1228;
  --acs-ink: #334155;
  --acs-muted: #64748b;
  --acs-panel: #141b2d;
  --acs-panel-2: #1b2438;
  --acs-white: #ffffff;
  --acs-soft: #f4f7fb;
}

html,
body,
.ct-container,
.entry-content,
h1, h2, h3, h4, h5, h6,
.site-title,
.menu,
button,
input,
textarea {
  font-family: "Poppins", sans-serif !important;
}

body {
  color: var(--acs-ink);
  background: var(--acs-white);
}

/* ========== Uniform spacing: kill Blocksy content gaps ========== */
#main.site-main,
.site-main,
[data-vertical-spacing],
[data-vertical-spacing*="top"],
[data-vertical-spacing*="bottom"],
#main > .ct-container,
#main > .ct-container-full,
.site-main > .ct-container,
.site-main > .ct-container-full {
  --theme-content-vertical-spacing: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Compact / remove default page-title hero spacing on all pages */
.hero-section[data-type="type-1"] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.hero-section.is-width-constrained {
  margin-bottom: 0 !important;
}

/* Front page: hide default title block entirely */
.home .hero-section,
.home .entry-header,
.home .ct-page-title-container,
.home .page-title,
.home .entry-title,
.home h1.page-title,
.home .ct-container > .hero-section {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

/* Inner pages: compact title strip instead of large white gap */
body:not(.home) .hero-section[data-type="type-1"] {
  margin: 0 !important;
  padding: 28px 0 18px !important;
  background: var(--acs-soft);
  border-bottom: 1px solid rgba(32, 45, 98, 0.08);
}

body:not(.home) .hero-section .page-title,
body:not(.home) .hero-section .entry-title {
  color: var(--acs-navy) !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

body:not(.home) .entry-content {
  padding-top: 28px !important;
  padding-bottom: 48px !important;
}

/* Footer: sit flush against content, no large white band above */
#footer,
footer#footer,
.ct-footer,
[data-footer] {
  margin-top: 0 !important;
}

.ct-footer [data-row] > div,
.ct-footer .ct-container,
.ct-footer .ct-container-fluid {
  --container-spacing: 14px !important;
}

.ct-footer [data-row="middle"],
.ct-footer [data-row="middle"] > .ct-container,
.ct-footer [data-row="middle"] > .ct-container-fluid {
  --height: 64px !important;
  min-height: 64px !important;
}

.ct-footer [data-row="bottom"],
.ct-footer [data-row="bottom"] > .ct-container {
  --height: 44px !important;
  min-height: 44px !important;
}

.ct-footer [data-row*="top"],
.ct-footer [data-row*="middle"],
.ct-footer [data-row*="bottom"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#footer,
footer#footer,
.ct-footer {
  background: var(--acs-navy-deep) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Header — light bar, navy links, cyan CTA feel */
#header,
.ct-header,
header#header {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

/* Compact header height (Blocksy default middle row is 120px) */
#header [data-row="middle"],
#header [data-row="middle"] > .ct-container,
#header [data-row="middle"] > .ct-container-fluid,
.ct-header [data-row="middle"],
.ct-header [data-row="middle"] > .ct-container,
.ct-header [data-row="middle"] > .ct-container-fluid {
  --height: 64px !important;
  --header-height: 64px !important;
  min-height: 64px !important;
  height: 64px !important;
}

#header [data-row="top"],
#header [data-row="bottom"],
.ct-header [data-row="top"],
.ct-header [data-row="bottom"] {
  --height: 0px !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden;
}

.ct-header a,
.header-menu > li > a,
.menu > li > a {
  color: var(--acs-navy) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.ct-header .current-menu-item > a,
.header-menu > li.current-menu-item > a,
.menu > li.current-menu-item > a {
  color: var(--acs-cyan) !important;
}

.site-logo-container img,
.ct-logo img,
.custom-logo-link img,
.custom-logo {
  max-height: 40px !important;
  width: auto !important;
}

/* Hide default page title on front page — handled in global spacing block above */

/* Keep header logo clean; hide duplicate text title when logo present */
.has-logo .site-title,
.site-title-container .site-title,
.site-branding .site-title,
.site-branding .site-description {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

.site-branding,
.site-logo-container,
.ct-logo {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.home .site-main > .ct-container,
.home #main .ct-container,
.home .ct-container-full,
.home .entry-content,
.home article:not([class*="acs-"]),
.home .ct-container[data-vertical-spacing] {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home #main,
.home .site-main,
.home .ct-container-full,
.home [class*="ct-container"] {
  --has-wide: 1;
}

.home .acs-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.acs-btn {
  border-radius: 0 !important;
}

/* ========== ACSTech sections ========== */
.acs-wrap {
  width: 100%;
  overflow: hidden;
}

.acs-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

/* Hero */
.acs-hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: flex-start;
  color: var(--acs-white);
  background:
    radial-gradient(ellipse at 70% 40%, rgba(46, 208, 255, 0.28), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(32, 45, 98, 0.55), transparent 50%),
    linear-gradient(180deg, #07101f 0%, #0e1a33 45%, #142348 100%);
  isolation: isolate;
}

.acs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(46, 208, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 208, 255, 0.12) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.75), transparent 78%);
  opacity: 0.45;
  z-index: 0;
  animation: acs-grid-drift 18s linear infinite;
}

.acs-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 8%;
  width: 58%;
  height: 84%;
  background:
    radial-gradient(circle at 40% 50%, rgba(46, 208, 255, 0.35), transparent 42%),
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.18), transparent 35%);
  filter: blur(2px);
  z-index: 0;
  pointer-events: none;
}

@keyframes acs-grid-drift {
  from { transform: translateY(0); }
  to { transform: translateY(54px); }
}

.acs-hero-inner {
  position: relative;
  z-index: 1;
  padding: 48px 0 56px;
  max-width: 720px;
}

.acs-kicker {
  display: inline-block;
  color: var(--acs-cyan);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 18px;
}

.acs-hero h1 {
  color: var(--acs-white) !important;
  font-size: clamp(34px, 5vw, 54px) !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  margin: 0 0 18px !important;
  max-width: 16ch;
}

.acs-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 52ch;
}

.acs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.acs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 0 !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  border: 2px solid transparent;
  transition: 0.2s ease;
}

.acs-btn-primary {
  background: linear-gradient(90deg, var(--acs-cyan), var(--acs-cyan-dark));
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(46, 208, 255, 0.28);
}

.acs-btn-primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.acs-btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.acs-btn-ghost:hover {
  border-color: var(--acs-cyan);
  color: var(--acs-cyan) !important;
}

.acs-nodes {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.acs-nodes span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--acs-cyan);
  box-shadow: 0 0 18px rgba(46, 208, 255, 0.9);
  opacity: 0.8;
  animation: acs-pulse 3.6s ease-in-out infinite;
}

.acs-nodes span:nth-child(1) { top: 22%; left: 58%; animation-delay: 0s; }
.acs-nodes span:nth-child(2) { top: 38%; left: 72%; animation-delay: 0.5s; }
.acs-nodes span:nth-child(3) { top: 58%; left: 64%; animation-delay: 1s; }
.acs-nodes span:nth-child(4) { top: 48%; left: 84%; animation-delay: 1.4s; }
.acs-nodes span:nth-child(5) { top: 70%; left: 78%; animation-delay: 0.8s; }

@keyframes acs-pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.35); opacity: 1; }
}

/* About strip */
.acs-about {
  background: var(--acs-white);
  padding: 0 0 64px;
}

.acs-about-band {
  height: 88px;
  background:
    radial-gradient(circle at 20% 50%, rgba(46, 208, 255, 0.35), transparent 40%),
    linear-gradient(90deg, #0a1428, #152246 50%, #0a1428);
  position: relative;
  overflow: hidden;
}

.acs-about-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(46, 208, 255, 0.55) 1.5px, transparent 2px);
  background-size: 28px 28px;
  opacity: 0.35;
}

.acs-about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.acs-about-visual {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  margin-top: -56px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 16, 31, 0.15) 0%, rgba(7, 16, 31, 0.55) 45%, rgba(7, 16, 31, 0.92) 100%),
    url("/wp-content/uploads/acstech/about-tech.jpg") center / cover no-repeat;
}

.acs-about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(46, 208, 255, 0.22), transparent 45%),
    linear-gradient(180deg, rgba(11, 18, 40, 0.2), rgba(11, 18, 40, 0.78));
  pointer-events: none;
}

.acs-chip {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: var(--acs-cyan);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(46, 208, 255, 0.35);
}

.acs-about-caption {
  position: relative;
  z-index: 2;
  max-width: 34ch;
}

.acs-about-caption strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
  font-weight: 600;
}

.acs-about-caption span {
  display: block;
  opacity: 0.9;
  line-height: 1.6;
  font-size: 14.5px;
}

/* legacy badge kept harmless if present */
.acs-badge {
  display: none;
}

.acs-about-copy {
  padding-top: 24px;
}

.acs-about-copy h2 {
  color: var(--acs-navy) !important;
  font-size: clamp(28px, 3.4vw, 40px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 0 18px !important;
}

.acs-about-copy p {
  color: var(--acs-ink);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 14px;
}

/* Services */
.acs-services {
  position: relative;
  padding: 64px 0;
  background:
    linear-gradient(rgba(8, 12, 24, 0.88), rgba(8, 12, 24, 0.92)),
    radial-gradient(ellipse at top, #1a2748, #070b16 70%);
  color: #fff;
}

.acs-services h2 {
  text-align: center;
  color: #fff !important;
  font-size: clamp(28px, 3.5vw, 42px) !important;
  font-weight: 600 !important;
  margin: 0 0 48px !important;
}

.acs-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.acs-card {
  background: rgba(20, 27, 45, 0.92);
  border: 1px solid rgba(46, 208, 255, 0.12);
  padding: 32px 28px;
  min-height: 230px;
  transition: 0.25s ease;
}

.acs-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 208, 255, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.acs-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--acs-cyan);
}

.acs-card h3 {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 0 12px !important;
}

.acs-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

/* Projects */
.acs-projects {
  background: var(--acs-soft);
  padding: 64px 0;
}

.acs-projects h2 {
  color: var(--acs-navy) !important;
  font-size: clamp(28px, 3.4vw, 40px) !important;
  font-weight: 600 !important;
  margin: 0 0 12px !important;
  text-align: center;
}

.acs-projects > .acs-container > p.lead {
  text-align: center;
  color: var(--acs-muted);
  max-width: 62ch;
  margin: 0 auto 42px;
  font-size: 16px;
  line-height: 1.7;
}

.acs-project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.acs-project {
  background: #fff;
  padding: 28px 28px 24px 28px !important;
  border-left: 4px solid var(--acs-cyan);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.acs-project h3 {
  color: #152238 !important;
  font-size: 20px !important;
  margin: 0 0 12px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.acs-project p {
  color: #2b3648;
  font-size: 15.5px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.acs-tags {
  color: var(--acs-cyan-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.acs-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
}

.acs-tag-list span {
  display: inline-block;
  background: #e8f8fd;
  color: #0a6f8a;
  border: 1px solid #b7e6f5;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 10px;
}

.acs-project-result {
  margin: 0 0 16px !important;
  padding: 12px 14px 12px 18px;
  background: #f4f7fb;
  border-left: 3px solid var(--acs-navy);
  color: #1f2a3d !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
}

.acs-project-result strong {
  color: var(--acs-navy);
  font-weight: 700;
}

.acs-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.acs-filter-row br {
  display: none;
}

.acs-filter-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid rgba(32, 45, 98, 0.14);
  color: #202d62;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  border-radius: 0;
  transition: 0.15s ease;
}

.acs-filter-row button:hover {
  border-color: var(--acs-cyan);
  color: #0a6f8a;
}

.acs-filter-row button.is-active {
  background: var(--acs-cyan);
  border-color: var(--acs-cyan);
  color: #fff;
}

.acs-projects-intro {
  max-width: 62ch;
  margin: 0 0 28px;
  color: #2b3648;
  font-size: 16px;
  line-height: 1.7;
}

/* CTA */
.acs-cta {
  padding: 56px 0;
  background: linear-gradient(90deg, #0d1730, #152650 40%, #0f1d3a);
  color: #fff;
  text-align: center;
}

.acs-cta h2 {
  color: #fff !important;
  font-size: clamp(26px, 3vw, 36px) !important;
  margin: 0 0 12px !important;
  font-weight: 600 !important;
}

.acs-cta p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0 auto 26px;
  max-width: 50ch;
  line-height: 1.7;
}

/* ========== Inner pages (unique Ambrose-inspired structure) ========== */
body:not(.home) .hero-section {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

body:not(.home) .entry-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:not(.home) .site-main > .ct-container,
body:not(.home) #main .ct-container,
body:not(.home) .ct-container-full,
body:not(.home) article:not([class*="acs-"]) {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body:not(.home) .acs-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.acs-page-hero {
  position: relative;
  color: #fff;
  padding: 56px 0 52px;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(46, 208, 255, 0.28), transparent 50%),
    linear-gradient(120deg, #07101f 0%, #102448 55%, #0b1730 100%);
  overflow: hidden;
}

.acs-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(46, 208, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 208, 255, 0.1) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.35;
  mask-image: linear-gradient(90deg, transparent, #000 30%, #000 70%, transparent);
}

.acs-page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.acs-page-hero h1 {
  color: #fff !important;
  font-size: clamp(34px, 5vw, 52px) !important;
  font-weight: 600 !important;
  margin: 0 0 14px !important;
  line-height: 1.15 !important;
}

.acs-page-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  max-width: 56ch;
}

.acs-inner-section {
  padding: 64px 0;
  background: #fff;
}

.acs-inner-soft {
  background: var(--acs-soft);
}

.acs-inner-dark {
  background: linear-gradient(180deg, #0b1228, #121c36);
  color: #fff;
}

.acs-inner-dark h2,
.acs-inner-dark p {
  color: #fff !important;
}

.acs-center {
  text-align: center;
  color: var(--acs-navy) !important;
  font-size: clamp(28px, 3.4vw, 40px) !important;
  font-weight: 600 !important;
  margin: 0 0 12px !important;
}

.acs-center-lead {
  text-align: center;
  color: var(--acs-muted);
  max-width: 48ch;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.acs-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}

.acs-split-media {
  min-height: 380px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
  position: relative;
}

.acs-split-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,16,31,0.1), rgba(7,16,31,0.55));
}

.acs-split-copy h2 {
  color: var(--acs-navy) !important;
  font-size: clamp(28px, 3.2vw, 38px) !important;
  margin: 0 0 16px !important;
  font-weight: 600 !important;
}

.acs-split-copy p {
  color: var(--acs-ink);
  line-height: 1.75;
  margin: 0 0 14px;
}

.acs-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.acs-value {
  background: #fff;
  border-top: 3px solid var(--acs-cyan);
  padding: 28px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.acs-value h3 {
  color: var(--acs-navy) !important;
  margin: 0 0 10px !important;
  font-size: 18px !important;
}

.acs-value p {
  margin: 0;
  color: var(--acs-ink);
  line-height: 1.65;
  font-size: 14.5px;
}

.acs-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}

.acs-pill-row li {
  background: rgba(46, 208, 255, 0.12);
  color: var(--acs-navy);
  font-weight: 600;
  font-size: 13px;
  padding: 8px 14px;
}

.acs-service-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(32, 45, 98, 0.1);
}

.acs-service-row:first-of-type {
  border-top: 1px solid rgba(32, 45, 98, 0.1);
}

.acs-service-index {
  font-size: 28px;
  font-weight: 700;
  color: var(--acs-cyan);
  line-height: 1;
  padding-top: 4px;
}

.acs-service-body h3 {
  color: var(--acs-navy) !important;
  margin: 0 0 8px !important;
  font-size: 22px !important;
}

.acs-service-body p {
  margin: 0 0 10px;
  color: var(--acs-ink);
  line-height: 1.7;
}

.acs-split-dark {
  align-items: start;
}

.acs-mini-cards {
  display: grid;
  gap: 12px;
}

.acs-mini-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(46, 208, 255, 0.2);
  padding: 18px 20px;
}

.acs-mini-card strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.acs-mini-card span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.55;
}

.acs-project-grid-page .acs-project {
  min-height: 280px;
}

.acs-project-top {
  color: #0a6f8a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.acs-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.acs-contact-cards {
  display: grid;
  gap: 12px;
}

.acs-contact-card {
  background: var(--acs-soft);
  border-left: 4px solid var(--acs-cyan);
  padding: 20px 22px;
}

.acs-contact-card h3 {
  margin: 0 0 8px !important;
  color: var(--acs-navy) !important;
  font-size: 16px !important;
}

.acs-contact-card p,
.acs-contact-card a {
  margin: 0;
  color: var(--acs-ink);
  line-height: 1.6;
  text-decoration: none;
}

.acs-contact-form {
  background: #fff;
  border: 1px solid rgba(32, 45, 98, 0.1);
  padding: 28px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.acs-contact-form h2 {
  color: var(--acs-navy) !important;
  margin: 0 0 8px !important;
  font-size: 28px !important;
}

.acs-contact-form > p {
  color: var(--acs-muted);
  margin: 0 0 18px;
}

.acs-contact-form input,
.acs-contact-form textarea {
  border-radius: 0 !important;
}

@media (max-width: 980px) {
  .acs-about-grid,
  .acs-service-grid,
  .acs-project-grid,
  .acs-split,
  .acs-value-grid,
  .acs-contact-grid {
    grid-template-columns: 1fr;
  }

  .acs-service-row {
    grid-template-columns: 56px 1fr;
  }

  .acs-chip {
    left: 14px;
    top: 14px;
  }

  .acs-hero {
    min-height: auto;
  }
}
