:root {
  --bg: #091627;
  --bg-soft: #10233d;
  --panel: rgba(10, 24, 44, 0.82);
  --panel-solid: #10213a;
  --text: #f8fbff;
  --muted: #b5c2d7;
  --body: #f4f7fb;
  --surface: #ffffff;
  --surface-muted: #eef3f9;
  --line: rgba(15, 39, 72, 0.12);
  --accent: #f5c94d;
  --accent-strong: #efba1a;
  --accent-soft: rgba(245, 201, 77, 0.14);
  --shadow: 0 24px 60px rgba(3, 14, 29, 0.18);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1160px, calc(100% - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #12253f;
  background:
    radial-gradient(circle at top left, rgba(245, 201, 77, 0.16), transparent 25%),
    linear-gradient(180deg, #edf3fb 0%, #f8fbff 100%);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(9, 22, 39, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 106px;
  padding: 8px 0;
}

.brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: clamp(348px, 33vw, 480px);
  height: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(84px, 7.5vw, 102px);
  object-fit: contain;
  object-position: left center;
  background: transparent;
  mix-blend-mode: screen;
  transform: translateY(4px);
  transition: transform 0.24s ease;
}

.brand:hover img,
.brand:focus-visible img {
  transform: translateY(4px) scale(1.03);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(248, 251, 255, 0.92);
  font-weight: 600;
}

.site-nav a[aria-current="page"] {
  color: var(--accent);
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible,
.text-link:hover,
.text-link:focus-visible,
.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--accent);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
  border-radius: 999px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  color: #11233d;
  background: linear-gradient(135deg, #f9d970 0%, #efba1a 100%);
  box-shadow: 0 16px 30px rgba(239, 186, 26, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(239, 186, 26, 0.34);
}

.button-small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.95rem;
}

.site-nav .button {
  flex: 0 0 auto;
  justify-content: center;
  text-align: center;
}

.text-link {
  color: var(--text);
  font-weight: 700;
}

.card-link,
.page-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #11233d;
  font-weight: 800;
}

.card-link::after,
.page-link::after {
  content: "\203A";
  font-size: 1.15em;
  line-height: 1;
}

.card-link:hover,
.card-link:focus-visible,
.page-link:hover,
.page-link:focus-visible {
  color: var(--accent-strong);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent);
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: clip;
  color: var(--text);
  background:
    linear-gradient(125deg, rgba(7, 18, 33, 0.96), rgba(10, 31, 57, 0.88)),
    radial-gradient(circle at top right, rgba(245, 201, 77, 0.25), transparent 25%),
    linear-gradient(180deg, #0a1d33 0%, #081321 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 201, 77, 0.18), transparent 16%),
    radial-gradient(circle at 80% 28%, rgba(102, 180, 255, 0.15), transparent 20%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, auto, 90px 90px, 90px 90px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.page-hero {
  position: relative;
  overflow: clip;
  color: var(--text);
  background:
    linear-gradient(125deg, rgba(7, 18, 33, 0.96), rgba(10, 31, 57, 0.9)),
    radial-gradient(circle at top right, rgba(245, 201, 77, 0.22), transparent 28%),
    linear-gradient(180deg, #0a1d33 0%, #081321 100%);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 201, 77, 0.16), transparent 16%),
    radial-gradient(circle at 84% 24%, rgba(102, 180, 255, 0.14), transparent 18%),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, auto, 96px 96px, 96px 96px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 34px;
  align-items: end;
  padding: 76px 0 60px;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  color: rgba(248, 251, 255, 0.7);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: rgba(248, 251, 255, 0.88);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--accent);
}

.page-hero h1 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(3rem, 5.8vw, 4.9rem);
  line-height: 1.04;
  max-width: 14ch;
}

.page-intro {
  max-width: 64ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.page-headshot {
  width: clamp(132px, 18vw, 188px);
  aspect-ratio: 1;
  margin: 0 0 22px;
  overflow: hidden;
  border-radius: 28px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 44px rgba(3, 14, 29, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.page-headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero {
  min-height: clamp(580px, 78vh, 760px);
  background: linear-gradient(115deg, rgba(7, 18, 33, 0.94), rgba(10, 31, 57, 0.72));
}

.about-hero::before {
  inset: -6%;
  background: url("about-city-crop.png") center 56% / auto 132% repeat-x;
  filter: blur(18px) saturate(1.08);
  transform: scale(1.08);
  mask-image: none;
  opacity: 0.94;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 15, 27, 0.92) 0%, rgba(6, 15, 27, 0.76) 42%, rgba(6, 15, 27, 0.34) 66%, rgba(6, 15, 27, 0.56) 100%),
    radial-gradient(circle at 22% 18%, rgba(245, 201, 77, 0.2), transparent 14%),
    radial-gradient(circle at 74% 18%, rgba(138, 206, 255, 0.18), transparent 18%);
  pointer-events: none;
}

.about-hero-grid {
  min-height: clamp(580px, 76vh, 720px);
  align-items: center;
  gap: 40px;
  padding: 88px 0 56px;
}

.about-hero-copy,
.about-hero-profile {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  max-width: 680px;
}

.about-hero .page-intro {
  max-width: 58ch;
  color: rgba(248, 251, 255, 0.84);
}

.about-hero-points {
  max-width: 720px;
}

.about-hero-points div {
  background: rgba(7, 18, 33, 0.4);
  backdrop-filter: blur(14px);
}

.about-hero-profile {
  align-self: center;
  justify-self: end;
  width: min(100%, 380px);
  display: grid;
  gap: 14px;
  margin-top: -190px;
}

.about-hero-photo {
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 64px rgba(3, 14, 29, 0.34);
}

.about-hero-photo img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center top;
}

.about-hero-caption {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(8, 19, 33, 0.76), rgba(8, 19, 33, 0.9));
  backdrop-filter: blur(16px);
  text-align: right;
}

.about-hero-caption strong {
  display: block;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.15rem, 2.1vw, 1.65rem);
}

.about-hero-caption span {
  display: block;
  margin-top: 6px;
  color: rgba(248, 251, 255, 0.78);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.page-note,
.highlight-card,
.mini-card,
.process-card {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 42px rgba(15, 39, 72, 0.08);
  backdrop-filter: blur(18px);
}

.page-note,
.highlight-card,
.mini-card {
  padding: 30px;
}

.page-note {
  background: linear-gradient(180deg, rgba(16, 35, 61, 0.9), rgba(8, 19, 33, 0.94));
  border-color: rgba(255, 255, 255, 0.12);
}

.page-note h2,
.page-note h3,
.cta-banner h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.12;
}

.page-note p,
.page-note li,
.cta-banner p {
  color: var(--muted);
  line-height: 1.8;
}

.page-note .card-label,
.cta-banner .card-label {
  display: inline-flex;
}

.page-stats,
.page-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.page-stats li,
.page-list li {
  position: relative;
  padding-left: 26px;
}

.page-stats li::before,
.page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(245, 201, 77, 0.12);
}

.page-stats strong {
  display: block;
  margin-bottom: 4px;
  color: #fff1b8;
  font-size: 1rem;
}

.page-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: start;
}

.content-stack {
  display: grid;
  gap: 22px;
}

.approach-overview {
  max-width: 980px;
}

.content-stack h2,
.content-stack h3,
.highlight-card h2,
.highlight-card h3,
.mini-card h3,
.process-card h3 {
  margin: 0;
  color: #11233d;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.content-stack p,
.highlight-card p,
.mini-card p,
.process-card p {
  margin: 0;
  color: #55667d;
  line-height: 1.8;
}

.content-stack .eyebrow {
  margin-bottom: 6px;
}

.split-grid .content-stack,
.split-grid .highlight-card {
  height: 100%;
}

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

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.approach-process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.process-card {
  padding: 28px;
}

.approach-process-grid .process-card {
  min-height: 100%;
  padding: 34px;
}

.approach-page .page-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.4rem, 6.2vw, 5.7rem);
}

.approach-page .page-hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 34px;
  min-height: auto;
  padding: 76px 0 60px;
}

.approach-page .page-intro {
  max-width: 56ch;
  font-size: 1.16rem;
}

.approach-page .page-note {
  padding: 38px;
}

.approach-page .page-note h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
}

.approach-page .section-heading h2,
.approach-page .content-stack h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.85rem);
}

.approach-page .content-stack p,
.approach-page .page-note li,
.approach-page .process-card p,
.approach-page .highlight-card p,
.approach-page .page-list li {
  font-size: 1.05rem;
}

.approach-page .process-card h3,
.approach-page .highlight-card h3 {
  font-size: 1.45rem;
}

.approach-page .process-card {
  padding: 38px;
}

.approach-page .process-step {
  width: 48px;
  height: 48px;
  font-size: 1.02rem;
}

.process-step {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #11233d;
  background: linear-gradient(135deg, rgba(245, 201, 77, 0.26), rgba(239, 186, 26, 0.58));
  font-weight: 800;
}

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

.stat-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 42px rgba(15, 39, 72, 0.08);
}

.stat-card strong {
  display: block;
  margin-bottom: 10px;
  color: #11233d;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
}

.stat-card span {
  color: #55667d;
  line-height: 1.7;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: 84px 0 72px;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.04;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.4rem);
  animation: heroHeadlineIn 5000ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.hero-text {
  max-width: 62ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-points {
  display: grid;
  gap: 16px;
  margin: 32px 0;
}

.hero-points div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-points strong {
  color: #fff1b8;
  font-size: 1.05rem;
}

.hero-points span {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.hero-card {
  position: relative;
  padding: 32px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(16, 35, 61, 0.88), rgba(8, 19, 33, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.card-label {
  margin: 0 0 14px;
  color: #ffe08b;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.hero-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 22px;
}

.hero-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  color: var(--muted);
}

.hero-list li {
  position: relative;
  padding-left: 22px;
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(245, 201, 77, 0.1);
}

.founder-chip {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.founder-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f9d970 0%, #efba1a 100%);
  color: #10213a;
  font-weight: 800;
}

.founder-chip span,
.about-founder span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.6;
}

.trusted-strip {
  margin-top: -32px;
  position: relative;
  z-index: 2;
}

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

.trusted-grid > div {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 22px 42px rgba(15, 39, 72, 0.08);
  backdrop-filter: blur(16px);
}

.strip-kicker {
  display: block;
  margin-bottom: 10px;
  color: #10213a;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trusted-grid p {
  margin: 0;
  color: #42536b;
  line-height: 1.7;
}

.section {
  padding: 110px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #11233d;
}

.section-heading p:last-child,
.about-copy p,
.industry-card p,
.info-card p,
.quote-card span,
.contact-copy p,
.form-note {
  color: #55667d;
  line-height: 1.8;
}

.card-grid {
  display: grid;
  gap: 22px;
}

.services-grid,
.industry-grid,
.quote-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.industry-card,
.quote-card,
.contact-form,
.about-panel {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 42px rgba(15, 39, 72, 0.08);
  backdrop-filter: blur(18px);
}

.info-card,
.industry-card,
.quote-card {
  padding: 28px;
}

.info-card,
.industry-card {
  display: flex;
  flex-direction: column;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  margin-bottom: 18px;
  color: #11233d;
  background: linear-gradient(135deg, rgba(245, 201, 77, 0.26), rgba(239, 186, 26, 0.58));
  font-weight: 800;
}

.info-card h3,
.industry-card h3,
.quote-card p,
.about-panel h3,
.contact-copy h2,
.contact-form label {
  margin: 0;
}

.info-card h3,
.industry-card h3,
.about-panel h3 {
  color: #11233d;
  font-size: 1.28rem;
}

.section-dark {
  position: relative;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(245, 201, 77, 0.12), transparent 24%),
    linear-gradient(135deg, #0b1a2d 0%, #102641 100%);
}

.section-dark .section-heading h2,
.section-dark h2,
.section-dark h3,
.section-dark strong {
  color: var(--text);
}

.section-dark .about-copy p,
.section-dark .check-list,
.section-dark .about-panel,
.section-dark .about-founder span,
.section-dark .highlight-card,
.section-dark .mini-card,
.section-dark .process-card {
  color: var(--muted);
}

.section-dark .highlight-card,
.section-dark .mini-card,
.section-dark .process-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.section-dark .highlight-card h2,
.section-dark .highlight-card h3,
.section-dark .mini-card h3,
.section-dark .process-card h3,
.section-dark .page-link {
  color: var(--text);
}

.section-dark .highlight-card p,
.section-dark .mini-card p,
.section-dark .process-card p,
.section-dark .page-list li {
  color: var(--muted);
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  align-items: start;
}

.about-panel {
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.check-list {
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(245, 201, 77, 0.12);
}

.founder-title {
  margin: 0 0 6px;
  color: #ffe08b;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-accent {
  padding-top: 16px;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at top right, rgba(245, 201, 77, 0.16), transparent 26%),
    linear-gradient(180deg, #f7f9fd 0%, #eef4fb 100%);
}

.quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 252, 0.94));
}

.quote-card p {
  color: #11233d;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.28rem;
  line-height: 1.55;
}

.quote-card span {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  color: #876a11;
}

.section-contact {
  padding-top: 16px;
  background:
    linear-gradient(180deg, rgba(9, 22, 39, 0.04), rgba(9, 22, 39, 0)),
    linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
}

.contact-copy h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #11233d;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-list a {
  color: #11233d;
  font-weight: 700;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.detail-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 42px rgba(15, 39, 72, 0.08);
}

.detail-card h3 {
  margin: 0 0 10px;
  color: #11233d;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.detail-card p,
.detail-card a {
  margin: 0;
  color: #55667d;
  line-height: 1.7;
}

.cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: var(--radius-xl);
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(245, 201, 77, 0.22), transparent 28%),
    linear-gradient(135deg, #0b1a2d 0%, #102641 100%);
  box-shadow: var(--shadow);
}

.cta-banner p {
  margin: 14px 0 0;
}

.contact-form {
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #11233d;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(17, 35, 61, 0.12);
  border-radius: var(--radius-sm);
  background: #fdfefe;
  color: #11233d;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(239, 186, 26, 0.32);
  border-color: rgba(239, 186, 26, 0.72);
}

.site-footer {
  padding: 28px 0 42px;
}

.footer-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
  color: #55667d;
  border-top: 1px solid rgba(15, 39, 72, 0.1);
  padding-top: 24px;
}

.footer-brand {
  display: grid;
  gap: 10px;
  max-width: 640px;
}

.footer-brand p {
  margin: 0;
  line-height: 1.8;
}

.footer-legal {
  font-size: 0.94rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  font-weight: 700;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: #11233d;
}

.legal-copy {
  max-width: 980px;
}

.legal-panel {
  display: grid;
  gap: 18px;
}

.legal-panel .page-list {
  margin-top: 0;
}

@keyframes heroHeadlineIn {
  from {
    opacity: 0;
    transform: translateX(-220px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .about-grid,
  .contact-grid,
  .services-grid,
  .industry-grid,
  .quote-grid,
  .trusted-grid,
  .page-hero-grid,
  .page-grid,
  .split-grid,
  .link-grid,
  .contact-detail-grid,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .cta-banner,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 56px;
  }

  .about-hero::before {
    background-size: auto 126%;
    background-position: center 54%;
  }

  .about-hero-grid {
    min-height: auto;
    padding: 76px 0 52px;
  }

  .about-hero-profile {
    justify-self: start;
    width: min(100%, 320px);
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .nav-wrap {
    min-height: 88px;
  }

  .brand {
    width: clamp(240px, 64vw, 332px);
  }

  .brand img {
    max-height: clamp(60px, 9.8vw, 70px);
    transform: translateY(2px);
  }

  .brand:hover img,
  .brand:focus-visible img {
    transform: translateY(2px) scale(1.03);
  }

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

  .site-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    border-radius: 22px;
    background: rgba(9, 22, 39, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-grid,
  .about-grid,
  .contact-grid,
  .services-grid,
  .industry-grid,
  .quote-grid,
  .trusted-grid,
  .page-hero-grid,
  .page-grid,
  .split-grid,
  .link-grid,
  .contact-detail-grid,
  .process-grid,
  .stat-grid,
  .hero-points div,
  .footer-wrap {
    grid-template-columns: 1fr;
  }

  .hero-points div {
    gap: 6px;
  }

  .section,
  .hero-grid {
    padding: 80px 0;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 11vw, 4.3rem);
  }

  .page-hero-grid {
    padding: 68px 0 52px;
  }

  .approach-page .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 68px 0 52px;
  }

  .about-hero::before {
    background-size: auto 118%;
    background-position: center 52%;
  }

  .about-hero-grid {
    padding: 72px 0 44px;
  }

  .about-hero-profile {
    width: min(100%, 270px);
  }

  .about-hero-caption {
    width: 100%;
    margin-top: 0;
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .hero-card,
  .contact-form,
  .about-panel,
  .trusted-grid > div,
  .info-card,
  .industry-card,
  .quote-card,
  .page-note,
  .highlight-card,
  .mini-card,
  .process-card,
  .detail-card,
  .cta-banner,
  .stat-card {
    padding: 24px;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}
