.page-shell {
  overflow: hidden;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  padding-top: 40px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: flex;
  width: 202px;
  height: 44px;
}

.brand img {
  width: 188px;
  height: 40px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.site-nav a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: var(--white);
}

.service-detail-page .container {
  width: min(1280px, calc(100% - 64px));
}

.section-heading {
  display: grid;
  gap: 16px;
}

.section-heading-center {
  justify-items: center;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.section-heading .section-summary {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--muted);
}

.section-heading.narrow {
  max-width: 900px;
  margin: 0 auto;
}

.services-kicker {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand);
}

.services-kicker-light {
  color: rgba(255, 255, 255, 0.72);
}

.service-hero {
  position: relative;
  min-height: 620px;
  background: url("../media/service-a/hero-bg.png") center center / cover no-repeat;
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.08) 34%, rgba(0, 0, 0, 0.42) 100%);
}

.service-hero-curve {
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 1;
  width: min(100%, 1425px);
  transform: translateX(-50%);
}

.service-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding: 120px 0 92px;
  text-align: center;
}

.service-hero-inner h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(34px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--white);
}

.service-hero-summary {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.84);
}

.service-overview-section {
  padding-top: 13px;
  padding-bottom: 47px;
}

.service-overview-section .section-heading {
  justify-items: start;
  text-align: left;
  max-width: 1280px;
  min-height: 70px;
  margin: 0;
}

.service-overview-section .section-heading h2 {
  width: 1280px;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: -1.12px;
}

.service-overview-section .services-kicker {
  display: none;
}

.service-overview-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.overview-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 340px;
  height: 340px;
  padding: 40px;
  border: 1px solid rgba(0, 16, 58, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(0, 16, 58, 0.04);
}

.overview-card:nth-child(-n + 3) {
  grid-column: span 2;
}

.overview-card:nth-child(n + 4) {
  grid-column: span 3;
}

.overview-card-icon {
  width: 38px;
  height: 38px;
}

.overview-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: -0.04em;
  color: var(--brand);
}

.overview-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.02em;
  color: var(--muted-strong);
}

.service-story-section {
  padding-top: 0;
  padding-bottom: 0;
}

.service-story-section .container {
  width: min(1425px, 100%);
  max-width: 1425px;
}

.service-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 858px) minmax(0, 567px);
  gap: 0;
  align-items: stretch;
  border-radius: 0;
  overflow: hidden;
  background: #d7d7d5;
}

.service-story-copy,
.service-story-media {
  min-height: 720px;
  border-radius: 0;
  overflow: hidden;
}

.service-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 112px 0 96px 78px;
  background: transparent;
  box-shadow: none;
}

.service-story-copy .btn {
  width: 320px;
  min-height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  box-shadow: none;
  margin-top: 16px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
}

.service-story-copy h2,
.service-feature-copy h2,
.tax-band-copy h2,
.statement-head h2,
.budget-band-copy h2,
.technology-intro h2,
.industries-section .section-heading h2,
.consultation-copy h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.service-story-copy p,
.service-feature-copy p,
.tax-band-copy p,
.statement-head p,
.budget-band-copy p,
.consultation-copy p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--muted-strong);
}

.service-story-copy h3 {
  margin: -4px 0 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.service-story-copy p {
  max-width: 780px;
  font-size: 16px;
  line-height: 1.5;
}

.service-story-copy h2 {
  max-width: 780px;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.8px;
}

.service-story-copy h3 {
  margin: 0 0 48px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.service-story-media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(242, 244, 247, 0.06) 100%), url("../media/service-a/bookkeeping-bg.jpg") 74% center / cover no-repeat;
}

.service-feature-section {
  padding-top: 0;
  padding-bottom: 0;
}

.service-feature-grid {
  display: grid;
  gap: 86px;
  align-items: start;
  padding: 80px 0;
}

.service-feature-copy {
  display: grid;
  gap: 12px;
  max-width: 780px;
  padding-right: 0;
}

.service-feature-copy h2 {
  max-width: 780px;
  font-size: 40px;
  line-height: 56px;
  white-space: normal;
}

.service-feature-copy p {
  max-width: 780px;
  line-height: 22.4px;
}

.service-feature-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-height: 320px;
  height: 320px;
  padding: 40px;
  border: 0;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px rgba(0, 16, 58, 0.035);
}

.feature-card-icon {
  width: 48px;
  height: 48px;
  overflow: visible;
}

.feature-card h3,
.tax-feature-card h3,
.statement-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.feature-card h3 {
  margin-top: 76px;
  font-size: 28px;
  line-height: 36px;
  color: var(--brand);
}

.feature-card p,
.tax-feature-card p,
.statement-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--muted-strong);
}

.feature-card p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.tax-band-section {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  padding: 0;
}

.tax-band-media,
.tax-band-overlay {
  position: absolute;
  inset: 0;
}

.tax-band-media {
  background: url("../media/service-a/state-tax-bg.jpg") 94% center / cover no-repeat;
}

.tax-band-overlay {
  background:
    linear-gradient(90deg, rgba(0, 184, 225, 0.92) 0%, rgba(0, 184, 225, 0.76) 34%, rgba(0, 184, 225, 0.18) 66%, rgba(0, 184, 225, 0.03) 100%),
    linear-gradient(180deg, rgba(0, 184, 225, 0.14) 0%, rgba(0, 16, 58, 0.1) 100%);
}

.tax-band-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 780px) 1fr;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-content: center;
  min-height: 900px;
  padding: 118px 0 88px;
}

.tax-band-copy {
  display: grid;
  gap: 12px;
  max-width: 780px;
  padding: 0;
  grid-column: 1;
  grid-row: 1;
}

.tax-band-copy p,
.industries-section .section-summary,
.consultation-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.tax-band-copy h2,
.budget-band-copy h2,
.budget-band-copy h3 {
  color: var(--white);
}

.tax-band-features {
  display: grid;
  gap: 0;
  align-content: start;
  max-width: 820px;
  margin-top: 40px;
  grid-column: 1;
  grid-row: 2;
}

.tax-feature-card {
  padding: 48px 0 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.tax-feature-card,
.tax-feature-card p {
  max-width: 580px;
}

.tax-feature-card h3 {
  font-size: 28px;
  line-height: 1.18;
  color: var(--white);
}

.tax-feature-card p {
  max-width: 760px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.8);
}

.tax-band-copy h2 {
  max-width: 780px;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.tax-band-copy p {
  max-width: 780px;
  font-size: 16px;
  line-height: 22.4px;
}

.statement-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.statement-head {
  display: grid;
  gap: 12px;
  max-width: 780px;
}

.statement-head h2 {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.8px;
  color: var(--text);
}

.statement-head p {
  max-width: 780px;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--muted-strong);
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 90px;
}

.statement-card {
  min-height: 320px;
  height: 320px;
  padding: 40px;
  border: 1px solid rgba(0, 16, 58, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 16, 58, 0.03);
}

.statement-card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 124px;
}

.statement-card h3 {
  color: var(--brand);
  font-size: 28px;
  line-height: 36px;
}

.statement-card p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.budget-band {
  position: relative;
  display: block;
  margin-top: 0;
  min-height: 900px;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #eef3f7 0%, #e7edf2 100%);
}

.budget-band-media {
  position: absolute;
  inset: 0;
  background: url("../media/service-a/budgeting-bg.jpg") 50% 50% / cover no-repeat;
}

.budget-band::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(238, 243, 247, 0.74) 0%, rgba(238, 243, 247, 0.48) 22%, rgba(238, 243, 247, 0.08) 42%, rgba(238, 243, 247, 0) 62%),
    linear-gradient(180deg, rgba(238, 243, 247, 0.08) 0%, rgba(238, 243, 247, 0.02) 100%);
}

.budget-band-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 20px;
  max-width: 780px;
  min-height: 900px;
  margin-left: 500px;
  padding: 180px 0 76px;
}

.budget-band-copy h3 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--text);
}

.budget-band-copy p {
  color: var(--muted-strong);
}

.budget-band-copy h2 {
  color: var(--text);
  max-width: 780px;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.8px;
  white-space: normal;
}

.budget-band-copy p {
  max-width: 780px;
  font-size: 16px;
  line-height: 22.4px;
}

.budget-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
  background: #ffffff;
}

.budget-support-card {
  min-height: 214px;
  padding: 36px 32px 32px;
  border-right: 1px solid rgba(0, 16, 58, 0.08);
}

.budget-support-card:last-child {
  border-right: 0;
}

.budget-support-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: var(--text);
}

.budget-support-card p {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: -0.02em;
  color: var(--muted-strong);
}

.technology-section {
  padding-top: 22px;
  padding-bottom: 118px;
  background:
    linear-gradient(180deg, rgba(220, 240, 249, 0.55) 0%, rgba(242, 244, 247, 0) 100%);
}

.technology-section-inner {
  display: grid;
  gap: 34px;
}

.technology-intro {
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.technology-intro h2 {
  color: var(--text);
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -0.03em;
  white-space: normal;
}

.technology-panel {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(0, 16, 58, 0.08);
}

.technology-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.industries-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0 104px;
}

.industries-media,
.industries-overlay {
  position: absolute;
  inset: 0;
}

.industries-media {
  background: url("../media/service-a/industry-bg.png") center center / cover no-repeat;
}

.industries-overlay {
  background:
    linear-gradient(180deg, rgba(194, 231, 247, 0.82) 0%, rgba(214, 237, 247, 0.9) 48%, rgba(236, 245, 249, 0.96) 100%);
}

.industries-section::before,
.industries-section::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.industries-section::before {
  background:
    linear-gradient(48deg, rgba(255, 255, 255, 0.18) 0 14%, transparent 14% 100%),
    linear-gradient(138deg, rgba(255, 255, 255, 0.12) 0 21%, transparent 21% 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 36%, transparent 36% 100%);
  opacity: 0.8;
}

.industries-section::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 22%, transparent 22% 100%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.08) 0 16%, transparent 16% 100%);
  opacity: 0.55;
}

.industries-inner {
  position: relative;
  z-index: 1;
  padding-top: 92px;
}

.industries-section .section-heading {
  justify-items: center;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  gap: 16px;
}

.industries-section .section-summary {
  width: 780px;
  max-width: 780px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: rgba(19, 33, 68, 0.76);
}

.industries-section .section-heading h2 {
  width: 780px;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.8px;
  white-space: nowrap;
}

.industry-chip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 24px;
  margin-top: 86px;
}

.industry-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 26px;
  min-height: 248px;
  padding: 58px 28px 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(0, 16, 58, 0.03);
}

.industry-card-icon {
  width: 48px;
  height: 48px;
}

.industry-card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: var(--text);
}

.insights-section {
  padding-top: 27px;
  padding-bottom: 0;
}

.insights-section .section-heading {
  justify-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 156px;
  align-content: start;
  padding-top: 20px;
}

.insights-section .section-heading h2 {
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.8px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 72px;
}

.insight-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 646px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 16, 58, 0.04);
}

.insight-card-media {
  height: 240px;
  flex: 0 0 auto;
}

.insight-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.insight-card-body {
  display: flex;
  flex: 1;
  padding: 34px 40px 28px;
}

.insight-card-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 292px;
}

.insight-tag {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--brand);
}

.insight-card-body h3 {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.04em;
  color: var(--text);
}

.insight-card-body p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  color: rgba(19, 33, 68, 0.72);
}

.insight-card-copy > p:not(.insight-tag) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.insight-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 52px;
  margin-top: 4px;
  padding: 0 20px 0 24px;
  border-radius: 16px;
  background: var(--brand-deep);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

.insight-card-link span:last-child {
  font-size: 24px;
  line-height: 1;
  opacity: 0.82;
}

.consultation-section {
  position: relative;
  padding-top: 52px;
  padding-bottom: 110px;
}

.consultation-media,
.consultation-overlay {
  position: absolute;
  inset: 0;
}

.consultation-media {
  background: url("../media/service-a/consultation-bg.png") 50% 50% / cover no-repeat;
}

.consultation-overlay {
  background:
    linear-gradient(90deg, rgba(241, 243, 247, 0.98) 0%, rgba(241, 243, 247, 0.92) 32%, rgba(241, 243, 247, 0.56) 58%, rgba(241, 243, 247, 0.08) 82%);
}

.consultation-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 680px;
  border-radius: 40px;
  background: #eef2f6;
  box-shadow: 0 16px 42px rgba(0, 16, 58, 0.035);
}

.consultation-copy {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 28px;
  max-width: 620px;
  padding: 92px 0 88px 80px;
}

.consultation-copy h2,
.consultation-copy p {
  color: var(--text);
}

.consultation-copy h2 {
  width: 620px;
  max-width: 620px;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
}

.consultation-copy p {
  max-width: 780px;
  font-size: 16px;
  line-height: 22.4px;
  color: rgba(19, 33, 68, 0.76);
}

.consultation-cta {
  width: 320px;
  min-height: 48px;
  margin-top: 2px;
  padding: 0 24px;
  justify-content: center;
  border-radius: 16px;
  background: #10b6df;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
}

.btn-small {
  min-height: 60px;
  padding: 0 32px;
}

.closing-banner {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.closing-banner-media,
.closing-banner-overlay {
  position: absolute;
  inset: 0;
}

.closing-banner-media {
  background: url("../media/home/closing-banner.png") 89.5% 0% / cover no-repeat;
}

.closing-banner-overlay {
  background:
    linear-gradient(180deg, rgba(0, 16, 58, 0) 0%, rgba(0, 19, 23, 0.52) 78%, rgb(0, 19, 23) 100%),
    linear-gradient(90deg, rgba(0, 16, 58, 0.72) 0%, rgba(0, 16, 58, 0.18) 48%, rgba(0, 16, 58, 0) 100%);
}

.closing-banner-inner {
  position: relative;
  z-index: 1;
  width: min(1185px, calc(100% - 240px));
  padding-top: 120px;
}

.closing-banner-copy {
  max-width: 820px;
}

.closing-banner-kicker {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.closing-banner-copy h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--white);
}

.closing-banner-copy p {
  margin: 22px 0 0;
  max-width: 700px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
}

.closing-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.closing-banner .btn {
  justify-content: space-between;
}

.closing-banner .btn-primary {
  width: 320px;
}

.closing-banner .btn-ghost {
  width: 220px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: rgb(0, 19, 23);
  color: var(--white);
  padding: 120px 0 0;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.site-footer::before {
  left: -1720px;
  bottom: -980px;
  width: 2280px;
  height: 1520px;
  background: radial-gradient(circle, rgba(0, 184, 225, 0.28) 0%, rgba(0, 184, 225, 0) 70%);
}

.site-footer::after {
  left: -943px;
  bottom: -983px;
  width: 1326px;
  height: 1326px;
  background: radial-gradient(circle, rgba(0, 184, 225, 0.2) 0%, rgba(0, 184, 225, 0) 72%);
}

.footer-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: min(1185px, calc(100% - 240px));
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.footer-brand img {
  width: 220px;
  height: 55px;
  object-fit: contain;
}

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-address p,
.footer-contact a {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact-icon {
  width: 24px;
  height: 24px;
  flex: none;
}

.footer-links {
  display: flex;
  flex: 1 0 0;
  align-items: flex-start;
  gap: 40px;
}

.footer-links-group {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, calc(100% - 240px));
  margin: 60px auto 0;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  flex: 1 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.4);
}

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

.footer-social-icon {
  display: flex;
  width: 32px;
  height: 32px;
}

.footer-social-icon svg {
  width: 100%;
  height: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header {
    padding-top: 24px;
  }

  .nav-shell,
  .service-story-grid,
  .service-feature-grid,
  .statement-grid {
    grid-template-columns: 1fr;
  }

  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    gap: 14px 18px;
  }

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

  .overview-card:nth-child(-n + 3),
  .overview-card:nth-child(n + 4) {
    grid-column: span 1;
  }

  .industry-chip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .budget-support-grid,
  .industry-chip-grid {
    grid-template-columns: 1fr;
  }

  .service-feature-stack {
    grid-template-columns: 1fr;
  }

  .service-story-copy,
  .service-story-media {
    min-height: auto;
  }

  .service-story-media {
    min-height: 480px;
  }

  .tax-band-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 56px 0;
  }

  .tax-band-copy {
    padding: 0;
  }

  .tax-band-grid,
  .consultation-inner {
    min-height: 360px;
  }

  .budget-band-media {
    min-height: 260px;
  }

  .technology-showcase {
    min-height: 420px;
  }

  .closing-banner-inner,
  .footer-top,
  .footer-bottom {
    width: calc(100% - 80px);
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 780px) {
  .service-hero {
    min-height: 640px;
  }

  .service-hero-inner {
    min-height: 640px;
    padding: 180px 0 120px;
  }

  .service-hero-summary,
  .service-story-copy p,
  .service-feature-copy p,
  .tax-band-copy p,
  .statement-head p,
  .budget-band-copy p,
  .budget-support-card p,
  .consultation-copy p,
  .closing-banner-copy p {
    font-size: 18px;
  }

  .service-overview-grid,
  .industry-chip-grid {
    grid-template-columns: 1fr;
  }

  .service-overview-section .section-heading {
    max-width: none;
    margin: 0;
  }

  .service-story-copy,
  .feature-card,
  .tax-feature-card,
  .statement-card,
  .budget-support-card,
  .technology-card,
  .consultation-copy,
  .insight-card-body {
    padding: 28px 24px;
  }

  .service-story-copy h2,
  .service-feature-copy h2,
  .tax-band-copy h2,
  .statement-head h2,
  .budget-band-copy h2,
  .technology-intro h2,
  .industries-section .section-heading h2,
  .consultation-copy h2,
  .closing-banner-copy h2 {
    font-size: 36px;
  }

  .service-story-media,
  .consultation-section,
  .consultation-inner,
  .closing-banner {
    min-height: 560px;
  }

  .technology-showcase {
    min-height: 520px;
  }

  .technology-intro {
    inset: 28px 24px auto;
  }

  .technology-card-grid {
    right: 24px;
    bottom: 24px;
    left: 24px;
    grid-template-columns: 1fr;
  }

  .closing-banner-inner,
  .footer-top,
  .footer-bottom {
    width: calc(100% - 28px);
  }

  .closing-banner-inner {
    padding-top: 72px;
  }

  .closing-banner .btn-primary,
  .closing-banner .btn-ghost,
  .consultation-copy .btn {
    width: 100%;
  }

  .closing-banner-actions,
  .footer-links,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-group {
    width: 100%;
    gap: 8px;
  }

  .footer-social {
    flex-wrap: wrap;
  }
}
