:root {
  --ink: #243345;
  --teal: #64cabf;
  --teal-deep: #52b8ae;
  --bg: #f7f8f4;
  --panel: #ffffff;
  --text: #243345;
  --muted: #53657a;
  --line: rgba(36, 51, 69, 0.12);
  --line-strong: rgba(36, 51, 69, 0.18);
  --shadow: 0 24px 60px rgba(36, 51, 69, 0.12);
  --shadow-soft: 0 12px 28px rgba(36, 51, 69, 0.08);
  --radius: 1.5rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Sora", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(100, 202, 191, 0.12), transparent 24%),
    radial-gradient(circle at left 20%, rgba(36, 51, 69, 0.06), transparent 26%),
    var(--bg);
  line-height: 1.65;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.04;
}

h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.15rem;
}

p {
  margin: 0 0 1rem;
}

a {
  color: inherit;
}

.container {
  width: min(1180px, calc(100vw - 3rem));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 6rem 0;
}

.section-tint {
  background: rgba(255, 255, 255, 0.55);
}

.section-intro {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lead {
  font-size: 1.12rem;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(36, 51, 69, 0.08);
  background: rgba(247, 248, 244, 0.82);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 88px;
}

.brand img {
  width: min(230px, 48vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  color: rgba(36, 51, 69, 0.82);
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  padding: 0.7rem 1rem;
}

.btn,
.btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border-radius: 1.35rem;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.btn:hover,
.btn-nav:hover {
  transform: translateY(-2px);
}

.btn-primary {
  min-width: 15rem;
  padding: 1.1rem 1.5rem;
  border: 1px solid transparent;
  background: #273445;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(39, 52, 69, 0.2);
}

.btn-secondary {
  min-width: 13rem;
  padding: 1.1rem 1.5rem;
  border: 2px solid rgba(36, 51, 69, 0.18);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.btn-nav {
  padding: 0.72rem 1rem;
  border: 1px solid rgba(36, 51, 69, 0.12);
  background: rgba(255, 255, 255, 0.7);
}

.btn-arrow {
  font-size: 0.95em;
  letter-spacing: -0.08em;
}

.hero {
  padding-top: 4.3rem;
  padding-bottom: 5.4rem;
  overflow: hidden;
}

.hero-grid,
.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(36, 51, 69, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 51, 69, 0.06) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: radial-gradient(circle at center, #000 48%, transparent 90%);
}

.hero::after {
  content: "";
  background:
    radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.75), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(100, 202, 191, 0.18), transparent 24%),
    radial-gradient(circle at 75% 72%, rgba(36, 51, 69, 0.07), transparent 24%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-left {
  top: 17rem;
  left: -10rem;
  width: 24rem;
  height: 24rem;
  background: rgba(100, 202, 191, 0.18);
}

.hero-glow-right {
  top: 6rem;
  right: -8rem;
  width: 26rem;
  height: 26rem;
  background: rgba(255, 255, 255, 0.85);
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 26rem);
  gap: clamp(1.75rem, 4.2vw, 4.2rem);
  align-items: center;
}

.hero-copy {
  max-width: 920px;
}

.hero-media {
  position: relative;
  margin: 0;
  width: min(100%, 24.5rem);
  justify-self: end;
}

.hero-media-ring {
  position: absolute;
  left: -2.1rem;
  bottom: 8.8rem;
  width: 4.55rem;
  height: 4.55rem;
  border: 5px solid rgba(95, 199, 190, 0.26);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(95, 199, 190, 0.08);
}

.hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 0.82;
  overflow: hidden;
  border-radius: 2.8rem;
  border: 1px solid rgba(95, 199, 190, 0.12);
  background:
    radial-gradient(circle at 50% 46%, rgba(95, 199, 190, 0.06), transparent 28%),
    linear-gradient(180deg, #334557 0%, #2f3b4b 100%);
  box-shadow: 0 32px 64px rgba(36, 51, 69, 0.2);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 75%, rgba(95, 199, 190, 0.06), transparent 16%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.03), transparent 22%);
  pointer-events: none;
}

.hero-scanner-line {
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  top: 18%;
  z-index: 2;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #98edf6 18%, #b2f4ff 50%, #98edf6 82%, transparent);
  box-shadow: 0 0 20px rgba(152, 237, 246, 0.78);
  animation: scanner-sweep 3.1s ease-in-out infinite alternate;
}

.hero-visual-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #4f8a8d;
}

.hero-visual-icon svg {
  width: 48%;
  min-width: 12rem;
  max-width: 16rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 2rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(100, 202, 191, 0.36);
  border-radius: 999px;
  background: rgba(244, 250, 248, 0.9);
  box-shadow: 0 8px 18px rgba(100, 202, 191, 0.08);
  color: #3a6e6b;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-badge::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(100, 202, 191, 0.14);
}

.hero-title {
  font-size: clamp(2.45rem, 6.2vw, 4.9rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.hero-title > span {
  display: block;
}

.hero-title > span + span {
  margin-top: 0.06em;
}

.hero-title-lockup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  margin-top: 0.18em;
}

.hero-highlight {
  display: inline-block;
  padding: 0.14em 0.18em 0.18em;
  border-radius: 0.28em;
  background: linear-gradient(180deg, #6ad6cb, #58c0b6);
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(88, 192, 182, 0.2);
  transform: rotate(-2.5deg);
  transform-origin: left center;
}

.hero-title-tail {
}

.hero-lead {
  max-width: 760px;
  margin-top: 2rem;
  font-size: clamp(1.02rem, 1.95vw, 1.42rem);
  line-height: 1.65;
  color: var(--muted);
}

.hero-value-line {
  margin-top: 1.2rem;
  margin-bottom: 0;
  font-family: "Caveat", cursive;
  font-size: clamp(1.55rem, 2.7vw, 2.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--ink);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}

.panel,
.card,
.timeline li,
.client-row span {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
}

.card {
  grid-column: span 6;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.card:last-child:nth-child(odd) {
  grid-column: 4 / span 6;
}

.card-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.9rem;
  color: var(--teal-deep);
}

#services .card-icon {
  width: 1.18rem;
  height: 1.18rem;
  padding: 0.6rem;
  box-sizing: content-box;
  border-radius: 0.95rem;
  background: rgba(100, 202, 191, 0.1);
  color: #7bc9c0;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.about-copy {
  padding-right: clamp(1rem, 2vw, 2.5rem);
}

.about-showcase {
  position: relative;
  padding-left: clamp(1rem, 2.3vw, 2.5rem);
}

.about-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(36, 51, 69, 0.08);
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.8rem;
}

.about-eyebrow::before {
  content: "";
  width: 1.65rem;
  height: 2px;
  background: rgba(82, 184, 174, 0.7);
}

.about-title {
  display: grid;
  gap: 0.05em;
  font-size: clamp(2.7rem, 5.1vw, 4.35rem);
  letter-spacing: -0.09em;
  line-height: 0.92;
}

.about-title > span {
  display: block;
}

.about-title-accent {
  color: var(--teal-deep);
}

.about-text {
  max-width: 31rem;
  margin-top: 3rem;
  color: #5f6d7f;
  font-size: 1rem;
  line-height: 1.85;
}

.about-text p + p {
  margin-top: 1.05rem;
}

.about-image-frame {
  overflow: hidden;
  min-height: 16rem;
  border-radius: 2.2rem;
  background: #eceff4;
  box-shadow: inset 0 0 0 1px rgba(36, 51, 69, 0.04);
}

.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  margin-top: 1.5rem;
}

.about-feature-card {
  min-height: 10.8rem;
  padding: 1.55rem;
  border: 1px solid rgba(36, 51, 69, 0.05);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(36, 51, 69, 0.05);
}

.about-feature-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.15rem;
  border-radius: 0.95rem;
  background: rgba(100, 202, 191, 0.1);
  color: #7bc9c0;
}

.about-feature-icon svg {
  width: 1.18rem;
  height: 1.18rem;
}

.about-feature-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.about-feature-card p {
  margin: 0;
  color: #7a8697;
  font-size: 0.93rem;
  line-height: 1.65;
}

.about-content,
.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.about-image,
.panel-image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-image img,
.panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dot-list,
.check-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.2rem;
}

.expert-panel-section {
  overflow: hidden;
  background: #f9fbf8;
}

.expert-panel-pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(36, 51, 69, 0.028),
    rgba(36, 51, 69, 0.028) 1px,
    transparent 1px,
    transparent 16px
  );
  opacity: 0.75;
  pointer-events: none;
}

.expert-panel-shell {
  position: relative;
  z-index: 1;
}

.expert-panel-header {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.expert-panel-header h2 {
  max-width: 42rem;
  font-size: clamp(2.2rem, 4.2vw, 3.45rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.expert-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.expert-panel-card {
  min-height: 16rem;
  padding: 1.65rem 1.6rem;
  border: 1px solid rgba(36, 51, 69, 0.05);
  border-radius: 1.85rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(36, 51, 69, 0.06);
}

.expert-panel-disciplines,
.expert-panel-criteria {
  list-style: none;
  margin: 0;
  padding: 0;
}

.expert-panel-disciplines {
  display: grid;
  gap: 0.92rem;
}

.expert-panel-disciplines li {
  position: relative;
  padding-left: 1rem;
  color: #2f3d52;
  font-size: 1rem;
  line-height: 1.4;
}

.expert-panel-disciplines li::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: #1d9b9e;
}

.expert-panel-card h3 {
  margin-bottom: 1.2rem;
  font-size: 1.18rem;
  line-height: 1.3;
}

.expert-panel-criteria {
  display: grid;
  gap: 1.1rem;
}

.expert-panel-criteria li {
  position: relative;
  padding-left: 1.7rem;
  color: #2f3d52;
  font-size: 1rem;
  line-height: 1.45;
}

.expert-panel-criteria li::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1d9b9e;
}

.expert-panel-criteria li::after {
  content: "";
  position: absolute;
  top: 0.44rem;
  left: 0.29rem;
  width: 0.38rem;
  height: 0.2rem;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.expert-panel-note {
  max-width: 24rem;
  margin-top: 2.9rem;
  margin-bottom: 0;
  color: #7c8798;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.7;
}

.why-section {
  background: #f8faf7;
}

.why-shell {
  position: relative;
}

.why-header {
  max-width: 48rem;
  margin-bottom: 2.1rem;
}

.why-header h2 {
  display: grid;
  gap: 0.02em;
  font-size: clamp(2.4rem, 5vw, 4.15rem);
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.why-header h2 span {
  display: block;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
}

.why-card {
  position: relative;
  grid-column: span 4;
  min-height: 11.6rem;
  padding: 1.45rem;
  border: 1px solid rgba(36, 51, 69, 0.05);
  border-radius: 1.85rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(36, 51, 69, 0.06);
  overflow: hidden;
}

.why-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.why-card p {
  margin: 0;
  color: #58677b;
  font-size: 0.97rem;
  line-height: 1.7;
}

.why-card-icon,
.why-card-wide-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1.15rem;
  border-radius: 0.9rem;
  background: rgba(100, 202, 191, 0.1);
  color: #25a7a8;
}

.why-card-icon svg,
.why-card-wide-icon svg,
.why-footer-label svg {
  width: 1.1rem;
  height: 1.1rem;
}

.why-card-wide {
  grid-column: span 7;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.35rem;
  align-items: center;
  min-height: 10.5rem;
  padding: 1.7rem 1.45rem;
}

.why-card-wide .why-card-wide-icon {
  margin-bottom: 0;
}

.why-card-featured {
  grid-column: span 5;
  min-height: 10.5rem;
  background: linear-gradient(135deg, #1d9b96 0%, #169b9a 100%);
  box-shadow: 0 18px 36px rgba(25, 155, 154, 0.24);
}

.why-card-featured h3,
.why-card-featured p {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.why-card-featured p {
  max-width: 24rem;
  color: rgba(255, 255, 255, 0.88);
}

.why-card-icon-featured {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.why-featured-mark {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  width: 6.5rem;
  color: rgba(8, 88, 92, 0.28);
}

.why-footer {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 3rem;
  color: #93a0b5;
  font-size: 0.9rem;
  font-weight: 600;
}

.why-footer::before,
.why-footer::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(147, 160, 181, 0.34);
}

.why-footer-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.parallax-band {
  overflow: hidden;
}

.band-pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    60deg,
    rgba(36, 51, 69, 0.08),
    rgba(36, 51, 69, 0.08) 1px,
    transparent 1px,
    transparent 22px
  );
  opacity: 0.5;
  pointer-events: none;
}

.process-bg {
  background-image: url("assets/close-up-hands-desk-healthcare-clinic.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(247, 248, 244, 0.9);
}

.process-bg .container {
  position: relative;
  z-index: 1;
}

.process-frame {
  padding: clamp(2.4rem, 4vw, 4rem) clamp(1.2rem, 3vw, 2.6rem);
  border: 1px solid rgba(36, 51, 69, 0.1);
  border-radius: 2rem;
  background: rgba(248, 250, 247, 0.78);
  box-shadow: 0 22px 48px rgba(36, 51, 69, 0.08);
  backdrop-filter: blur(6px);
}

.process-header {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.process-eyebrow {
  justify-content: center;
  margin-bottom: 1rem;
}

.process-title {
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.process-lead {
  max-width: 40rem;
  margin: 1.35rem auto 0;
  color: #738197;
  font-size: clamp(1.05rem, 1.9vw, 1.28rem);
  line-height: 1.75;
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 4.3rem 0 0;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 8%;
  right: 8%;
  border-top: 3px dotted #2ea4bb;
  z-index: 0;
}

.process-step {
  position: relative;
  text-align: center;
  z-index: 1;
}

.process-step-badge {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 4.75rem;
  height: 4.75rem;
  margin: 0 auto 1.8rem;
  border: 3px solid #2ea4bb;
  border-radius: 50%;
  background: #f8faf7;
  color: #2c98b1;
  box-shadow: 0 0 0 14px rgba(248, 250, 247, 0.96);
}

.process-step-badge svg {
  width: 1.55rem;
  height: 1.55rem;
}

.process-step-number {
  margin: 0 0 0.55rem;
  color: #2e3d53;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-step h3 {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.process-step p:last-child {
  margin: 0;
  color: #738197;
  font-size: 0.98rem;
  line-height: 1.65;
}

.clients-section {
  padding-bottom: 4.6rem;
}

.clients-shell {
  max-width: 72rem;
}

.clients-header {
  max-width: 50rem;
  margin-bottom: 2rem;
}

.clients-header h2 {
  display: grid;
  gap: 0.02em;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.clients-header h2 span {
  display: block;
}

.clients-pill-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
}

.client-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.75rem;
  padding: 0.95rem 1.45rem;
  border: 1px solid rgba(36, 51, 69, 0.05);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 24px rgba(36, 51, 69, 0.06);
  color: #34445a;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
}

.client-pill-icon {
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  color: #8ca1bb;
}

.client-pill-icon svg {
  width: 100%;
  height: 100%;
}

.contact-section {
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
  background:
    linear-gradient(160deg, #314156 0%, #2c3b4f 55%, #2a394c 100%),
    radial-gradient(circle at 15% 80%, rgba(100, 202, 191, 0.1), transparent 28%);
}

.contact-shell {
  position: relative;
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
}

.contact-text {
  max-width: 36rem;
}

.contact-heading,
.contact-description,
.contact-mail {
  color: #ffffff;
}

.contact-heading {
  display: grid;
  gap: 0.02em;
  font-size: clamp(2.3rem, 4.3vw, 3.55rem);
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.contact-heading span {
  display: block;
}

.contact-description {
  max-width: 32rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.75;
}

.contact-actions {
  justify-self: end;
}

.contact-mail {
  display: inline-block;
  font-size: clamp(1.28rem, 2.45vw, 1.95rem);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 4px solid rgba(100, 202, 191, 0.88);
  padding-bottom: 0.45rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #1f2b3a;
  color: #d4dde8;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.js-loaded .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

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

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), #8be1d8);
}

@keyframes scanner-sweep {
  0% {
    top: 18%;
    opacity: 0.85;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 80%;
    opacity: 0.85;
  }
}

@media (max-width: 1100px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 23rem);
  }
}

@media (max-width: 960px) {
  .process-frame {
    padding: 2.2rem 1.35rem;
  }

  .process-title {
    font-size: clamp(2.2rem, 7vw, 3.3rem);
  }

  .process-lead {
    font-size: 1rem;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 1.2rem;
    margin-top: 3.2rem;
  }

  .process-steps::before {
    display: none;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-actions {
    justify-self: start;
  }

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

  .why-card,
  .why-card-wide,
  .why-card-featured {
    grid-column: span 1;
  }

  .why-header h2 {
    font-size: clamp(2.15rem, 7vw, 3.35rem);
  }

  .expert-panel-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .expert-panel-card {
    min-height: 0;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .about-copy {
    padding-right: 0;
  }

  .about-showcase {
    padding-left: 0;
  }

  .about-showcase::before {
    display: none;
  }

  .about-title {
    font-size: clamp(2.35rem, 7vw, 3.5rem);
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-media {
    order: 2;
    width: min(100%, 22.5rem);
    margin: 0 auto;
  }

  .hero-media-ring {
    left: -1rem;
    bottom: 7rem;
  }

  .site-nav {
    position: absolute;
    top: 88px;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow);
  }

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

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

  .about-content,
  .two-col {
    grid-template-columns: 1fr;
  }

  .card,
  .card:last-child:nth-child(odd) {
    grid-column: span 12;
  }

  .section {
    padding: 5rem 0;
  }
}

@media (max-width: 720px) {
  .process-frame {
    padding: 1.9rem 1rem;
    border-radius: 1.45rem;
  }

  .process-title {
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 0.96;
  }

  .process-lead {
    font-size: 0.98rem;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 1.7rem;
    margin-top: 2.6rem;
  }

  .process-step-badge {
    width: 4.1rem;
    height: 4.1rem;
    margin-bottom: 1.35rem;
    box-shadow: 0 0 0 10px rgba(248, 250, 247, 0.96);
  }

  .process-step h3 {
    font-size: 1rem;
  }

  .process-step p:last-child {
    font-size: 0.95rem;
  }

  .clients-pill-row {
    flex-wrap: wrap;
  }

  .clients-header h2 {
    font-size: clamp(2rem, 10vw, 2.95rem);
    line-height: 0.98;
  }

  .clients-pill-row {
    gap: 0.7rem;
  }

  .client-pill {
    width: 100%;
    white-space: normal;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .contact-section {
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }

  .contact-heading {
    font-size: clamp(1.95rem, 9.5vw, 2.55rem);
    line-height: 0.96;
  }

  .contact-description {
    font-size: 1rem;
  }

  .contact-mail {
    font-size: clamp(1.12rem, 5.2vw, 1.55rem);
    border-bottom-width: 3px;
  }

  .why-header h2 {
    font-size: clamp(1.95rem, 10vw, 2.7rem);
    line-height: 0.98;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .why-card,
  .why-card-wide,
  .why-card-featured {
    min-height: 0;
    padding: 1.3rem;
    border-radius: 1.45rem;
  }

  .why-card-wide {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .why-card-wide .why-card-wide-icon {
    margin-bottom: 0;
  }

  .why-featured-mark {
    width: 5rem;
    top: 0.8rem;
    right: 0.8rem;
  }

  .why-footer {
    margin-top: 2.2rem;
    font-size: 0.82rem;
  }

  .expert-panel-header h2 {
    font-size: clamp(1.95rem, 9vw, 2.7rem);
    line-height: 1;
  }

  .expert-panel-card {
    padding: 1.35rem;
    border-radius: 1.45rem;
  }

  .expert-panel-note {
    margin-top: 2rem;
    font-size: 0.92rem;
  }

  .about-title {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 0.96;
  }

  .about-text {
    margin-top: 2rem;
    font-size: 0.98rem;
  }

  .about-image-frame {
    min-height: 13rem;
    border-radius: 1.7rem;
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-feature-card {
    min-height: 0;
    padding: 1.3rem;
    border-radius: 1.45rem;
  }

  .container {
    width: min(1180px, calc(100vw - 1.5rem));
  }

  .nav-wrap {
    min-height: 78px;
  }

  .hero {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }

  .hero-media {
    width: min(100%, 18.5rem);
  }

  .hero-media-ring {
    width: 3.8rem;
    height: 3.8rem;
    left: -0.7rem;
    bottom: 5.8rem;
  }

  .hero-visual {
    border-radius: 2.1rem;
  }

  .hero-scanner-line {
    left: 1rem;
    right: 1rem;
  }

  .hero-badge {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
  }

  .hero-title {
    font-size: clamp(2.05rem, 10.3vw, 3.1rem);
    line-height: 1;
  }

  .hero-title-lockup {
    gap: 0.5rem;
  }

  .hero-lead {
    margin-top: 1.6rem;
    font-size: 1rem;
  }

  .hero-value-line {
    font-size: 1.45rem;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    min-width: 0;
    width: 100%;
  }
}

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

  .hero-scanner-line {
    animation: none;
  }

  .hero-glow,
  .js-loaded .reveal,
  .js-loaded .reveal.is-visible,
  .btn,
  .btn-nav {
    transition: none;
    transform: none;
  }
}