:root {
  --navy: #1b2942;
  --brown: #4c4136;
  --tan: #b68a62;
  --accent-red: #cf4a56;
  --accent-red-mid: #c97e8b;
  --accent-red-soft: #dfbec5;
  --accent-red-gradient: linear-gradient(90deg, #cf4a56 0%, #c97e8b 62%, #dfbec5 100%);
  --cream: #f4efe7;
  --cream-2: #ebe1d4;
  --paper: #fbf7f1;
  --muted: #716b64;
  --line: rgba(76, 65, 54, 0.16);
  --white: #ffffff;
  --page-base: #fbf8f3;
  --radius: 8px;
  --max: 1180px;
  --shadow: 0 24px 80px rgba(27, 41, 66, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  color: var(--navy);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 100%),
    radial-gradient(circle at 12% 10%, rgba(124, 169, 255, 0.18) 0%, rgba(124, 169, 255, 0.08) 12%, rgba(124, 169, 255, 0) 30%),
    radial-gradient(circle at 88% 18%, rgba(173, 205, 255, 0.16) 0%, rgba(173, 205, 255, 0.07) 12%, rgba(173, 205, 255, 0) 28%),
    radial-gradient(circle at 74% 80%, rgba(105, 151, 239, 0.12) 0%, rgba(105, 151, 239, 0.05) 10%, rgba(105, 151, 239, 0) 26%),
    radial-gradient(circle at 28% 76%, rgba(196, 220, 255, 0.14) 0%, rgba(196, 220, 255, 0.05) 10%, rgba(196, 220, 255, 0) 24%),
    linear-gradient(180deg, #fffdfa 0%, var(--page-base) 100%);
  font-family: Inter, Arial, sans-serif;
}

body > header,
body > main,
body > footer {
  position: relative;
  z-index: 1;
}

.ambient-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient-backdrop::before,
.ambient-backdrop::after {
  content: "";
  position: absolute;
  inset: -14%;
}

.ambient-backdrop::before {
  background:
    radial-gradient(circle at 10% 12%, rgba(119, 168, 255, 0.28) 0%, rgba(119, 168, 255, 0.14) 18%, rgba(119, 168, 255, 0) 42%),
    radial-gradient(circle at 88% 14%, rgba(164, 204, 255, 0.24) 0%, rgba(164, 204, 255, 0.1) 18%, rgba(164, 204, 255, 0) 40%),
    radial-gradient(circle at 76% 78%, rgba(99, 149, 245, 0.2) 0%, rgba(99, 149, 245, 0.08) 16%, rgba(99, 149, 245, 0) 38%),
    radial-gradient(circle at 30% 82%, rgba(191, 219, 255, 0.18) 0%, rgba(191, 219, 255, 0.08) 14%, rgba(191, 219, 255, 0) 34%);
  filter: blur(128px);
  opacity: 0.92;
  animation: ambientFloat 32s ease-in-out infinite alternate;
}

.ambient-backdrop::after {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.1) 100%),
    radial-gradient(circle at 22% 38%, rgba(132, 178, 255, 0.14) 0%, rgba(132, 178, 255, 0.05) 10%, rgba(132, 178, 255, 0) 22%),
    radial-gradient(circle at 64% 56%, rgba(114, 161, 243, 0.11) 0%, rgba(114, 161, 243, 0.04) 10%, rgba(114, 161, 243, 0) 22%),
    radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.8px) 0 0 / 140px 140px,
    radial-gradient(circle at 76% 68%, rgba(27, 41, 66, 0.06) 0 1px, transparent 1.8px) 0 0 / 180px 180px;
  opacity: 0.46;
  mix-blend-mode: soft-light;
  animation: ambientDrift 40s ease-in-out infinite alternate-reverse;
}

.ambient-particles {
  position: absolute;
  inset: 0;
}

.ambient-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(115, 162, 245, 0.18);
  box-shadow: 0 0 14px rgba(115, 162, 245, 0.11);
  opacity: 0;
  animation: particleFloat 26s linear infinite;
}

.ambient-particles span:nth-child(3n) {
  background: rgba(183, 215, 255, 0.22);
  box-shadow: 0 0 14px rgba(183, 215, 255, 0.12);
}

.ambient-particles span:nth-child(4n) {
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.24);
}

.ambient-particles span:nth-child(1) {
  top: 9%;
  left: 8%;
  animation-duration: 20s;
}

.ambient-particles span:nth-child(2) {
  top: 22%;
  left: 19%;
  width: 3px;
  height: 3px;
  animation-duration: 24s;
  animation-delay: -4s;
}

.ambient-particles span:nth-child(3) {
  top: 18%;
  left: 82%;
  width: 5px;
  height: 5px;
  animation-duration: 22s;
  animation-delay: -9s;
}

.ambient-particles span:nth-child(4) {
  top: 36%;
  left: 70%;
  width: 3px;
  height: 3px;
  animation-duration: 18s;
  animation-delay: -6s;
}

.ambient-particles span:nth-child(5) {
  top: 48%;
  left: 12%;
  animation-duration: 25s;
  animation-delay: -13s;
}

.ambient-particles span:nth-child(6) {
  top: 58%;
  left: 31%;
  width: 2px;
  height: 2px;
  animation-duration: 19s;
  animation-delay: -3s;
}

.ambient-particles span:nth-child(7) {
  top: 64%;
  left: 88%;
  animation-duration: 23s;
  animation-delay: -10s;
}

.ambient-particles span:nth-child(8) {
  top: 74%;
  left: 57%;
  width: 3px;
  height: 3px;
  animation-duration: 21s;
  animation-delay: -7s;
}

.ambient-particles span:nth-child(9) {
  top: 82%;
  left: 18%;
  width: 5px;
  height: 5px;
  animation-duration: 26s;
  animation-delay: -12s;
}

.ambient-particles span:nth-child(10) {
  top: 86%;
  left: 72%;
  width: 2px;
  height: 2px;
  animation-duration: 17s;
  animation-delay: -5s;
}

.ambient-particles span:nth-child(11) {
  top: 28%;
  left: 48%;
  animation-duration: 22s;
  animation-delay: -15s;
}

.ambient-particles span:nth-child(12) {
  top: 92%;
  left: 46%;
  width: 3px;
  height: 3px;
  animation-duration: 28s;
  animation-delay: -18s;
}

@keyframes ambientFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(1.2%, -1.4%, 0) scale(1.02);
  }
}

@keyframes ambientDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-1%, 1.2%, 0) scale(1.015);
  }
}

@keyframes particleFloat {
  0% {
    transform: translate3d(0, 10px, 0) scale(0.96);
    opacity: 0;
  }
  18% {
    opacity: 0.26;
  }
  55% {
    transform: translate3d(8px, -12px, 0) scale(1.02);
    opacity: 0.18;
  }
  100% {
    transform: translate3d(-6px, -36px, 0) scale(0.98);
    opacity: 0;
  }
}

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

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

h1,
h2 {
  margin: 0;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

h3,
p {
  margin: 0;
}

.site-header {
  position: fixed;
  top: 26px;
  left: 0;
  right: 0;
  z-index: 60;
  width: min(calc(100% - 172px), 1700px);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: top 220ms ease, width 220ms ease, height 220ms ease, transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, padding 220ms ease, border-radius 220ms ease;
}

.site-header.is-scrolled {
  top: 16px;
  width: min(calc(100% - 420px), 1480px);
  height: 65px;
  padding: 8px 16px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(168, 168, 172, 0.74) 0%, rgba(148, 148, 153, 0.68) 100%);
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(54, 56, 63, 0.16);
  backdrop-filter: blur(5px) saturate(1.08);
}

.site-header.is-scrolled .logo-mark {
  width: 138px;
}

.site-header.is-scrolled .nav {
  gap: 40px;
}

.site-header.is-scrolled .nav a {
  font-size: 0.95rem;
}

.site-header.is-scrolled .nav-cta {
  height: 40px;
  gap: 10px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 0.84rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 600;
}

.site-header .logo {
  color: var(--white);
}

.logo-mark {
  width: 150px;
  height: auto;
  flex: 0 0 auto;
}

.logo-word {
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo-emblem {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.05rem;
}

.nav-shell {
  display: inline-flex;
  align-items: center;
}

.nav {
  display: flex;
  align-items: center;
  gap: 58px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1rem;
  font-weight: 400;
  transition: opacity 180ms ease, gap 180ms ease, color 180ms ease, text-shadow 180ms ease;
}

.nav a::before {
  content: "\2014";
  width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(8px);
  transition: width 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: scaleX(0.55);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav a:hover {
  gap: 8px;
  opacity: 1;
}

.nav a:hover::before {
  width: 16px;
  opacity: 0.94;
  transform: translateX(0);
}

.nav a.is-active {
  color: #e1595b;
  gap: 8px;
  font-weight: 500;
  text-shadow: none;
}

.nav a.is-active::before {
  width: 16px;
  opacity: 0.94;
  color: #e1595b;
  transform: translateX(0);
}

.nav a.is-active::after {
  opacity: 0.92;
  transform: scaleX(1);
}

.nav a[href="#practice-areas"].is-active,
.nav a[href="#how-it-works"].is-active {
  color: #1a233b;
  text-shadow: 0 0 16px rgba(26, 35, 59, 0.16);
}

.nav a[href="#practice-areas"].is-active::before,
.nav a[href="#how-it-works"].is-active::before {
  color: #1a233b;
}

.nav-cta {
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #0f2747;
  font-size: 0.92rem;
  font-weight: 500;
  box-shadow: 0 0 0 rgba(27, 41, 66, 0);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(27, 41, 66, 0.14);
}

.menu-toggle {
  display: none;
}

.section-pad {
  padding: 118px max(24px, calc((100vw - var(--max)) / 2));
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 160px max(88px, calc((100vw - 1760px) / 2 + 88px)) 56px;
  overflow: hidden;
  background: #071a30;
  color: var(--white);
}

.hero-bg,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: opacity 900ms ease;
}

.hero-bg > img.hero-slide,
.hero-slide img,
.hero-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  filter: saturate(1.05) contrast(1.08) brightness(0.94);
  transform: scale(1.015);
  will-change: opacity, transform, filter;
}

.hero-slide video {
  background: #0d2038;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  background:
    radial-gradient(circle at top left, rgba(4, 16, 32, 0.34) 0%, rgba(4, 16, 32, 0) 34%),
    radial-gradient(circle at top right, rgba(4, 16, 32, 0.3) 0%, rgba(4, 16, 32, 0) 34%),
    radial-gradient(circle at bottom left, rgba(4, 16, 32, 0.28) 0%, rgba(4, 16, 32, 0) 32%),
    radial-gradient(circle at bottom right, rgba(4, 16, 32, 0.38) 0%, rgba(4, 16, 32, 0) 36%),
    linear-gradient(180deg, rgba(7, 26, 48, 0.1) 0%, rgba(7, 26, 48, 0.16) 36%, rgba(7, 26, 48, 0.58) 100%),
    linear-gradient(90deg, rgba(7, 26, 48, 0.3) 0%, rgba(7, 26, 48, 0.08) 40%, rgba(7, 26, 48, 0.22) 100%);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  left: max(88px, calc((100vw - 1760px) / 2 + 88px));
  bottom: 118px;
  max-width: 770px;
  padding-top: 0;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--brown);
  font-size: 0.9rem;
  font-weight: 700;
}

.section-label span {
  width: 34px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 770px;
  font-size: clamp(4.1rem, 5vw, 5.8rem);
  line-height: 0.92;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.18);
  font-weight: 500;
}

.hero-text {
  max-width: 680px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.1rem;
  line-height: 1.48;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(27, 41, 66, 0.14);
}

.button-primary {
  margin-top: 32px;
  gap: 8px;
  padding-inline: 24px;
  background: #dec194;
  color: var(--brown);
  font-size: 0.86rem;
  font-weight: 500;
}

.button-light {
  background: rgba(255, 255, 255, 0.96);
  color: #0f2747;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-kicker-line {
  width: 96px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(237, 243, 255, 0) 0%, rgba(237, 243, 255, 0.96) 100%);
  flex: 0 0 auto;
}

.hero-side {
  position: absolute;
  right: max(88px, calc((100vw - 1760px) / 2 + 88px));
  bottom: 74px;
  z-index: 2;
  display: grid;
  justify-items: end;
  gap: 30px;
}

.hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero-avatars {
  display: flex;
  align-items: center;
}

.hero-avatars img {
  width: 56px;
  height: 56px;
  margin-left: -9px;
  border: 2px solid rgba(9, 26, 47, 0.84);
  background: #74747442;
  border-radius: 50%;
  object-fit: cover;
}

.hero-avatars img:first-child {
  margin-left: 0;
}

.hero-rating-copy {
  display: grid;
  gap: 4px;
}

.hero-rating-copy span {
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.82rem;
  font-weight: 400;
}

.hero-rating-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.35;
}

.hero-cta-card {
  min-height: 55px;
  min-width: 360px;
  padding-inline: 30px;
  border-radius: 8px;
  font-size: 0.96rem;
  font-weight: 500;
  gap: 14px;
  justify-content: space-between;
  box-shadow: 0 18px 52px rgba(5, 13, 24, 0.12);
}

.split-heading {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  margin-bottom: 54px;
}

.split-heading h2,
.contact-card h2,
.final-cta h2 {
  max-width: 760px;
  font-size: clamp(2.45rem, 5vw, 5.1rem);
  line-height: 1;
}

.lead {
  max-width: 680px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.about {
  --about-accent-deep: var(--accent-red);
  --about-accent-mid: var(--accent-red-mid);
  --about-accent-soft: var(--accent-red-soft);
  --about-metric-gradient: var(--accent-red-gradient);
  display: grid;
  gap: 34px;
  background: transparent;
}

.about .reveal {
  transition-duration: 900ms;
}

.about-copy {
  display: grid;
  align-content: start;
  max-width: 35rem;
}

.about-copy .reveal {
  transform: translateY(30px);
}

.about-top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
}

.about-side {
  position: relative;
  display: grid;
  align-items: start;
  min-width: 0;
}

.about-copy h2 {
  max-width: 10ch;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 500;
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
  will-change: transform;
}

.about-copy h2 span {
    color: #cf4a56;
}

.about-copy .lead {
  max-width: 31rem;
  margin-top: 24px;
  color: #6f7785;
  font-size: 1.04rem;
  line-height: 1.64;
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.about-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0;
}

.about-label-line {
  width: 88px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(207, 74, 86, 0) 0%, rgba(207, 74, 86, 0.96) 100%);
  flex: 0 0 auto;
  transform-origin: left center;
  transition: transform 700ms ease;
}

.about-notes {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  max-width: 36rem;
}

.about-note {
  position: relative;
  padding-left: 22px;
  transition: transform 320ms ease;
}

.about-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(207, 74, 86, 0.8) 0%, rgba(207, 74, 86, 0.08) 100%);
}

.about-note h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--navy);
  transition: transform 280ms ease, background 280ms ease, color 280ms ease;
}

.about-note p {
  margin: 0;
  color: #6f7785;
  font-size: 0.96rem;
  line-height: 1.66;
  transition: transform 280ms ease, color 280ms ease;
}

.about-stats-stage {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 560px;
  padding: 104px 0 20px;
}

.about-stats-track {
  position: absolute;
  inset: 148px -32px 24px -140px;
  display: grid;
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  grid-auto-rows: 94px;
  gap: 46px 32px;
  align-content: center;
  pointer-events: none;
  opacity: 0.9;
}

.about-stats-track span {
  position: relative;
  display: block;
  min-width: 0;
  height: 28px;
  color: rgba(27, 41, 66, 0.045);
}

.about-stats-track span::before {
  content: "";
  position: absolute;
  inset: 0 36px 0 0;
  border-radius: 999px;
  background: currentColor;
}

.about-stats-track span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 28px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 30% 50%);
}

.about-stats-track span:nth-child(2n) {
  transform: translateX(14%);
}

.about-stats-track span:nth-child(3n) {
  transform: translateX(-8%);
}

.contact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.feature,
.stat,
.practice-card,
.team-card,
.testimonial-card,
.step,
.faq details,
.contact-card,
.blog-link {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(251, 247, 241, 0.74);
}

.feature {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 18px;
  min-height: 100%;
  padding: 28px 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 52px rgba(27, 41, 66, 0.06);
  backdrop-filter: blur(16px);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.feature span,
.practice-number,
.step span {
  color: var(--tan);
  font-weight: 700;
}

.feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(207, 74, 86, 0.06) 0%, rgba(207, 74, 86, 0.015) 100%);
  color: var(--accent-red);
  border: 1px solid rgba(207, 74, 86, 0.1);
  box-shadow: 0 12px 26px rgba(27, 41, 66, 0.04);
  transform: translateZ(0);
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease, border-color 260ms ease, background 260ms ease;
}

.feature-icon ion-icon {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: currentColor;
  --ionicon-stroke-width: 28px;
  flex-shrink: 0;
}

.feature-icon .ion-icon-fallback {
  display: block;
  width: 24px;
  height: 24px;
  color: currentColor;
  flex-shrink: 0;
}

.feature-icon .ion-icon-fallback svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon img{
  width: 220% !important;
  height: auto;
  max-width: 200%;
}

.feature-copy {
  display: grid;
  gap: 12px;
  padding-top: 0;
}

.feature h3,
.practice-card h3,
.team-card h3,
.testimonial-card h3,
.step h3 {
  margin-top: 12px;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.feature .feature-copy h3 {
  margin-top: 0;
  font-size: 1.26rem;
  line-height: 1.12;
  transition: transform 280ms ease, background 280ms ease, color 280ms ease, letter-spacing 280ms ease;
}

.feature p,
.practice-card p,
.step p,
.contact-card p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.feature p {
  max-width: none;
  margin-top: 0;
  color: #6f7785;
  font-size: 1rem;
  line-height: 1.68;
  transition: transform 280ms ease, color 280ms ease, opacity 280ms ease;
}

.stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 42px;
  margin-top: 0;
}

.stat {
  --stat-offset: 0px;
  position: relative;
  width: min(100%, 250px);
  min-height: 170px;
  padding: 18px 20px 16px;
  border: 1px solid transparent;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.42);
  overflow: hidden;
  box-shadow: none;
  backdrop-filter: blur(10px);
  transform: translateY(var(--stat-offset));
  transition: transform 320ms ease, box-shadow 320ms ease, background 320ms ease, border-color 320ms ease;
}

.stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.22) 48%, rgba(255, 255, 255, 0) 72%);
  opacity: 0;
  transform: translateX(-120%);
  pointer-events: none;
}

.stat::after {
  content: none;
}

.stat strong,
.testimonial-stats strong {
  display: inline-block;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: clamp(4rem, 5vw, 5.4rem);
  line-height: 0.84;
  letter-spacing: -0.06em;
  background: var(--about-metric-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  transition: transform 280ms ease, filter 280ms ease;
}

.stat strong::after {
  content: attr(data-suffix);
  font-size: 0.5em;
  color: var(--accent-red-soft);
  -webkit-text-fill-color: var(--accent-red-soft);
}

.stat:nth-child(2n) {
  justify-self: end;
}

.stat:nth-child(2) {
  --stat-offset: 14px;
}

.stat:nth-child(3) {
  --stat-offset: 42px;
}

.stat:nth-child(4) {
  --stat-offset: 56px;
}

.stat-top {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
}

.stat span {
  display: block;
  margin: 0;
  color: var(--navy);
  max-width: 15ch;
  font-size: 0.99rem;
  font-weight: 500;
  line-height: 1.32;
  transition: transform 280ms ease, color 280ms ease;
}

.about.is-active .about-label-line {
  transform: scaleX(1);
}

.about.is-active .about-copy h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.about.is-active .about-copy .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.feature.is-visible .feature-copy h3 {
  animation: aboutFeatureHeadingIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.feature.is-visible .feature-copy p {
  animation: aboutFeatureBodyIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.about-note.is-visible h3 {
  animation: aboutFeatureHeadingIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-note.is-visible p {
  animation: aboutFeatureBodyIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.stat.is-visible::before {
  animation: aboutSheen 1.25s ease forwards;
}

.feature:hover .feature-copy h3 {
  background: linear-gradient(135deg, var(--about-accent-deep) 10%, var(--about-accent-mid) 58%, var(--about-accent-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-copy:hover h2 {
  color: var(--accent-red);
  transform: translateX(6px);
}

.about-copy:hover .lead {
  transform: translateX(8px);
  color: #5f6773;
}

.about-note:hover {
  transform: translateX(6px);
}

.about-note:hover h3 {
  background: linear-gradient(135deg, var(--about-accent-deep) 10%, var(--about-accent-mid) 58%, var(--about-accent-soft) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-note:hover p {
  transform: translateX(6px);
  color: #5f6773;
}

.feature:hover .feature-icon {
  transform: translateY(-3px) scale(1.03);
  background: linear-gradient(145deg, rgba(207, 74, 86, 0.1) 0%, rgba(207, 74, 86, 0.03) 100%);
  border-color: rgba(207, 74, 86, 0.18);
  box-shadow: 0 18px 34px rgba(27, 41, 66, 0.08);
  filter: saturate(1.04);
}

.feature:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 32px 72px rgba(27, 41, 66, 0.12);
}

.feature:hover .feature-copy h3 {
  transform: translateX(6px);
  letter-spacing: 0.01em;
}

.feature:hover .feature-copy p {
  transform: translateX(8px);
  color: #5f6773;
}

.stat:hover {
  transform: translateY(calc(var(--stat-offset) - 8px));
  border-color: rgba(207, 74, 86, 0.16);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 32px 72px rgba(27, 41, 66, 0.1);
}

.stat:hover strong,
.stat:hover span {
  transform: translateX(5px);
}

.stat:hover span {
  color: var(--accent-red);
}

@keyframes aboutVideoDrift {
  0% {
    transform: scale(1.035) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.055) translate3d(-1.2%, -0.8%, 0);
  }
  100% {
    transform: scale(1.07) translate3d(1.4%, 0.9%, 0);
  }
}

@keyframes aboutHeadingIn {
  0% {
    opacity: 0.24;
    transform: translate3d(0, 22px, 0);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes aboutLeadIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aboutIconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes aboutFeatureHeadingIn {
  0% {
    opacity: 0;
    transform: translate3d(-14px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aboutFeatureBodyIn {
  0% {
    opacity: 0;
    transform: translate3d(-16px, 8px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aboutSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes practiceCardItemIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lineReveal {
  0% {
    opacity: 0;
    transform: scaleX(0.2);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes practiceTagIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.logo-marquee {
  padding: 0px max(24px, calc((100vw - var(--max)) / 2)) 38px;
  overflow: hidden;
  border-block: 0;
  background: transparent;
}

.logo-marquee-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}

.logo-marquee-head span {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(207, 74, 86, 0) 0%, rgba(207, 74, 86, 0.96) 100%);
}

.logo-marquee-head span:last-child {
  transform: scaleX(-1);
}

.logo-marquee p {
  margin: 0;
  text-align: center;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
}

.marquee {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 54px;
  animation: marquee 24s linear infinite;
}

.marquee-track img {
  width: auto;
  height: 42px;
  opacity: 0.36;
  filter: grayscale(1) contrast(0.78);
  background: transparent;
}

.marquee-track img[src$=".jpg"],
.marquee-track img[src$=".jpeg"],
.marquee-track img[src*=".jpg?"],
.marquee-track img[src*=".jpeg?"] {
  mix-blend-mode: multiply;
}

.practice,
.why,
.testimonials,
.faq,
.blogs,
.methodology,
.footer {
  background: transparent;
}

.practice {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 14% 18%, rgba(207, 74, 86, 0.12) 0%, rgba(207, 74, 86, 0.035) 22%, rgba(207, 74, 86, 0) 44%),
    radial-gradient(circle at 86% 78%, rgba(116, 157, 232, 0.14) 0%, rgba(116, 157, 232, 0.045) 24%, rgba(116, 157, 232, 0) 42%),
    linear-gradient(180deg, #223249 0%, #334966 100%);
}

.practice::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.015) 28%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 24%);
  pointer-events: none;
}

.practice > * {
  position: relative;
  z-index: 1;
}

.practice-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 34px;
}

.practice-intro-copy h2 {
  max-width: 700px;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
}

.practice-intro-copy h2 span{
  color: var(--accent-red);
}

.practice-intro .lead {
  max-width: 700px;
  margin-top: 0;
  color: rgba(240, 242, 247, 0.74);
  font-size: 1.04rem;
  line-height: 1.62;
}

.practice .about-label {
  color: rgba(255, 255, 255, 0.92);
}

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

.practice .reveal {
  transition-duration: 900ms;
}

.practice-intro .reveal {
  transform: translateY(28px);
}

.practice-intro-copy h2,
.practice-intro .lead,
.why-copy h2,
.why-copy .lead {
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.service-card.reveal {
  transform: translateY(34px) scale(0.986);
}

.service-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border-radius: 32px;
  background: #fdfcf9;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 52px rgba(27, 41, 66, 0.06);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.42;
  display: block;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.service-card-copy {
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: 268px;
  padding: 28px 38px 14px;
}

.service-card-line {
  width: 46px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-red) 0%, var(--accent-red-soft) 100%);
  transform: scaleX(0.92);
  transform-origin: left center;
  transition: transform 320ms ease, opacity 320ms ease;
}

.service-card h3 {
  margin: 0;
  color: #0f1827;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: clamp(2rem, 2.15vw, 2.45rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
}

.service-card p {
  margin: 0;
  max-width: 26ch;
  color: #606975;
  font-size: 1rem;
  line-height: 1.34;
  opacity: 0;
  transform: translateY(14px);
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  color: #161d28;
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration: none;
  opacity: 0;
  transform: translateY(14px);
  transition: color 220ms ease, transform 220ms ease;
}

.service-card-arrow {
  width: 22px;
  height: 22px;
  position: relative;
  flex: 0 0 22px;
}

.service-card-arrow::before,
.service-card-arrow::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.service-card-arrow::before {
  width: 22px;
  height: 2px;
  left: 0;
  top: 10px;
  border-radius: 999px;
  background: currentColor;
}

.service-card-arrow::after {
  width: 11px;
  height: 11px;
  right: 0;
  top: 5px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.service-card.is-visible img {
  animation: aboutImageIn 940ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.service-card.is-visible .service-card-line {
  animation: lineReveal 680ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.service-card.is-visible h3 {
  animation: aboutFeatureHeadingIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.service-card.is-visible p {
  animation: practiceCardItemIn 780ms cubic-bezier(0.22, 1, 0.36, 1) 200ms both;
}

.service-card.is-visible .service-card-link {
  animation: practiceCardItemIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 280ms both;
}

.practice.is-active .about-label-line {
  transform: scaleX(1);
}

.practice.is-active .practice-intro-copy h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.practice.is-active .practice-intro .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.practice-intro-copy:hover h2,
.why-copy:hover h2 {
  color: var(--accent-red);
  transform: translateX(6px);
}

.practice-intro:hover .lead,
.why-copy:hover .lead {
  transform: translateX(8px);
  color: #5f6773;
}

.practice-intro:hover .lead {
  color: rgba(255, 255, 255, 0.84);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.16);
  box-shadow: 0 32px 72px rgba(27, 41, 66, 0.12);
}

.service-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.02);
}

.service-card:hover .service-card-line {
  transform: scaleX(1.22);
}

.service-card:hover h3 {
  color: var(--accent-red);
  transform: translateX(5px);
}

.service-card:hover p {
  transform: translateX(5px);
}

.service-card:hover .service-card-link {
  color: var(--accent-red);
  transform: translateX(4px);
}

.service-card:hover .service-card-arrow::before {
  transform: translateX(3px);
}

.service-card:hover .service-card-arrow::after {
  transform: translate(3px, 0) rotate(45deg);
}

.why {
  overflow: clip;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: start;
}

.why-copy {
  position: sticky;
  top: 118px;
  padding-top: 6px;
}

.why-copy h2 {
  max-width: 700px;
  margin-top: 22px;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.why-copy h2 span {
  color: #cf4a56;
}

.why-copy .lead {
  max-width: 700px;
  margin-top: 24px;
  color: #6f7785;
  font-size: 1.04rem;
  line-height: 1.62;
}

.why-card.reveal {
  transform: translateY(40px) scale(0.985);
}

.why-stack {
  display: grid;
  padding-top: 4px;
}

.why-card {
  position: sticky;
  top: 90px;
  margin-bottom: 35px;
  z-index: 1;
  /* display: grid; */
  /* grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.88fr);
  gap: 34px; */
  align-items: end;
  min-height: 190px;
  padding: 34px 36px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fdfcf9;
  box-shadow: 0 22px 52px rgba(27, 41, 66, 0.06);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.why-card + .why-card {
  margin-top: -24px;
}

.why-card:nth-child(1) {
  top: 92px;
  z-index: 1;
}

.why-card:nth-child(2) {
  top: 142px;
  z-index: 2;
}

.why-card:nth-child(3) {
  top: 192px;
  z-index: 3;
}

.why-card:nth-child(4) {
  top: 242px;
  z-index: 4;
}

.why-card-copy,
.why-card-media {
  position: relative;
  z-index: 1;
}

.why-card-copy {
  display: grid;
  align-content: end;
  gap: 12px;
}

.why-card-icon {
  width: fit-content;
  height: auto;
  display: inline-grid;
  place-items: center;
  color: #cf4a56;
  opacity: 0;
  transform: translateY(12px);
}

.why-card-icon ion-icon {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: rgb(240 0 22);
  --ionicon-stroke-width: 34px;
}

.why-card-icon .ion-icon-fallback {
  display: block;
  width: 28px;
  height: 28px;
  color: currentColor;
}

.why-card-icon .ion-icon-fallback svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-card h3 {
  margin: 0;
  /* max-width: 11ch; */
  color: #121a24;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: clamp(1.85rem, 2vw, 2.45rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
}

.why-card p {
  /* max-width: 23ch; */
  color: #636b75;
  font-size: 1.02rem;
  line-height: 1.38;
  opacity: 0;
  transform: translateY(14px);
}

.why-card-media {
  min-height: 252px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(27, 41, 66, 0.12);
}

.why-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.why-card.is-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
  animation: aboutSheen 1.15s ease forwards;
}

.why-card.is-visible .why-card-icon {
  animation: practiceCardItemIn 680ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.why-card.is-visible h3 {
  animation: aboutFeatureHeadingIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.why-card.is-visible p {
  animation: aboutFeatureBodyIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.why-card.is-visible .why-card-media {
  animation: aboutImageIn 940ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.why.is-active .about-label-line {
  transform: scaleX(1);
}

.why.is-active .why-copy h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.why.is-active .why-copy .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.16);
  box-shadow: 0 32px 72px rgba(27, 41, 66, 0.12);
}

.why-card:hover .why-card-media img {
  transform: scale(1.035);
  filter: saturate(1.02);
}

.why-card:hover h3 {
  color: var(--accent-red);
  transform: translateX(5px);
}

.why-card:hover p {
  transform: translateX(5px);
}

.testimonials-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}

.testimonials .reveal {
  transition-duration: 900ms;
}

.testimonials-head .reveal {
  transform: translateY(28px);
}

.testimonials-copy h2,
.testimonials .lead {
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.testimonials-copy h2 {
  max-width: 700px;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.testimonials .lead {
  max-width: 700px;
  margin-top: 0;
  color: #6f7785;
  font-size: 1.04rem;
  line-height: 1.62;
}

.testimonials.is-active .about-label-line {
  transform: scaleX(1);
}

.testimonials.is-active .testimonials-copy h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.testimonials.is-active .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.testimonials-copy:hover h2 {
  color: var(--accent-red);
  transform: translateX(6px);
}

.testimonials-head:hover .lead {
  transform: translateX(8px);
  color: #5f6773;
}

.testimonial-carousel {
  margin-top: 8px;
}

.testimonial-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 2px 14px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
}

.testimonial-viewport::-webkit-scrollbar {
  display: none;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
}

.testimonial-card.reveal {
  transform: translateY(34px) scale(0.986);
}

.testimonial-card {
  min-height: 300px;
  display: grid;
  align-content: start;
  gap: 26px;
  padding: 30px 30px 28px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fdfcf9;
  box-shadow: 0 5px 5px rgba(27, 41, 66, 0.06);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.testimonial-stars {
  display: inline-flex;
  gap: 6px;
  color: #cf4a56;
  font-size: 1.28rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(12px);
}

.testimonial-quote {
  margin: 0;
  color: #243142;
  font-size: 1.06rem;
  line-height: 1.42;
  opacity: 0;
  transform: translateY(14px);
}

.testimonial-person {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: auto;
  opacity: 0;
  transform: translateY(14px);
}

.testimonial-person img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-person h3 {
  margin: 0;
  color: #111c2b;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: 1.32rem;
  font-weight: 600;
  line-height: 1.08;
}

.testimonial-person span {
  display: block;
  margin-top: 6px;
  color: #6f7785;
  font-size: 1rem;
  font-weight: 400;
}

.testimonial-card.is-visible .testimonial-stars {
  animation: practiceCardItemIn 620ms cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
}

.testimonial-card.is-visible .testimonial-quote {
  animation: aboutFeatureBodyIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.testimonial-card.is-visible .testimonial-person {
  animation: practiceCardItemIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.16);
  box-shadow: 0 5px 5px rgba(27, 41, 66, 0.06);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(27, 41, 66, 0.18);
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.testimonial-dot.is-active {
  background: #cf4a56;
  box-shadow: 0 0 0 6px rgba(207, 74, 86, 0.08);
  transform: scale(1.05);
}

.process {
  position: relative;
  height: 300vh;
  min-height: 100vh;
  min-height: 100svh;
  background: #071a30;
  color: var(--white);
}

.process-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.process-bg,
.process-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.process-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.05) brightness(0.45);
}

.process-overlay {
  background:
    radial-gradient(circle at top left, rgba(5, 16, 32, 0.3) 0%, rgba(5, 16, 32, 0) 33%),
    radial-gradient(circle at top right, rgba(5, 16, 32, 0.34) 0%, rgba(5, 16, 32, 0) 31%),
    radial-gradient(circle at bottom left, rgba(5, 16, 32, 0.44) 0%, rgba(5, 16, 32, 0) 36%),
    linear-gradient(90deg, rgba(7, 26, 48, 0.84) 0%, rgba(7, 26, 48, 0.72) 36%, rgba(7, 26, 48, 0.28) 62%, rgba(7, 26, 48, 0.66) 100%),
    linear-gradient(180deg, rgba(5, 16, 32, 0.2) 0%, rgba(5, 16, 32, 0.34) 100%);
}

.process-layout {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 72px;
  align-items: center;
  padding: 120px max(36px, calc((100vw - var(--max)) / 2)) 72px;
}

.process .reveal {
  transition-duration: 900ms;
}

.process-copy .reveal {
  transform: translateY(28px);
}

.process-copy {
  max-width: 720px;
}

.process .about-label {
  color: rgba(255, 255, 255, 0.92);
}

.process-copy h2,
.process .lead {
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.process-copy h2 {
  max-width: 760px;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.process .lead {
  max-width: 700px;
  margin-top: 24px;
  color: rgba(239, 244, 251, 0.8);
  font-size: 1.04rem;
  line-height: 1.62;
}

.process.is-active .about-label-line {
  transform: scaleX(1);
}

.process.is-active .process-copy h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.process.is-active .process-copy .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.process-copy:hover h2 {
  color: var(--accent-red);
  transform: translateX(6px);
}

.process-copy:hover .lead {
  transform: translateX(8px);
  color: rgba(255, 255, 255, 0.9);
}

.process-viewport {
  height: min(76vh, 760px);
  overflow: hidden;
  position: relative;
  padding: 0px 2px;
}

.process-track {
  display: grid;
  gap: 24px;
  will-change: transform;
  transform: translateY(0);
}

.process-card {
  min-height: 252px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px 30px 28px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fdfcf9;
  box-shadow: 0 22px 52px rgba(27, 41, 66, 0.06);
  opacity: 0;
  transform: translateY(24px);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.process-card-step {
  display: block;
  width: clamp(5.1rem, 7vw, 6.4rem);
  line-height: 0;
  transition: transform 320ms ease;
}

.process-card-step svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  transition: transform 320ms ease;
}

.process-card-step text {
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.process-card h3 {
  color: #111c2b;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: clamp(1.72rem, 2vw, 2.12rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
  transition: transform 280ms ease, color 280ms ease;
}

.process-card p {
  /* max-width: 28ch; */
  color: #6f7785;
  font-size: 1rem;
  line-height: 1.55;
  transition: transform 280ms ease, color 280ms ease, opacity 280ms ease;
}

.process.is-active .process-card {
  animation: practiceCardItemIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.process.is-active .process-card:nth-child(1) {
  animation-delay: 60ms;
}

.process.is-active .process-card:nth-child(2) {
  animation-delay: 140ms;
}

.process.is-active .process-card:nth-child(3) {
  animation-delay: 220ms;
}

.process.is-active .process-card:nth-child(4) {
  animation-delay: 300ms;
}

.process-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.16);
  box-shadow: 0 32px 72px rgba(27, 41, 66, 0.12);
}

.process-card:hover .process-card-step {
  transform: translateX(5px);
}

.process-card:hover .process-card-step svg {
  transform: translateX(0);
}

.process-card:hover h3 {
  color: var(--accent-red);
  transform: translateX(5px);
}

.process-card:hover p {
  transform: translateX(5px);
}

.methodology-head {
  max-width: 980px;
  margin: 0 auto 40px;
  text-align: center;
}

.methodology-label {
  justify-content: center;
  gap: 16px;
  margin-inline: auto;
  color: var(--navy);
}

.methodology-label .about-label-line:last-child {
  background: linear-gradient(90deg, rgba(207, 74, 86, 0.96) 0%, rgba(207, 74, 86, 0) 100%);
  transform-origin: right center;
}

.methodology-head h2,
.methodology-head .lead {
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.methodology-head h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.methodology-head .lead {
  max-width: 780px;
  margin: 22px auto 0;
  color: #6f7785;
  font-size: 1.04rem;
  line-height: 1.62;
}

.methodology.is-active .about-label-line {
  transform: scaleX(1);
}

.methodology.is-active .methodology-head h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.methodology.is-active .methodology-head .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.methodology-head:hover h2 {
  color: var(--accent-red);
  transform: translateX(6px);
}

.methodology-head:hover .lead {
  transform: translateX(8px);
  color: #5f6773;
}

.methodology-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1.02fr) minmax(300px, 0.94fr);
  grid-template-rows: minmax(248px, auto) minmax(292px, auto);
  gap: 24px;
  align-items: stretch;
}

.method-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fdfcf9;
  box-shadow: 0 22px 52px rgba(27, 41, 66, 0.06);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.method-card-media {
  grid-row: 1 / span 2;
  min-height: 564px;
  background: #10243f;
}

.method-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 320ms ease;
}

.method-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 27, 47, 0.06) 18%, rgba(11, 27, 47, 0.82) 100%);
  pointer-events: none;
}

.method-card-overlay {
  position: absolute;
  inset: auto 28px 28px 28px;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-content: end;
}

.method-badge {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  color: var(--accent-red);
  font-size: 0.86rem;
  font-weight: 500;
}

.method-card-overlay h3,
.method-card-copy h3,
.method-card-dark h3,
.method-card-compact h3 {
  margin: 0;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: clamp(1.72rem, 2vw, 2.12rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.03em;
  transition: transform 280ms ease, color 280ms ease;
}

.method-card-overlay h3 {
  color: #ffffff;
}

.method-card-overlay p,
.method-card-copy p,
.method-card-dark p,
.method-card-compact p {
  margin: 0;
  color: #6f7785;
  font-size: 1rem;
  line-height: 1.55;
  transition: transform 280ms ease, color 280ms ease, opacity 280ms ease;
}

.method-card-overlay p {
  max-width: 34ch;
  color: #ffffff;
}

.method-card-copy {
  grid-row: 1 / span 2;
  min-height: 564px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 34px 34px 32px;
}

.method-step {
  display: block;
  width: clamp(5.1rem, 7vw, 6.4rem);
  line-height: 0;
  transition: transform 320ms ease;
}

.method-step svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  transition: transform 320ms ease;
}

.method-step text {
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.method-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.method-card-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(27, 41, 66, 0.06);
  color: #4f5967;
  font-size: 0.86rem;
  font-weight: 500;
}

.method-card-dark {
  min-height: 248px;
  padding: 30px 30px 28px;
  border-color: rgba(11, 39, 73, 0.96);
  background: #08264c;
  color: #ffffff;
}

.method-card-dark-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.method-card-dark-head strong {
  display: inline-block;
  color: var(--accent-red);
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: clamp(3.1rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.04em;
  transition: transform 320ms ease, color 280ms ease;
}

.method-card-dark-head span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 500;
}

.method-card-dark h3 {
  margin-top: 16px;
  color: #ffffff;
}

.method-card-dark p {
  margin-top: 14px;
  color: rgba(238, 244, 251, 0.82);
}

.method-card-compact {
  min-height: 292px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px 30px 28px;
}

.method-card.is-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
  animation: aboutSheen 1.15s ease forwards;
}

.method-card.is-visible .method-badge,
.method-card.is-visible .method-step,
.method-card.is-visible .method-card-dark-head strong {
  animation: practiceCardItemIn 680ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.method-card.is-visible h3 {
  animation: aboutFeatureHeadingIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
}

.method-card.is-visible p,
.method-card.is-visible .method-card-meta {
  animation: aboutFeatureBodyIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 220ms both;
}

.method-card.is-visible img {
  animation: aboutImageIn 940ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.method-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.16);
  box-shadow: 0 32px 72px rgba(27, 41, 66, 0.12);
}

.method-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.02);
}

.method-card:hover .method-step,
.method-card:hover .method-card-dark-head strong {
  transform: translateX(5px);
}

.method-card:hover .method-step svg {
  transform: translateX(0);
}

.method-card:hover h3 {
  transform: translateX(5px);
}

.method-card-copy:hover h3,
.method-card-compact:hover h3,
.method-card-dark:hover h3 {
  color: var(--accent-red);
}

.method-card:hover p {
  transform: translateX(5px);
}

.method-card-copy:hover .method-card-meta span,
.method-card-dark:hover .method-card-dark-head span {
  transform: translateX(4px);
  background: rgba(207, 74, 86, 0.12);
  color: var(--accent-red);
}

.method-card-copy .method-card-meta span,
.method-card-dark .method-card-dark-head span {
  transition: transform 280ms ease, background 280ms ease, color 280ms ease;
}

.method-card-dark:hover .method-card-dark-head strong {
  color: #ffffff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 72px;
  align-items: start;
}

.faq-copy {
  position: sticky;
  top: 118px;
  padding-top: 6px;
}

.faq-copy h2,
.faq-copy .lead {
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.faq-copy h2 {
  max-width: 700px;
  margin-top: 22px;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.faq-copy h2 span {
  color: #cf4a56;
}

.faq-copy .lead {
  max-width: 700px;
  margin-top: 24px;
  color: #6f7785;
  font-size: 1.04rem;
  line-height: 1.62;
}

.faq.is-active .about-label-line {
  transform: scaleX(1);
}

.faq.is-active .faq-copy h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.faq.is-active .faq-copy .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.faq-copy:hover h2 {
  color: var(--accent-red);
  transform: translateX(6px);
}

.faq-copy:hover h2 span {
  color: inherit;
}

.faq-copy:hover .lead {
  transform: translateX(8px);
  color: #5f6773;
}

.faq-accordion {
  display: grid;
  gap: 22px;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fdfcf9;
  box-shadow: 0 22px 52px rgba(27, 41, 66, 0.06);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.faq-item.reveal {
  transform: translateY(34px) scale(0.986);
}

.faq-item.is-visible::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
  animation: aboutSheen 1.15s ease forwards;
}

.faq-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  padding: 30px 30px 26px;
  border: 0;
  background: transparent;
  color: #111c2b;
  text-align: left;
  cursor: pointer;
}

.faq-trigger > span:first-child {
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: clamp(1.38rem, 1.8vw, 1.92rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  transition: transform 280ms ease, color 280ms ease;
}

.faq-icon {
  width: 34px;
  height: 34px;
  position: relative;
  flex: 0 0 34px;
  margin-top: 2px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 280ms ease, opacity 220ms ease, background 280ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-panel-inner {
  overflow: hidden;
  padding: 0 30px;
}

.faq-panel p {
  max-width: 52ch;
  margin: 0;
  padding: 0 0 0;
  color: #6f7785;
  font-size: 1rem;
  line-height: 1.62;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 260ms ease, transform 340ms ease, color 280ms ease;
}

.faq-item.is-open {
  border-color: rgba(207, 74, 86, 0.12);
}

.faq-item.is-open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-panel-inner {
  padding-bottom: 28px;
}

.faq-item.is-open .faq-panel p {
  opacity: 1;
  transform: translateY(0);
}

.faq-item.is-open .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.faq-item:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.16);
  box-shadow: 0 32px 72px rgba(27, 41, 66, 0.12);
}

.faq-item:hover .faq-trigger > span:first-child {
  color: var(--accent-red);
  transform: translateX(5px);
}

.faq-item:hover .faq-panel p {
  transform: translateX(5px);
  color: #5f6773;
}

.faq-item:hover .faq-icon::before,
.faq-item:hover .faq-icon::after {
  background: var(--accent-red);
}

.contact {
  --contact-accent-deep: var(--accent-red);
  --contact-accent-mid: var(--accent-red-mid);
  --contact-accent-soft: var(--accent-red-soft);
  --contact-accent-strong: var(--accent-red);
  --contact-accent-gradient: var(--accent-red-gradient);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #071a30;
  color: var(--white);
}

.contact::before,
.contact-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact::before {
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 26, 48, 0.9) 0%, rgba(7, 26, 48, 0.76) 46%, rgba(7, 26, 48, 0.84) 100%),
    url("assets/zona-pradera-1.webp") center / cover no-repeat;
  filter: saturate(0.94) brightness(0.6);
  transform: scale(1.02);
}

.contact-overlay {
  background:
    radial-gradient(circle at top left, rgba(4, 16, 32, 0.3) 0%, rgba(4, 16, 32, 0) 34%),
    radial-gradient(circle at bottom right, rgba(4, 16, 32, 0.42) 0%, rgba(4, 16, 32, 0) 32%),
    linear-gradient(180deg, rgba(7, 26, 48, 0.16) 0%, rgba(7, 26, 48, 0.34) 100%);
  z-index: 0;
}

.contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 42px;
}

.contact-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 64px;
  align-items: end;
}

.contact-copy .reveal {
  transition-duration: 900ms;
}

.contact .about-label {
  color: rgba(255, 255, 255, 0.92);
}

.contact-copy h2,
.contact-head .lead {
  transition: transform 320ms ease, color 320ms ease, opacity 320ms ease;
}

.contact-copy h2 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(2.15rem, 3.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.contact-head .lead {
  max-width: 620px;
  margin-top: 0;
  color: rgba(238, 244, 251, 0.82);
  font-size: 1.04rem;
  line-height: 1.62;
}

.contact.is-active .about-label-line {
  transform: scaleX(1);
}

.contact.is-active .contact-copy h2 {
  animation: aboutHeadingIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.contact.is-active .contact-head .lead {
  animation: aboutLeadIn 920ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
}

.contact-copy:hover h2 {
  color: var(--contact-accent-strong);
  transform: translateX(6px);
}

.contact-head:hover .lead {
  transform: translateX(8px);
  color: rgba(255, 255, 255, 0.9);
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: start;
}

.contact-info {
  display: grid;
  gap: 8px;
  align-content: start;
}

.contact-lines {
  display: grid;
  gap: 14px;
  order: 2;
}

.contact-line {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.4;
  transition: transform 280ms ease, color 280ms ease;
}

.contact-line:hover {
  transform: translateX(5px);
  color: var(--contact-accent-strong);
}

.contact-line-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--contact-accent-strong);
  flex: 0 0 34px;
}

.contact-line-icon ion-icon,
.contact-line-icon .ion-icon-fallback {
  display: block;
  width: 24px;
  height: 24px;
  color: currentColor;
}

.contact-line-icon .ion-icon-fallback svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  order: 1;
  margin-bottom: 20px;
}

.contact-action-card {
  min-height: 88px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 18px 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(5, 13, 24, 0.12);
  backdrop-filter: blur(12px);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.contact-action-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(207, 74, 86, 0.18) 6%, rgba(201, 126, 139, 0.1) 56%, rgba(223, 190, 197, 0.08) 100%);
  color: var(--contact-accent-strong);
  transition: transform 280ms ease, background 280ms ease, color 280ms ease;
}

.contact-action-icon ion-icon,
.contact-action-icon .ion-icon-fallback {
  display: block;
  width: 24px;
  height: 24px;
  color: currentColor;
}

.contact-action-icon .ion-icon-fallback svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-action-card strong {
  display: block;
  color: #ffffff;
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  transition: transform 280ms ease, color 280ms ease;
}

.contact-action-card span:last-child {
  display: block;
  margin-top: 6px;
  color: rgba(238, 244, 251, 0.76);
  font-size: 0.9rem;
  line-height: 1.4;
  transition: transform 280ms ease, color 280ms ease;
}

.contact-action-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.28);
  box-shadow: 0 32px 72px rgba(207, 74, 86, 0.18);
  background: rgba(255, 255, 255, 0.11);
}

.contact-action-card:hover .contact-action-icon {
  transform: translateY(-2px) scale(1.03);
  background: linear-gradient(145deg, rgba(207, 74, 86, 0.28) 6%, rgba(201, 126, 139, 0.16) 56%, rgba(223, 190, 197, 0.1) 100%);
}

.contact-action-card:hover strong,
.contact-action-card:hover span:last-child {
  transform: translateX(5px);
}

.contact-action-card:hover strong {
  color: var(--contact-accent-strong);
}

.contact-action-card:hover span:last-child {
  color: rgba(255, 255, 255, 0.9);
}

.contact-map-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 52px rgba(5, 13, 24, 0.14);
  backdrop-filter: blur(12px);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.contact-map-card {
  min-height: 380px;
  order: 3;
}

.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
}

.contact-map-card:hover,
.contact-card:hover {
  transform: translateY(-8px);
  border-color: rgba(207, 74, 86, 0.22);
  box-shadow: 0 32px 72px rgba(207, 74, 86, 0.16);
}

.contact-card {
  padding: 32px;
  align-self: start;
}

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

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form label span {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-form-full,
.contact-form .button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.98);
  color: #11223a;
  font: inherit;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #96a0af;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(207, 74, 86, 0.6);
  box-shadow: 0 0 0 4px rgba(207, 74, 86, 0.14);
}

.contact-form textarea {
  min-height: 180px;
  padding-top: 16px;
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  margin-top: 4px;
}

.contact-form .button-primary {
  background: var(--contact-accent-gradient);
  color: #fff;
  box-shadow: 0 18px 40px rgba(207, 74, 86, 0.22);
}

.contact-form .button-primary:hover {
  box-shadow: 0 22px 46px rgba(207, 74, 86, 0.24);
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.contact-form .contact-form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form .contact-form-status {
  margin: 0;
  padding: 12px 16px;
  border-radius: 12px;
  background: #edf2f7;
  color: #11223a;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-form-status[hidden] {
  display: none;
}

.contact-form .contact-form-status[data-state="success"] {
  background: #e8f5ec;
  color: #175c30;
}

.contact-form .contact-form-status[data-state="error"] {
  background: #fff0f0;
  color: #93232e;
}

.blog-list {
  display: grid;
  gap: 10px;
}

.blog-link {
  display: grid;
  grid-template-columns: 160px 130px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px;
  transition: transform 180ms ease, background 180ms ease;
}

.blog-link:hover {
  transform: translateX(8px);
  background: var(--cream);
}

.blog-link span,
.blog-link time {
  color: var(--muted);
  font-size: 0.9rem;
}

.blog-link strong {
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.final-cta {
  margin: 0 max(24px, calc((100vw - var(--max)) / 2)) 112px;
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: var(--radius);
  background: var(--brown);
  color: var(--white);
}

.final-cta p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
}

.footer {
  margin-top: 112px;
  padding: 0px max(24px, calc((100vw - var(--max)) / 2)) 0;
  overflow: hidden;
}

.footer-shell {
  display: grid;
  gap: 25px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 72px;
  align-items: start;
}

.footer-copy {
  display: grid;
  justify-items: start;
  gap: 28px;
}

.footer-copy h2 {
  max-width: 720px;
  font-size: clamp(2.55rem, 5vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 500;
  transition: transform 320ms ease, color 320ms ease;
}

.footer-copy:hover h2 {
  color: #cf4a56;
  transform: translateX(6px);
}

.footer-button {
  min-height: 58px;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid rgba(207, 74, 86, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 500;
  box-shadow: 0 18px 40px rgba(27, 41, 66, 0.08);
  backdrop-filter: blur(12px);
}

.footer-button:hover {
  background: var(--accent-red-gradient);
  color: #fff;
  box-shadow: 0 22px 48px rgba(207, 74, 86, 0.18);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-column h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  font-size: 1.06rem;
  font-weight: 600;
}

.footer-column a {
  width: fit-content;
  color: #6f7785;
  font-size: 0.98rem;
  line-height: 1.45;
  transition: transform 220ms ease, color 220ms ease;
}

.footer-column a:hover {
  transform: translateX(5px);
  color: #cf4a56;
}

.footer-column-social {
  gap: 18px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-social-link {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  color: var(--navy);
  transition: transform 220ms ease, color 220ms ease, opacity 220ms ease;
}

.footer-social-link ion-icon,
.footer-social-link .ion-icon-fallback {
  display: block;
  width: 22px;
  height: 22px;
  color: currentColor;
}

.footer-social-link .ion-icon-fallback svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  color: #cf4a56;
}

.footer-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(207, 74, 86, 0) 0%, rgba(207, 74, 86, 0.36) 18%, rgba(27, 41, 66, 0.16) 100%);
}

.footer-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.footer-meta p {
  color: #7a7f89;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-meta p:last-child {
  text-align: right;
}

.footer-wordmark {
  /* margin-top: 16px; */
  margin-bottom: -0.24em;
  color: rgba(27, 41, 66, 0.1);
  font-family: "DM Sans", "DM Sans Placeholder", sans-serif;
  width: 100%;
  max-width: 100%;
  font-size: clamp(3.8rem, 13vw, 11rem);
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.06em;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  transform: translateY(16%);
}

@media (max-width: 980px) {
  .ambient-backdrop::before {
    opacity: 0.72;
    filter: blur(66px);
  }

  .ambient-backdrop::after {
    opacity: 0.28;
  }

  .ambient-particles span:nth-child(n + 9) {
    display: none;
  }
}

@media (max-width: 620px) {
  .ambient-backdrop::before {
    opacity: 0.62;
  }

  .ambient-particles span:nth-child(n + 7) {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .footer-top {
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 1.02fr);
    gap: 48px;
  }

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

  .footer-copy h2 {
    font-size: clamp(2.35rem, 4vw, 4.25rem);
  }

  .footer-wordmark {
    font-size: clamp(3.9rem, 12vw, 8.4rem);
    transform: translateY(14%);
  }
}

@media (max-width: 980px) {
  .footer {
    margin-top: 88px;
    padding: 84px 36px 0;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-copy h2 {
    max-width: 100%;
    font-size: clamp(2.3rem, 8.4vw, 3.8rem);
  }

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

  .footer-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-meta p:last-child {
    text-align: left;
  }

  .footer-wordmark {
    margin-top: 24px;
    font-size: clamp(3.6rem, 12vw, 6.6rem);
    transform: translateY(15%);
  }
}

@media (max-width: 620px) {
  .footer {
    margin-top: 78px;
    padding: 72px 24px 0;
  }

  .footer-shell {
    gap: 28px;
  }

  .footer-top {
    gap: 32px;
  }

  .footer-copy {
    gap: 22px;
  }

  .footer-copy h2 {
    font-size: clamp(2.25rem, 10vw, 3.2rem);
    line-height: 1;
  }

  .footer-button {
    min-height: 54px;
    width: 100%;
    justify-content: space-between;
  }

  .footer-links {
    gap: 22px;
  }

  .footer-column {
    gap: 12px;
  }

  .footer-column h3 {
    font-size: 1rem;
  }

  .footer-column a,
  .footer-meta p {
    font-size: 0.94rem;
  }

  .footer-social-link {
    width: 26px;
    height: 26px;
  }

  .footer-wordmark {
    font-size: clamp(2.9rem, 12vw, 4.4rem);
    line-height: 0.82;
    transform: translateY(18%);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 981px) and (max-width: 1240px) {
  .site-header {
    width: min(calc(100% - 96px), 1180px);
    height: 58px;
  }

  .site-header.is-scrolled {
    top: 14px;
    width: min(calc(100% - 176px), 980px);
    height: 56px;
    padding: 7px 14px;
  }

  .site-header.is-scrolled .logo-mark {
    width: 120px;
  }

  .site-header.is-scrolled .nav {
    gap: 26px;
  }

  .site-header.is-scrolled .nav a {
    font-size: 0.86rem;
  }

  .site-header.is-scrolled .nav-cta {
    height: 36px;
    padding: 0 14px;
    font-size: 0.8rem;
  }

  .logo {
    gap: 10px;
  }

  .logo-mark {
    width: 128px;
  }

  .nav {
    gap: 30px;
  }

  .nav a {
    font-size: 0.9rem;
  }

  .nav-cta {
    height: 40px;
    gap: 10px;
    padding: 0 16px;
    font-size: 0.86rem;
  }

  .about-top {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.92fr);
    gap: 48px;
  }

  .about-copy h2 {
    font-size: clamp(2.8rem, 4vw, 4.15rem);
  }

  .about-stats-stage {
    min-height: 500px;
    padding-top: 92px;
  }

  .about-stats-track {
    inset: 130px -12px 22px -76px;
    gap: 38px 24px;
  }

  .stats {
    gap: 24px 26px;
  }

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

  .feature {
    padding: 24px 24px 26px;
  }

  .feature .feature-copy h3 {
    font-size: 1.16rem;
  }

  .feature p {
    font-size: 0.94rem;
  }

  .stat {
    width: min(100%, 220px);
    min-height: 156px;
    padding: 16px 18px 14px;
  }

  .practice-intro {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
    gap: 42px;
  }

  .testimonials-head {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
    gap: 42px;
  }

  .contact-head {
    grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.82fr);
    gap: 42px;
  }

  .contact-content {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: 28px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 390px;
  }

  .contact-card {
    padding: 28px;
  }

  .contact-form {
    gap: 16px;
  }

  .faq-layout {
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 48px;
  }

  .faq-trigger {
    padding: 28px 28px 24px;
  }

  .faq-panel-inner {
    padding: 0 28px;
  }

  .faq-item.is-open .faq-panel-inner {
    padding-bottom: 26px;
  }

  .methodology-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(260px, 0.86fr);
  }

  .method-card-media,
  .method-card-copy {
    min-height: 580px;
  }

  .method-card-copy,
  .method-card-dark,
  .method-card-compact {
    padding: 28px 28px 26px;
  }

  .method-card-overlay {
    inset: auto 24px 24px 24px;
  }

  .process-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.82fr);
    gap: 48px;
    padding-top: 110px;
  }

  .process-card {
    min-height: 228px;
    padding: 26px 26px 24px;
  }

  .process-card h3 {
    font-size: clamp(1.46rem, 1.7vw, 1.92rem);
  }

  .process-card p {
    font-size: 0.94rem;
  }

  .why-layout {
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: 48px;
  }

  .why-copy h2 {
    font-size: clamp(2.15rem, 3.5vw, 5rem);
  }

  .why-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.86fr);
    min-height: 300px;
    padding: 28px 28px 30px;
    gap: 24px;
  }

  .why-card h3 {
    font-size: clamp(1.5rem, 1.7vw, 2.05rem);
  }

  .why-card p {
    font-size: 0.94rem;
  }

  .why-card-media {
    min-height: 218px;
  }

  .testimonial-track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .testimonial-card {
    min-height: 356px;
    padding: 28px 28px 26px;
  }

  .testimonial-quote {
    font-size: 1rem;
  }

  .practice-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .service-card {
    border-radius: 28px;
  }

  .service-card-copy {
    min-height: 326px;
    padding: 32px 30px 28px;
    gap: 24px;
  }

  .service-card h3 {
    font-size: clamp(1.72rem, 2vw, 2.05rem);
  }

  .service-card p {
    max-width: 28ch;
    font-size: 0.94rem;
  }

  .service-card-link {
    font-size: 0.92rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 12px;
    width: calc(100% - 44px);
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .site-header.is-scrolled {
    top: 55px;
    height: 54px;
    padding: 0 12px;
  }

  .site-header.is-scrolled .logo-mark {
    width: 118px;
  }

  .nav-shell,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 3;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .menu-toggle span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-8px);
  }

  .menu-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(8px);
  }

  .site-header.is-open {
    top: 0;
    width: 100%;
    min-height: 72svh;
    padding: 24px 24px 36px;
    border-radius: 0;
    border-color: transparent;
    background: #08264c;
    box-shadow: none;
    backdrop-filter: blur(12px);
    row-gap: 40px;
    align-items: start;
  }

  .site-header.is-open .menu-toggle {
    position: absolute;
    top: 20px;
    right: 24px;
  }

  .site-header.is-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header.is-open .nav-shell {
    position: static;
    display: grid;
    grid-column: 1 / -1;
    gap: 34px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header.is-open .nav {
    display: grid;
    justify-items: start;
    gap: 28px;
  }

  .site-header.is-open .nav a {
    padding: 0;
    font-size: 1.05rem;
    font-weight: 400;
  }

  .site-header.is-open .nav a::before {
    display: none;
  }

  .site-header.is-open .nav a::after {
    display: none;
  }

  .site-header.is-open .nav-cta {
    grid-column: 1 / -1;
    display: inline-flex;
    justify-self: start;
    min-height: 76px;
    margin-top: 8px;
    padding: 0 24px;
    border-radius: 0;
    font-size: 0.98rem;
  }

  .split-heading,
  .about-top,
  .about-bottom,
  .contact,
  .footer {
    grid-template-columns: 1fr;
  }

  .about-top {
    gap: 34px;
  }

  .about-side {
    justify-self: stretch;
  }

  .about-stats-stage {
    min-height: auto;
    padding: 60px 0 0;
  }

  .about-stats-track {
    inset: 8px -18px auto -48px;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    grid-auto-rows: 72px;
    gap: 24px 16px;
    opacity: 0.72;
  }

  .stats {
    gap: 20px 18px;
  }

  .stat {
    width: 100%;
    min-height: 150px;
  }

  .stat:nth-child(2),
  .stat:nth-child(3),
  .stat:nth-child(4) {
    --stat-offset: 0px;
  }

  .stat:nth-child(2n) {
    justify-self: stretch;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 4px;
  }

  .feature {
    padding: 24px 24px 26px;
  }

  .feature-copy p {
    max-width: 100%;
  }

  .logo-marquee {
    padding-inline: 36px;
  }

  .hero {
    min-height: 100svh;
    padding: 108px 36px 32px;
  }

  .hero-copy {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 760px;
    padding-top: min(24vh, 220px);
  }

  .hero h1 {
    max-width: 780px;
    font-size: clamp(3.15rem, 9vw, 5.2rem);
  }

  .hero-text {
    max-width: 640px;
    font-size: 0.98rem;
  }

  .hero-side {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 32px;
    justify-items: start;
    gap: 16px;
  }

  .hero-rating {
    margin-top: 0;
  }

  .hero-avatars img {
    width: 50px;
    height: 50px;
  }

  .hero-cta-card {
    min-height: 64px;
    min-width: 0;
    padding-inline: 24px;
    order: -1;
  }

  .contact-head,
  .contact-content,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-shell {
    gap: 28px;
  }

  .contact-head {
    gap: 22px;
  }

  .contact-copy h2 {
    margin-top: 20px;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .contact-head .lead {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .contact-content {
    gap: 24px;
  }

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

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 360px;
  }

  .contact-card {
    padding: 24px;
    border-radius: 28px;
  }

  .contact-map-card {
    border-radius: 28px;
  }

  .contact-form label span {
    font-size: 0.88rem;
  }

  .testimonials-head,
  .why-layout,
  .practice-intro,
  .practice-stack,
  .faq-layout,
  .methodology-grid,
  .team-row,
  .process-layout,
  .steps,
  .stats {
    grid-template-columns: 1fr;
  }

  .why-layout {
    gap: 28px;
  }

  .faq-layout {
    gap: 28px;
  }

  .faq-copy {
    position: static;
    padding-top: 0;
  }

  .faq-copy h2 {
    margin-top: 20px;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .faq-copy .lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .faq-accordion {
    gap: 18px;
  }

  .faq-item {
    border-radius: 28px;
  }

  .faq-trigger {
    padding: 24px 24px 22px;
  }

  .faq-trigger > span:first-child {
    font-size: clamp(1.22rem, 4vw, 1.6rem);
  }

  .faq-panel-inner {
    padding: 0 24px;
  }

  .faq-item.is-open .faq-panel-inner {
    padding-bottom: 24px;
  }

  .faq-panel p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .why-copy {
    position: static;
    padding-top: 0;
  }

  .why-copy h2 {
    margin-top: 20px;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .why-copy .lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .why-stack {
    gap: 18px;
  }

  .why-card,
  .why-card:nth-child(1),
  .why-card:nth-child(2),
  .why-card:nth-child(3),
  .why-card:nth-child(4) {
    position: relative;
    top: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 0;
    padding: 24px 24px 26px;
  }

  .why-card-copy {
    gap: 18px;
  }

  .why-card h3 {
    max-width: 100%;
    font-size: clamp(1.58rem, 5vw, 2rem);
  }

  .why-card p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .why-card-media {
    min-height: 240px;
    order: -1;
  }

  .testimonials-head {
    gap: 22px;
    margin-bottom: 28px;
  }

  .process {
    height: auto;
  }

  .methodology-head {
    margin-bottom: 28px;
  }

  .methodology-head h2 {
    max-width: 100%;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .methodology-head .lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .methodology-grid {
    gap: 18px;
  }

  .method-card-media,
  .method-card-copy {
    grid-row: auto;
    min-height: 0;
  }

  .method-card-media {
    min-height: 460px;
  }

  .method-card-copy,
  .method-card-dark,
  .method-card-compact {
    min-height: 0;
    padding: 24px 24px 26px;
    border-radius: 28px;
  }

  .method-card-overlay {
    inset: auto 22px 22px 22px;
  }

  .method-card-overlay h3,
  .method-card-copy h3,
  .method-card-dark h3,
  .method-card-compact h3 {
    font-size: clamp(1.58rem, 5vw, 2rem);
  }

  .method-card-overlay p,
  .method-card-copy p,
  .method-card-dark p,
  .method-card-compact p {
    font-size: 0.98rem;
  }

  .process-stage {
    position: relative;
    min-height: auto;
  }

  .process-layout {
    min-height: auto;
    gap: 28px;
    padding: 96px 36px 72px;
  }

  .process-copy h2 {
    max-width: 100%;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .process .lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .process-viewport {
    height: auto;
    overflow: visible;
    padding: 0;
  }

  .process-track {
    gap: 18px;
    transform: none !important;
  }

  .process-card {
    min-height: 0;
    padding: 24px 24px 26px;
    border-radius: 28px;
  }

  .process-card h3 {
    font-size: clamp(1.58rem, 5vw, 2rem);
  }

  .process-card p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .testimonials .lead {
    margin-top: 0;
  }

  .testimonial-track {
    grid-auto-columns: calc((100% - 20px) / 2);
    gap: 20px;
  }

  .testimonial-card {
    min-height: 338px;
    gap: 22px;
    padding: 26px 24px 24px;
    border-radius: 28px;
  }

  .testimonial-quote {
    font-size: 0.98rem;
  }

  .testimonial-person {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }

  .testimonial-person img {
    width: 64px;
    height: 64px;
  }

  .testimonial-person h3 {
    font-size: 1.22rem;
  }

  .practice-intro {
    gap: 22px;
    margin-bottom: 28px;
  }

  .practice-intro .lead {
    margin-top: 0;
  }

  .service-card {
    border-radius: 26px;
  }

  .service-card img {
    aspect-ratio: 1.5;
  }

  .service-card-copy {
    min-height: 0;
    padding: 28px 28px 30px;
    gap: 22px;
  }

  .service-card h3 {
    font-size: clamp(1.68rem, 5vw, 2rem);
  }

  .service-card p {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .service-card-link {
    gap: 14px;
    font-size: 0.94rem;
  }

  .blog-link {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  .section-pad {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .hero {
    min-height: 82svh;
    padding: 22px 24px 22px;
  }

  .about-copy h2 {
    font-size: clamp(2.45rem, 9vw, 3.4rem);
    line-height: 1.04;
  }

  .about-copy .lead {
    margin-top: 20px;
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .about-label {
    gap: 12px;
    margin-bottom: 20px;
    font-size: 0.84rem;
  }

  .about-label-line {
    width: 58px;
  }

  .about-notes {
    gap: 16px;
    margin-top: 28px;
  }

  .about-note {
    padding-left: 18px;
  }

  .about-note h3 {
    font-size: 0.98rem;
  }

  .about-note p {
    font-size: 0.92rem;
  }

  .about-stats-stage {
    padding-top: 40px;
  }

  .about-stats-track {
    inset: 8px -16px auto -18px;
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    grid-auto-rows: 54px;
    gap: 16px 10px;
    opacity: 0.58;
  }

  .about-stats-track span {
    height: 20px;
  }

  .about-stats-track span::before {
    inset: 0 26px 0 0;
  }

  .about-stats-track span::after {
    width: 36px;
    height: 20px;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .stat,
  .stat:first-child {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-height: 0;
    padding: 22px 20px 22px;
    border-radius: 24px;
    --stat-offset: 0px;
  }

  .stat:nth-child(2n) {
    justify-self: stretch;
  }

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

  .feature-icon svg {
    width: 24px;
    height: 24px;
  }

  .feature h3 {
    margin-top: 0;
    font-size: 1.12rem;
  }

  .feature p {
    font-size: 0.96rem;
    line-height: 1.64;
  }

  .practice-intro-copy h2 {
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .practice-intro .lead {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .testimonials-copy h2 {
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .contact-shell {
    gap: 24px;
  }

  .contact-copy h2 {
    margin-top: 18px;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .contact-head .lead {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .contact-lines {
    gap: 12px;
  }

  .contact-line {
    font-size: 0.94rem;
  }

  .contact-line-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .contact-line-icon ion-icon,
  .contact-line-icon .ion-icon-fallback {
    width: 22px;
    height: 22px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-action-card {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
    border-radius: 22px;
  }

  .contact-action-icon {
    width: 42px;
    height: 42px;
  }

  .contact-card,
  .contact-map-card {
    border-radius: 24px;
  }

  .contact-card {
    padding: 20px;
  }

  .contact-map-card,
  .contact-map-card iframe {
    min-height: 300px;
  }

  .contact-form {
    gap: 14px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 52px;
    border-radius: 10px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .faq-copy h2 {
    margin-top: 18px;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .faq-copy .lead {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .faq-accordion {
    gap: 16px;
  }

  .faq-item {
    border-radius: 24px;
  }

  .faq-trigger {
    gap: 14px;
    padding: 20px 20px 18px;
  }

  .faq-trigger > span:first-child {
    font-size: clamp(1.08rem, 6vw, 1.34rem);
    line-height: 1.2;
  }

  .faq-icon {
    width: 30px;
    height: 30px;
  }

  .faq-icon::before,
  .faq-icon::after {
    width: 18px;
  }

  .faq-panel-inner {
    padding: 0 20px;
  }

  .faq-item.is-open .faq-panel-inner {
    padding-bottom: 20px;
  }

  .faq-panel p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .methodology-head {
    margin-bottom: 24px;
  }

  .methodology-label {
    gap: 12px;
  }

  .methodology-grid {
    gap: 16px;
  }

  .method-card-media {
    min-height: 380px;
    border-radius: 24px;
  }

  .method-card-copy,
  .method-card-dark,
  .method-card-compact {
    padding: 20px 20px 22px;
    border-radius: 24px;
    gap: 14px;
  }

  .method-badge {
    min-height: 34px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .method-step {
    width: clamp(4.4rem, 18vw, 5.2rem);
  }

  .method-card-overlay {
    inset: auto 18px 18px 18px;
    gap: 12px;
  }

  .method-card-overlay h3,
  .method-card-copy h3,
  .method-card-dark h3,
  .method-card-compact h3 {
    font-size: clamp(1.38rem, 7vw, 1.74rem);
  }

  .method-card-overlay p,
  .method-card-copy p,
  .method-card-dark p,
  .method-card-compact p {
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .method-card-dark-head strong {
    font-size: clamp(2.8rem, 11vw, 3.7rem);
  }

  .method-card-meta span,
  .method-card-dark-head span {
    min-height: 32px;
    font-size: 0.8rem;
  }

  .process-layout {
    padding: 82px 24px 60px;
    gap: 22px;
  }

  .process .about-label {
    margin-bottom: 20px;
  }

  .process-copy h2 {
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
    line-height: 1.02;
  }

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

  .process-card {
    padding: 20px 20px 22px;
    border-radius: 24px;
    gap: 14px;
  }

  .process-card-step {
    width: clamp(4.4rem, 18vw, 5.2rem);
  }

  .process-card h3 {
    font-size: clamp(1.38rem, 7vw, 1.74rem);
  }

  .process-card p {
    font-size: 0.92rem;
    line-height: 1.46;
  }

  .testimonials .lead {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .why-copy h2 {
    margin-top: 18px;
    font-size: clamp(2.2rem, 8.8vw, 3.3rem);
  }

  .why-copy .lead {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .why-card {
    padding: 18px 18px 20px;
    border-radius: 24px;
    gap: 16px;
  }

  .why-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .why-card-icon ion-icon {
    width: 22px;
    height: 22px;
    font-size: 22px;
  }

  .why-card h3 {
    font-size: clamp(1.34rem, 7.1vw, 1.72rem);
    line-height: 1;
  }

  .why-card p {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .why-card-media {
    min-height: 196px;
    border-radius: 20px;
  }

  .testimonial-viewport {
    padding-bottom: 10px;
  }

  .testimonial-track {
    grid-auto-columns: 100%;
    gap: 16px;
  }

  .testimonial-card {
    min-height: 0;
    gap: 18px;
    padding: 22px 20px 22px;
    border-radius: 24px;
  }

  .testimonial-stars {
    font-size: 1.16rem;
  }

  .testimonial-quote {
    font-size: 0.94rem;
    line-height: 1.44;
  }

  .testimonial-person {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
  }

  .testimonial-person img {
    width: 56px;
    height: 56px;
  }

  .testimonial-person h3 {
    font-size: 1.08rem;
  }

  .testimonial-person span {
    font-size: 0.92rem;
  }

  .service-card {
    border-radius: 24px;
  }

  .service-card img {
    aspect-ratio: 1.42;
  }

  .service-card-copy {
    padding: 24px 22px 26px;
    gap: 18px;
  }

  .service-card-line {
    width: 36px;
  }

  .service-card h3 {
    font-size: clamp(1.44rem, 7.2vw, 1.82rem);
    line-height: 1;
  }

  .service-card p {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .service-card-link {
    gap: 12px;
    font-size: 0.9rem;
  }

  .service-card-arrow {
    width: 19px;
    height: 19px;
    flex-basis: 19px;
  }

  .service-card-arrow::before {
    width: 19px;
    top: 8px;
  }

  .service-card-arrow::after {
    width: 10px;
    height: 10px;
    top: 3px;
  }

  .stat {
    padding: 22px 22px 24px;
    border-radius: 20px;
  }

  .stat-top {
    gap: 14px;
    align-items: center;
  }

  .stat strong {
    font-size: clamp(2.8rem, 11vw, 3.7rem);
  }

  .stat span {
    font-size: 0.9rem;
  }

  .stat p {
    margin-top: 12px;
    font-size: 0.94rem;
  }

  .logo-marquee {
    padding: 18px 24px 30px;
  }

  .logo-marquee-head {
    gap: 14px;
    margin-bottom: 22px;
  }

  .logo-marquee p {
    font-size: 0.84rem;
  }

  .marquee-track {
    gap: 36px;
  }

  .marquee-track img {
    height: 30px;
  }

  .site-header {
    width: calc(100% - 50px);
    top: 15px;
    margin: 0px 20px;
  }

  .site-header.is-scrolled {
    width: calc(100% - 44px);
    top: 55px;
    margin: 0px 13px;
    height: 50px;
    padding: 0 10px;
  }

  .site-header.is-open {
    min-height: 53svh;
    padding: 24px 24px 32px;
    row-gap: 30px;
  }

  .site-header.is-open .menu-toggle {
    top: 18px;
    right: 18px;
  }

  .hero-slide img,
  .hero-slide video {
    object-position: center top;
  }

  .hero-overlay {
    background:
      radial-gradient(circle at top left, rgba(4, 16, 32, 0.24) 0%, rgba(4, 16, 32, 0) 34%),
      radial-gradient(circle at top right, rgba(4, 16, 32, 0.22) 0%, rgba(4, 16, 32, 0) 34%),
      radial-gradient(circle at bottom left, rgba(4, 16, 32, 0.34) 0%, rgba(4, 16, 32, 0) 34%),
      radial-gradient(circle at bottom right, rgba(4, 16, 32, 0.4) 0%, rgba(4, 16, 32, 0) 38%),
      linear-gradient(180deg, rgba(7, 26, 48, 0.04) 0%, rgba(7, 26, 48, 0.05) 28%, rgba(7, 26, 48, 0.58) 100%),
      linear-gradient(90deg, rgba(7, 26, 48, 0.18) 0%, rgba(7, 26, 48, 0.03) 42%, rgba(7, 26, 48, 0.14) 100%);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.5rem);
    line-height: 1.02;
  }

  .logo {
    gap: 8px;
    font-size: 1.08rem;
  }

  .logo-mark {
    width: 118px;
  }

  .site-header.is-scrolled .logo-mark {
    width: 108px;
  }

  .site-header.is-open .nav {
    gap: 30px;
  }

  .site-header.is-open .nav a {
    font-size: 1rem;
  }

  .site-header.is-open .nav-cta {
    min-height: 55px;
    border-radius: 8px;
    padding-inline: 22px;
  }

  .hero-kicker {
    gap: 12px;
    margin-bottom: 18px;
    font-size: 0.84rem;
  }

  .hero-kicker-line {
    width: 58px;
  }

  .hero-text {
    max-width: 100%;
    margin-top: 18px;
    font-size: 0.85rem;
    line-height: 1.42;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: min(28vh, 220px);
  }

  .hero-cta-card {
    width: auto;
    min-height: 55px;
    padding-inline: 24px;
    justify-content: space-between;
    font-size: 0.98rem;
  }

  .hero-rating {
    width: auto;
    align-items: center;
    gap: 14px;
    margin-top: 0;
  }

  .hero-side {
    margin-top: 22px;
    gap: 14px;
  }

  .hero-avatars img {
    width: 48px;
    height: 48px;
  }

  .hero-rating-copy span {
    font-size: 0.82rem;
  }

  .hero-rating-copy p {
    font-size: 0.9rem;
  }

  .contact-card,
  .final-cta {
    padding: 28px;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
