:root {
  --navy: #101827;
  --navy-2: #0b1322;
  --navy-3: #07101f;
  --primary: #ea580c;
  --secondary: #85909a;
  --third: #9b9b9b;
  --orange: var(--primary);
  --orange-dark: var(--primary);
  --steel: var(--secondary);
  --muted: var(--third);
  --light: #f4f6f8;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
  --container: 1170px;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.woff2") format("woff2"),
    url("../fonts/flaticon.woff") format("woff"),
    url("../fonts/flaticon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before {
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
}

.flaticon-libra::before { content: "\f101"; }
.flaticon-jury::before { content: "\f107"; }
.flaticon-portfolio::before { content: "\f109"; }
.flaticon-lawyer::before { content: "\f10c"; }
.flaticon-statement::before { content: "\f118"; }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--navy-3);
}

body {
  margin: 0;
  color: var(--third);
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

body.menu-is-open {
  overflow: hidden;
}

.site-header.is-scrolled {
  position: fixed;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 10px 30px rgba(16, 24, 39, 0.12);
}

.header-inner {
  width: min(1170px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 500;
  transition: min-height 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.site-header.is-scrolled .topbar {
  min-height: 0;
  height: 0;
  border-bottom: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.topbar-info,
.topbar-actions,
.social-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.topbar-info a:first-child {
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.topbar-info a {
  opacity: 0.92;
}

.topbar-actions {
  height: 44px;
}

.social-links {
  gap: 20px;
  font-weight: 700;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 0;
}

.social-links a::before,
.footer-social a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
}

.social-facebook::before,
.social-links a[aria-label="Facebook"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.12 8.02h2.2V4.2c-.38-.05-1.69-.17-3.22-.17-3.18 0-5.36 2-5.36 5.67v3.38H5.23v4.27h3.51V24h4.31v-6.65h3.37l.54-4.27h-3.91V10.1c0-1.23.33-2.08 2.07-2.08Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.12 8.02h2.2V4.2c-.38-.05-1.69-.17-3.22-.17-3.18 0-5.36 2-5.36 5.67v3.38H5.23v4.27h3.51V24h4.31v-6.65h3.37l.54-4.27h-3.91V10.1c0-1.23.33-2.08 2.07-2.08Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.social-instagram::before,
.social-links a[aria-label="Instagram"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 2h8.5A5.76 5.76 0 0 1 22 7.75v8.5A5.76 5.76 0 0 1 16.25 22h-8.5A5.76 5.76 0 0 1 2 16.25v-8.5A5.76 5.76 0 0 1 7.75 2Zm0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4h-8.5ZM12 7.35A4.65 4.65 0 1 1 12 16.65 4.65 4.65 0 0 1 12 7.35Zm0 2A2.65 2.65 0 1 0 12 14.65 2.65 2.65 0 0 0 12 9.35Zm5.12-2.1a1.12 1.12 0 1 1 0 2.24 1.12 1.12 0 0 1 0-2.24Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 2h8.5A5.76 5.76 0 0 1 22 7.75v8.5A5.76 5.76 0 0 1 16.25 22h-8.5A5.76 5.76 0 0 1 2 16.25v-8.5A5.76 5.76 0 0 1 7.75 2Zm0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4h-8.5ZM12 7.35A4.65 4.65 0 1 1 12 16.65 4.65 4.65 0 0 1 12 7.35Zm0 2A2.65 2.65 0 1 0 12 14.65 2.65 2.65 0 0 0 12 9.35Zm5.12-2.1a1.12 1.12 0 1 1 0 2.24 1.12 1.12 0 0 1 0-2.24Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.social-linkedin::before,
.social-links a[aria-label="LinkedIn"]::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.98 3.5a2.5 2.5 0 1 1-.02 5 2.5 2.5 0 0 1 .02-5ZM3 9.5h4v11H3v-11Zm6.25 0h3.83v1.5h.05c.53-1 1.84-2.05 3.79-2.05 4.05 0 4.8 2.66 4.8 6.12v5.43h-4v-4.82c0-1.15-.02-2.63-1.6-2.63-1.61 0-1.86 1.25-1.86 2.55v4.9h-4v-11Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.98 3.5a2.5 2.5 0 1 1-.02 5 2.5 2.5 0 0 1 .02-5ZM3 9.5h4v11H3v-11Zm6.25 0h3.83v1.5h.05c.53-1 1.84-2.05 3.79-2.05 4.05 0 4.8 2.66 4.8 6.12v5.43h-4v-4.82c0-1.15-.02-2.63-1.6-2.63-1.61 0-1.86 1.25-1.86 2.55v4.9h-4v-11Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-cta,
.btn-primary,
.btn-outline,
.btn-dark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 260ms ease, color 260ms ease;
}

.btn-primary {
  background-color: var(--orange);
  color: #fff;
}

.btn-primary,
.header-cta,
.btn-dark {
  background-image: linear-gradient(
    115deg,
    transparent 0%,
    transparent 36%,
    rgba(234, 88, 12, 0.72) 43%,
    rgba(234, 88, 12, 0.72) 57%,
    transparent 64%,
    transparent 100%
  );
  background-position: 130% 0;
  background-repeat: no-repeat;
  background-size: 240% 100%;
}

.btn-primary:hover,
.header-cta:hover,
.btn-dark:hover {
  background-color: var(--secondary);
  animation: buttonSweep 1200ms ease both;
}

@keyframes buttonSweep {
  0% {
    background-position: 130% 0;
  }

  100% {
    background-position: -130% 0;
  }
}

.header-cta,
.hero .btn-primary {
  background-color: var(--secondary);
  color: #fff;
}

.header-cta {
  min-width: 196px;
  min-height: 45px;
}

.btn-primary:hover {
  background-color: var(--secondary);
}

.header-cta:hover,
.hero .btn-primary:hover,
.cta-content .btn-primary:hover {
  background-color: var(--primary);
}

.btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}

.btn-dark {
  background-color: var(--navy);
  color: #fff;
}

.mainnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 85px;
  transition: min-height 180ms ease;
}

.site-header.is-scrolled .mainnav {
  min-height: 104px;
}

.brand {
  display: inline-grid;
  align-items: center;
}

.brand img {
  width: 220px;
  transition: width 180ms ease;
}

.brand-logo-sticky {
  display: none;
}

.site-header.is-scrolled .brand-logo-default {
  display: none;
}

.site-header.is-scrolled .brand-logo-sticky {
  display: block;
  width: 160px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
  font-size: 24px;
}

.mobile-nav-actions,
.language-switch,
.mobile-menu-brand {
  display: none;
}

.site-header.is-scrolled .menu-toggle {
  border-color: rgba(16, 24, 39, 0.28);
  color: var(--navy);
}

.menu {
  display: flex;
  justify-content: center;
  gap: 0;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.menu li {
  margin: 0 15px;
}

.menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 85px;
  transition: color 160ms ease;
}

.site-header.is-scrolled .menu a {
  min-height: 104px;
  color: #111;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.menu a.active,
.menu a:hover {
  color: var(--orange);
}

.menu a.active::after,
.menu a:hover::after {
  transform: scaleX(1);
}

.site-header.is-scrolled .menu a.active,
.site-header.is-scrolled .menu a:hover {
  color: var(--orange);
}

.phone-block {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  align-items: center;
  text-align: right;
  min-width: 250px;
}

.site-header.is-scrolled .phone-block {
  color: #111;
}

.phone-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0;
  font-weight: 800;
}

.site-header.is-scrolled .phone-icon {
  color: var(--orange);
}

.phone-icon::before {
  content: "";
  width: 40px;
  height: 40px;
  background: currentColor;
  animation: whatsappBounce 1800ms ease-in-out infinite;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2c-7.05 0-12.78 5.68-12.78 12.66 0 2.23.59 4.42 1.71 6.35L3.14 28.8l6.78-1.77a12.9 12.9 0 0 0 6.1 1.54c7.05 0 12.78-5.68 12.78-12.66S23.07 3.2 16.02 3.2Zm0 22.98c-1.96 0-3.87-.55-5.53-1.59l-.4-.25-4.02 1.05 1.07-3.89-.26-.4a10.2 10.2 0 0 1-1.58-5.24c0-5.66 4.8-10.27 10.72-10.27s10.72 4.61 10.72 10.27-4.81 10.32-10.72 10.32Zm5.88-7.72c-.32-.16-1.91-.94-2.2-1.04-.3-.11-.51-.16-.73.16-.21.32-.84 1.04-1.03 1.26-.19.21-.38.24-.7.08-.32-.16-1.36-.5-2.58-1.59-.95-.84-1.6-1.89-1.78-2.21-.19-.32-.02-.49.14-.65.15-.14.32-.38.48-.57.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.56-.08-.16-.73-1.74-1-2.38-.26-.62-.53-.54-.73-.55h-.62c-.21 0-.56.08-.86.4-.3.32-1.13 1.1-1.13 2.68s1.16 3.11 1.32 3.32c.16.21 2.28 3.45 5.52 4.84.77.33 1.37.53 1.84.68.77.24 1.48.21 2.03.13.62-.09 1.91-.78 2.18-1.53.27-.75.27-1.4.19-1.53-.08-.14-.29-.22-.61-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.02 3.2c-7.05 0-12.78 5.68-12.78 12.66 0 2.23.59 4.42 1.71 6.35L3.14 28.8l6.78-1.77a12.9 12.9 0 0 0 6.1 1.54c7.05 0 12.78-5.68 12.78-12.66S23.07 3.2 16.02 3.2Zm0 22.98c-1.96 0-3.87-.55-5.53-1.59l-.4-.25-4.02 1.05 1.07-3.89-.26-.4a10.2 10.2 0 0 1-1.58-5.24c0-5.66 4.8-10.27 10.72-10.27s10.72 4.61 10.72 10.27-4.81 10.32-10.72 10.32Zm5.88-7.72c-.32-.16-1.91-.94-2.2-1.04-.3-.11-.51-.16-.73.16-.21.32-.84 1.04-1.03 1.26-.19.21-.38.24-.7.08-.32-.16-1.36-.5-2.58-1.59-.95-.84-1.6-1.89-1.78-2.21-.19-.32-.02-.49.14-.65.15-.14.32-.38.48-.57.16-.19.21-.32.32-.54.11-.21.05-.4-.03-.56-.08-.16-.73-1.74-1-2.38-.26-.62-.53-.54-.73-.55h-.62c-.21 0-.56.08-.86.4-.3.32-1.13 1.1-1.13 2.68s1.16 3.11 1.32 3.32c.16.21 2.28 3.45 5.52 4.84.77.33 1.37.53 1.84.68.77.24 1.48.21 2.03.13.62-.09 1.91-.78 2.18-1.53.27-.75.27-1.4.19-1.53-.08-.14-.29-.22-.61-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@keyframes whatsappBounce {
  0%,
  55%,
  100% {
    transform: translateY(0) scale(1);
  }

  18% {
    transform: translateY(-7px) scale(1.04);
  }

  32% {
    transform: translateY(0) scale(0.98);
  }

  42% {
    transform: translateY(-3px) scale(1.02);
  }
}

.phone-number,
.phone-label {
  display: block;
  color: #fff;
  font-weight: 500;
}

.site-header.is-scrolled .phone-number,
.site-header.is-scrolled .phone-label {
  color: #111;
}

.phone-number {
  font-size: 15px;
}

.phone-label {
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 1004px;
  color: #fff;
  overflow: hidden;
  background: var(--navy-2);
}

.page-title {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1600ms cubic-bezier(0.45, 0, 0.15, 1);
  overflow: hidden;
  transform: none;
  will-change: opacity;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0, 0, 0) scale(1.018);
  transform-origin: var(--hero-origin, center);
  backface-visibility: hidden;
  will-change: transform;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(9, 18, 31, 0.48);
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide.is-leaving {
  opacity: 0;
}

.page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 31, 0.48);
  z-index: 1;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 31, 0.48);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding-top: 338px;
}

.section-kicker {
  color: var(--orange);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-kicker {
  color: #cacfd4;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.page-title h1,
.section-title,
.content-main h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 610px;
  margin: 18px 0 28px;
  color: #fff;
  font-size: 60px;
  line-height: 1.12;
  font-weight: 800;
}

.hero p {
  max-width: 590px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-slide .hero-actions .btn-primary {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 720ms ease 650ms,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) 650ms,
    background-color 260ms ease,
    color 260ms ease;
}

.hero-slide.active .hero-actions .btn-primary {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.active .hero-actions .btn-primary:hover {
  background-color: var(--primary);
  background-image: none;
  color: #fff;
  transform: translateY(-3px);
  animation: none;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 155px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.hero-dot:hover,
.hero-dot.active {
  border-color: rgba(234, 88, 12, 0.56);
  background-color: rgba(234, 88, 12, 0.46);
  box-shadow: 0 0 0 6px rgba(234, 88, 12, 0.08);
  transform: scale(1.08);
}

.feature-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--container), calc(100% - 48px));
  margin: -115px auto 0;
  box-shadow: var(--shadow);
}

.feature-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  min-height: 238px;
  padding: 46px 46px 38px;
  background: var(--secondary);
  color: #fff;
  transition: background-color 220ms ease;
}

.feature-card:nth-child(2) {
  background: var(--primary);
}

.feature-card:hover,
.feature-card:nth-child(2):hover {
  background: var(--primary);
}

.feature-card:nth-child(2):hover {
  background: var(--secondary);
}

.feature-card h3 {
  margin: 0 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 600;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.7;
}

.feature-icon {
  color: var(--primary);
  font-size: 0;
  line-height: 1;
  transition: color 220ms ease;
}

.feature-icon::before {
  content: "\f101";
  font-family: "Flaticon";
  font-size: 42px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.feature-card:hover .feature-icon {
  color: #fff;
}

.feature-card:nth-child(2) .feature-icon {
  color: #fff;
}

.feature-card:nth-child(2):hover .feature-icon {
  color: var(--primary);
}

.dark-section {
  background: var(--navy-2);
  color: var(--third);
}

.about-section {
  background: #fff;
  color: var(--third);
  padding: 100px 0 105px;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 70px;
  align-items: center;
}

.about-image {
  position: relative;
  filter: drop-shadow(0 20px 45px rgba(16, 24, 39, 0.12));
}

.about-image img {
  width: 100%;
  aspect-ratio: 560 / 530;
  object-fit: cover;
}

.experience-box {
  position: absolute;
  right: -42px;
  bottom: 90px;
  min-width: 240px;
  min-height: 204px;
  padding: 34px 32px 28px;
  border: 10px solid #fff;
  background: var(--orange);
  color: #fff;
}

.experience-box .experience-icon {
  display: block;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: inherit;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.experience-box strong {
  display: block;
  font-size: 44px;
  line-height: 1;
}

.experience-box > span:not(.experience-icon) {
  display: block;
  margin-top: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title {
  margin: 14px 0 22px;
  color: var(--secondary);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}

.about-copy p,
.muted-copy {
  color: var(--third);
  line-height: 1.85;
}

.about-copy .section-kicker {
  color: var(--orange);
  margin-bottom: 18px;
}

.about-copy .section-title {
  margin: 0 0 24px;
  color: var(--secondary);
  font-size: clamp(38px, 4vw, 50px);
  line-height: 1.12;
}

.about-copy p {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: 16px;
}

.about-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 54px;
  margin: 20px 0 38px;
  max-width: 600px;
}

.about-list-grid span {
  position: relative;
  display: block;
  padding-left: 22px;
  color: var(--secondary);
  font-size: 15px;
  font-weight: 600;
}

.about-list-grid span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--orange);
  font-weight: 800;
}

.signature-row {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 0;
}

.signature-mark {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-style: italic;
}

.services-section {
  position: relative;
  padding: 86px 0 88px;
  background: var(--light) url("../img/01_area-de-practica.png") right center / auto 100% no-repeat;
  overflow: hidden;
}

.services-section::before {
  display: none;
}

.services-section > .container {
  position: relative;
  z-index: 1;
}

.section-head {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.section-head .section-title {
  color: var(--secondary);
}

.section-head p {
  margin: 0 0 8px;
  color: var(--muted);
  line-height: 1.8;
}

.services-section .section-head,
.blog-section .section-head,
.testimonials-section .section-head {
  display: block;
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.services-section .section-kicker {
  color: var(--orange);
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.services-section .section-title {
  margin: 0 0 28px;
  color: var(--secondary);
  font-size: 38px;
  line-height: 1.1;
  text-transform: uppercase;
}

.services-section .section-head p,
.blog-section .section-head p,
.testimonials-section .section-head p {
  margin: 0 auto;
  max-width: 730px;
}

.services-section .section-head p {
  color: var(--third);
  font-size: 17px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 24px;
  align-items: start;
  min-height: 210px;
  padding: 42px 38px 30px;
  border: 1px solid rgba(133, 144, 154, 0.35);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.service-card:hover {
  transform: none;
  border-color: var(--orange);
  background: var(--orange);
}

.service-icon {
  display: block;
  width: 54px;
  height: 54px;
  margin-top: 0;
  background: transparent;
  color: var(--orange);
  font-size: 42px;
  line-height: 1;
  text-align: center;
  transition: color 180ms ease;
}

.service-card h3 {
  grid-column: 2;
  margin: 0 0 12px;
  color: var(--secondary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.14;
}

.service-card p {
  grid-column: 2;
  margin: 0 0 20px;
  color: var(--third);
  font-size: 14px;
  line-height: 1.65;
}

.read-more {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card .read-more {
  grid-column: 2;
  position: static;
  display: inline-flex;
  margin-top: 2px;
  color: var(--secondary);
  font-size: 13px;
}

.service-card:hover .service-icon,
.service-card:hover h3,
.service-card:hover p,
.service-card:hover .read-more {
  color: #fff;
}

.cta-band {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  color: #fff;
  background-image: url("../img/casestudy2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-band::before {
  background: rgba(9, 18, 32, 0.62);
}

.cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 430px;
  text-align: center;
}

.cta-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.cta-content h2 {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 22px;
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: clamp(34px, 4vw, 43px);
  line-height: 1.16;
  text-align: center;
}

.cta-content p {
  max-width: 1120px;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.cta-content .btn-primary {
  gap: 12px;
  min-height: 54px;
  min-width: 236px;
  padding: 0 34px;
  background-color: var(--secondary);
  color: #fff;
  font-size: 16px;
}

.cta-content .btn-primary span {
  font-size: 16px;
  line-height: 1;
}

.values-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  min-height: 674px;
  background: #fff;
}

.values-copy {
  width: min(100%, calc((var(--container) / 2) + 24px));
  margin-left: auto;
  padding: 86px 76px 78px 0;
}

.values-section .section-title {
  max-width: 620px;
  margin: 0 0 26px;
  color: var(--secondary);
  font-size: clamp(38px, 3.4vw, 47px);
  line-height: 1.15;
}

.values-section .muted-copy {
  max-width: 640px;
  margin: 0;
  color: var(--third);
  font-size: 16px;
  line-height: 1.65;
}

.values-grid {
  display: grid;
  gap: 28px;
  max-width: 650px;
  margin-top: 32px;
}

.value-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 22px;
  align-items: start;
}

.value-icon {
  color: var(--orange);
  font-size: 34px;
  line-height: 1;
}

.value-card h3 {
  margin: 0 0 8px;
  color: var(--secondary);
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.value-card p {
  margin: 0;
  color: var(--third);
  font-size: 15px;
  line-height: 1.72;
}

.values-image {
  min-height: 674px;
  overflow: hidden;
}

.values-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonials-section {
  padding: 104px 0;
  background: var(--light);
}

.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 100%;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 38px;
  background: #fff;
  border: 1px solid rgba(133, 144, 154, 0.12);
  box-shadow: 0 15px 40px rgba(16, 24, 39, 0.04);
  position: relative;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.testimonial-card:hover {
  border-color: var(--orange);
}

.testimonial-rating {
  color: #f59e0b;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
}

.testimonial-text {
  font-style: italic;
  color: var(--third);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(133, 144, 154, 0.15);
  position: relative;
  flex-grow: 1;
}

.testimonial-client {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 22px;
}

.testimonial-client img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.testimonial-client h3 {
  margin: 0 0 4px;
  color: var(--secondary);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-client p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.carousel-btn {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(133, 144, 154, 0.3);
  background: #fff;
  color: rgba(133, 144, 154, 0.6);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: background 250ms ease, color 250ms ease, border-color 250ms ease, transform 200ms ease;
  flex-shrink: 0;
}

.carousel-btn:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  transform: scale(1.08);
}

.carousel-btn:active {
  transform: scale(0.95);
}

.carousel-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: rgba(133, 144, 154, 0.3);
  cursor: pointer;
  padding: 0;
  transition: background 250ms ease, transform 200ms ease;
}

.dot:hover {
  background: rgba(234, 88, 12, 0.6);
}

.dot.active {
  background: var(--orange);
  transform: scale(1.2);
}

.blog-section {
  padding: 104px 0 96px;
  background: #fff;
}

.blog-section .section-head {
  margin-bottom: 48px;
}

.blog-section .section-kicker {
  color: var(--orange);
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.blog-section .section-title {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.08;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  min-width: 0;
}

.blog-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(133, 144, 154, 0.16);
}

.blog-image img {
  width: 100%;
  aspect-ratio: 420 / 275;
  object-fit: cover;
  transition: transform 420ms ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.06);
}

.blog-image span {
  position: absolute;
  left: 30px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.blog-card-body {
  padding: 34px 30px 0;
}

.blog-card time {
  display: block;
  margin-bottom: 20px;
  color: var(--third);
  font-size: 15px;
  line-height: 1.4;
}

.blog-card h3 {
  margin: 0 0 16px;
  color: var(--secondary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.26;
}

.blog-card p {
  margin: 0 0 22px;
  color: var(--third);
  font-size: 15px;
  line-height: 1.7;
}

.blog-card .read-more {
  color: var(--third);
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.blog-card .read-more:hover {
  color: var(--orange);
}

.team-advisors-section {
  padding: 76px 0 96px;
  background: #fff;
  text-align: center;
}

.team-advisors-section .section-kicker {
  margin-bottom: 22px;
  color: var(--secondary);
  font-size: 13px;
}

.team-advisors-section .section-title {
  margin-bottom: 26px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 44px);
}

.team-intro {
  max-width: 660px;
  margin: 0 auto 56px;
  color: var(--third);
  font-size: 15px;
  line-height: 1.75;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.team-card {
  text-align: center;
}

.team-card-image {
  overflow: hidden;
  background: #f4f4f4;
}

.team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  transition: transform 420ms ease;
  will-change: transform;
}

.team-card:hover img {
  transform: scale(1.05);
}

.team-card-body {
  padding: 28px 18px 0;
}

.team-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  line-height: 1.25;
}

.team-card p {
  max-width: 330px;
  margin: 0 auto 26px;
  color: var(--third);
  font-size: 15px;
  line-height: 1.68;
}

.team-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 164px;
  min-height: 48px;
  padding: 0 22px;
  background: var(--secondary);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.team-download-icon {
  width: 15px;
  height: 15px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h9l5 5v15H6V2Zm8 1.8V8h4.2L14 3.8ZM8 4v18h10V10h-6V4H8Zm1.5 9.2h2.1c1.5 0 2.5.9 2.5 2.3s-1 2.3-2.5 2.3h-.7V20H9.5v-6.8Zm1.4 1.2v2.2h.7c.7 0 1.1-.4 1.1-1.1s-.4-1.1-1.1-1.1h-.7Zm4.4-1.2h1.9c1.9 0 3.1 1.3 3.1 3.4S19.1 20 17.2 20h-1.9v-6.8Zm1.4 1.2v4.4h.5c1 0 1.7-.7 1.7-2.2s-.7-2.2-1.7-2.2h-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2h9l5 5v15H6V2Zm8 1.8V8h4.2L14 3.8ZM8 4v18h10V10h-6V4H8Zm1.5 9.2h2.1c1.5 0 2.5.9 2.5 2.3s-1 2.3-2.5 2.3h-.7V20H9.5v-6.8Zm1.4 1.2v2.2h.7c.7 0 1.1-.4 1.1-1.1s-.4-1.1-1.1-1.1h-.7Zm4.4-1.2h1.9c1.9 0 3.1 1.3 3.1 3.4S19.1 20 17.2 20h-1.9v-6.8Zm1.4 1.2v4.4h.5c1 0 1.7-.7 1.7-2.2s-.7-2.2-1.7-2.2h-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.team-download:hover {
  background: var(--orange);
  color: #fff;
}

.page-title {
  min-height: 460px;
  color: #fff;
  background-image: url("../img/page_title_image.jpg");
}

.page-title-content {
  position: relative;
  z-index: 2;
  padding-top: 220px;
}

.page-title h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 400;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs strong {
  font-weight: 400;
}

.page-body {
  padding: 104px 0;
  background: #fff;
  color: var(--third);
}

.content-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 34px 30px;
  background: #111d31;
}

.sidebar-box h2 {
  margin: 0 0 20px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
}

.practice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.practice-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.practice-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  color: var(--third);
  font-size: 14px;
  font-weight: 700;
}

.practice-list a.active,
.practice-list a:hover {
  color: var(--orange);
}

.talk-box {
  background: var(--orange);
  color: #fff;
}

.talk-box p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

.talk-box a {
  display: block;
  margin-top: 8px;
  font-weight: 800;
}

.content-main h2 {
  margin: 0 0 22px;
  color: var(--secondary);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12;
}

.content-main p {
  color: var(--third);
  line-height: 1.9;
}

.content-main .lead {
  color: var(--third);
  font-size: 16px;
}

.detail-image {
  width: 100%;
  max-height: 410px;
  margin: 32px 0;
  object-fit: cover;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.benefit-card {
  padding: 28px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.benefit-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
}

.benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.communication-hero {
  background-image: url("../img/page_title_image.jpg");
}

.communication-listing {
  padding: 96px 0 102px;
  background: #fff;
}

.communication-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 320px;
  gap: 58px;
  align-items: start;
}

.communication-posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 32px;
}

.communication-card {
  min-width: 0;
}

.communication-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--light);
}

.communication-card-image img {
  width: 100%;
  aspect-ratio: 420 / 275;
  object-fit: cover;
  transition: transform 420ms ease;
}

.communication-card:hover .communication-card-image img {
  transform: scale(1.04);
}

.communication-card-image span {
  position: absolute;
  left: 28px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  background: var(--orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.communication-card-body {
  padding: 31px 28px 0;
}

.communication-card time {
  display: block;
  margin-bottom: 18px;
  color: var(--third);
  font-size: 14px;
  font-weight: 500;
}

.communication-card h2 {
  margin: 0 0 18px;
  color: var(--secondary);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.18;
}

.communication-card h2 a:hover,
.communication-read-more:hover {
  color: var(--orange);
}

.communication-card p {
  margin: 0 0 18px;
  color: var(--third);
  font-size: 14px;
  line-height: 1.75;
}

.communication-read-more {
  color: var(--third);
  font-size: 13px;
  font-weight: 800;
}

.communication-sidebar {
  padding-top: 8px;
}

.communication-sidebar h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.communication-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.communication-sidebar a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 34px;
  color: var(--third);
  font-size: 17px;
  font-weight: 500;
}

.communication-sidebar a span {
  color: var(--orange);
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 0.8;
}

.communication-sidebar a:hover {
  color: var(--orange);
}

.communication-pagination {
  grid-column: 1 / 2;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 28px;
}

.communication-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  height: 39px;
  padding: 0 12px;
  background: #fff;
  color: var(--navy);
  border: 1px solid #eceff2;
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
}

.communication-pagination a + a {
  margin-left: -1px;
}

.communication-pagination a.active,
.communication-pagination a:hover {
  position: relative;
  z-index: 1;
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.communication-pagination .next {
  min-width: 88px;
}

.firm-page {
  background: #fff;
}

.firm-hero {
  background-image: url("../img/page_title_image.jpg");
}

.firm-about {
  padding: 92px 0 86px;
  background: #fff;
}

.firm-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 72px;
  align-items: center;
}

.firm-about-image img {
  aspect-ratio: 560 / 530;
}

.firm-about-copy .section-title {
  max-width: 610px;
  margin-bottom: 26px;
  color: var(--secondary);
  font-size: clamp(38px, 4vw, 53px);
}

.firm-about-copy p {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.85;
}

.firm-commitment {
  position: relative;
  padding: 92px 0 120px;
  background: url("../img/fondo-nosotros.jpg") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.firm-commitment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 31, 0.58);
}

.firm-commitment-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 54px;
  align-items: start;
}

.firm-commitment-title {
  position: relative;
  padding-top: 24px;
}

.firm-commitment-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110px;
  width: 250px;
  height: 6px;
  background: var(--orange);
}

.firm-commitment h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1.08;
}

.firm-commitment-inner > p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.75;
}

.firm-value-panel {
  min-height: 195px;
  margin-top: 38px;
  padding: 0 34px 34px;
  background: #ffffffd1;
  color: var(--navy);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.firm-value-panel h3 {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  margin: 0 0 28px;
  padding: 0 30px;
  background: var(--orange);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.firm-value-panel p {
  margin: 0;
  color: #1f2937;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  text-align: justify;
}

.firm-standards {
  padding: 86px 0 94px;
  background: #fff;
}

.firm-standards-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.firm-standards-image {
  width: 100%;
  aspect-ratio: 420 / 360;
  object-fit: cover;
}

.firm-standards-copy p {
  margin: 0 0 20px;
  color: var(--third);
  font-size: 15px;
  line-height: 1.82;
}

.firm-skills {
  display: grid;
  gap: 28px;
}

.firm-skill div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 9px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.firm-skill i {
  position: relative;
  display: block;
  height: 9px;
  background: rgba(133, 144, 154, 0.18);
  overflow: hidden;
}

.firm-skill i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  background: var(--orange);
  transform-origin: left center;
  animation: firmProgressFill 2200ms ease-out both;
}

.firm-skill:nth-child(2) i::before {
  animation-delay: 120ms;
}

.firm-skill:nth-child(3) i::before {
  animation-delay: 240ms;
}

.firm-skill:nth-child(4) i::before {
  animation-delay: 360ms;
}

.firm-skill:nth-child(5) i::before {
  animation-delay: 480ms;
}

@keyframes firmProgressFill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.contact-page {
  background: #fff;
}

.contact-hero {
  background-image: url("../img/page_title_image.jpg");
}

.contact-intro {
  padding: 104px 0 98px;
  background: #fff;
}

.contact-intro-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
  align-items: center;
}

.contact-intro-copy h2,
.contact-form-heading h2,
.contact-page-form h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.contact-intro-copy h2 {
  max-width: 520px;
  font-size: clamp(34px, 3.5vw, 45px);
  line-height: 1.12;
}

.contact-intro-copy p {
  max-width: 500px;
  margin: 30px 0 0;
  color: var(--third);
  font-size: 16px;
  line-height: 1.85;
}

.contact-intro-image {
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(16, 24, 39, 0.08);
}

.contact-intro-image img {
  width: 100%;
  aspect-ratio: 690 / 380;
  object-fit: cover;
  object-position: center;
}

.contact-form-section {
  position: relative;
  padding-bottom: 98px;
  background: #fff;
}

.contact-form-backdrop {
  min-height: 450px;
  padding-top: 112px;
  background: linear-gradient(rgba(9, 18, 31, 0.6), rgba(9, 18, 31, 0.62)),
    url("../img/fondo-nosotros.jpg") center / cover no-repeat;
}

.contact-form-heading {
  text-align: center;
}

.contact-form-heading .section-kicker {
  color: var(--orange);
  font-size: 14px;
}

.contact-form-heading h2 {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.1;
}

.contact-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.82fr 1.68fr;
  gap: 36px;
  align-items: stretch;
  margin-top: -92px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(16, 24, 39, 0.14);
}

.contact-panel-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.contact-page-form {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 8px 0 0;
}

.contact-page-form h3 {
  font-size: clamp(30px, 3vw, 39px);
  line-height: 1.15;
}

.contact-page-form p {
  max-width: 820px;
  margin: -8px 0 4px;
  color: var(--third);
  font-size: 14px;
  line-height: 1.75;
}

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

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  width: 100%;
  border: 1px solid rgba(133, 144, 154, 0.28);
  border-radius: 0;
  background: #fff;
  color: var(--navy);
  padding: 18px 20px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-page-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--secondary) 50%),
    linear-gradient(135deg, var(--secondary) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  color: var(--third);
}

.contact-page-form textarea {
  min-height: 158px;
  resize: vertical;
}

.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.08);
}

.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: var(--third);
}

.contact-page-form .btn-primary {
  width: max-content;
  min-width: 196px;
  min-height: 60px;
  padding: 0 34px;
  font-size: 14px;
}

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

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

.contact-info-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
}

.contact-info-item span:first-child {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
}

.contact-info-item strong {
  display: block;
  color: #fff;
}

.contact-info-item a,
.contact-info-item small {
  color: var(--third);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 38px;
  background: #111d31;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a1424;
  color: #fff;
  padding: 15px 17px;
  outline: none;
}

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

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--third);
}

.site-footer {
  background: var(--secondary);
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.78fr 0.9fr 1.35fr;
  gap: 72px;
  align-items: start;
  padding: 80px 0 78px;
}

.footer-brand {
  align-self: center;
  text-align: center;
}

.footer-logo {
  width: 300px;
  margin: 0 auto;
}

.footer-col.footer-brand p {
  max-width: 340px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 100;
  line-height: 1.75;
  text-align: justify;
}

.footer-col h3 {
  margin: 0 0 38px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.25;
}

.footer-col p,
.footer-col li {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.72;
}

.footer-col ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col a {
  color: #fff;
  transition: color 160ms ease, background 160ms ease;
}

.footer-col a:hover {
  color: var(--primary);
}

.footer-contact {
  min-width: 0;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 32px;
}

.footer-contact-item p {
  margin: 0;
}

.footer-contact-icon {
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
}

.footer-location-icon {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 4a10 10 0 0 0-10 10c0 7 10 17 10 17s10-10 10-17A10 10 0 0 0 24 4Z'/%3E%3Ccircle cx='24' cy='14' r='3.2'/%3E%3Cpath d='M15 28 8 38h32l-7-10'/%3E%3Cpath d='M18 34h12'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 4a10 10 0 0 0-10 10c0 7 10 17 10 17s10-10 10-17A10 10 0 0 0 24 4Z'/%3E%3Ccircle cx='24' cy='14' r='3.2'/%3E%3Cpath d='M15 28 8 38h32l-7-10'/%3E%3Cpath d='M18 34h12'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-whatsapp-icon {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M24 6C14.07 6 6 13.74 6 23.25c0 3.33 1 6.55 2.9 9.36L6.8 42l9.72-2.36A18.75 18.75 0 0 0 24 41c9.93 0 18-7.74 18-17.25S33.93 6 24 6Zm0 31.82c-2.38 0-4.68-.63-6.7-1.84l-.62-.37-5.51 1.34 1.18-5.24-.42-.62a14.05 14.05 0 0 1-2.5-7.84c0-7.75 6.54-14.06 14.57-14.06s14.57 6.31 14.57 14.06S32.03 37.82 24 37.82Zm8.2-10.52c-.45-.22-2.65-1.26-3.06-1.4-.41-.15-.71-.22-1.01.22-.3.44-1.16 1.4-1.42 1.69-.26.29-.52.33-.97.11-.45-.22-1.89-.67-3.6-2.14-1.33-1.14-2.23-2.55-2.49-2.99-.26-.44-.03-.68.2-.9.2-.2.45-.51.67-.77.22-.26.3-.44.45-.73.15-.29.07-.55-.04-.77-.11-.22-1.01-2.34-1.39-3.2-.37-.84-.74-.72-1.01-.73h-.86c-.3 0-.78.11-1.19.55-.41.44-1.57 1.47-1.57 3.58s1.61 4.16 1.83 4.45c.22.29 3.17 4.65 7.68 6.52 1.07.44 1.91.71 2.56.91 1.08.33 2.06.28 2.83.17.86-.12 2.65-1.04 3.02-2.05.37-1.01.37-1.87.26-2.05-.11-.18-.41-.29-.86-.51Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M24 6C14.07 6 6 13.74 6 23.25c0 3.33 1 6.55 2.9 9.36L6.8 42l9.72-2.36A18.75 18.75 0 0 0 24 41c9.93 0 18-7.74 18-17.25S33.93 6 24 6Zm0 31.82c-2.38 0-4.68-.63-6.7-1.84l-.62-.37-5.51 1.34 1.18-5.24-.42-.62a14.05 14.05 0 0 1-2.5-7.84c0-7.75 6.54-14.06 14.57-14.06s14.57 6.31 14.57 14.06S32.03 37.82 24 37.82Zm8.2-10.52c-.45-.22-2.65-1.26-3.06-1.4-.41-.15-.71-.22-1.01.22-.3.44-1.16 1.4-1.42 1.69-.26.29-.52.33-.97.11-.45-.22-1.89-.67-3.6-2.14-1.33-1.14-2.23-2.55-2.49-2.99-.26-.44-.03-.68.2-.9.2-.2.45-.51.67-.77.22-.26.3-.44.45-.73.15-.29.07-.55-.04-.77-.11-.22-1.01-2.34-1.39-3.2-.37-.84-.74-.72-1.01-.73h-.86c-.3 0-.78.11-1.19.55-.41.44-1.57 1.47-1.57 3.58s1.61 4.16 1.83 4.45c.22.29 3.17 4.65 7.68 6.52 1.07.44 1.91.71 2.56.91 1.08.33 2.06.28 2.83.17.86-.12 2.65-1.04 3.02-2.05.37-1.01.37-1.87.26-2.05-.11-.18-.41-.29-.86-.51Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 12px auto 0;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--primary);
  color: #fff;
  font-size: 0;
  font-weight: 800;
}

.footer-social a::before {
  width: 24px;
  height: 24px;
}

.footer-social a:hover {
  background: #fff;
  color: var(--primary);
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 14px;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  min-height: 66px;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom p a {
  color: var(--primary);
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
}

.footer-bottom nav a:hover {
  color: var(--primary);
}

.scroll-to-top {
  position: fixed;
  right: 0;
  bottom: 14%;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 5px 0 0 5px;
  background: var(--primary);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.scroll-to-top:hover {
  background: var(--secondary);
}

.scroll-to-top span {
  display: block;
  margin-top: -2px;
}

@media (max-width: 1180px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .site-header,
  .site-header.is-scrolled {
    position: fixed;
    background: #fff;
    color: var(--navy);
    box-shadow: none;
  }

  .site-header.menu-open {
    background: transparent;
  }

  .site-header.menu-open::after {
    content: "";
    position: fixed;
    inset: 0 0 0 min(66vw, 265px);
    z-index: 24;
    background: rgba(7, 16, 31, 0.72);
  }

  .header-inner {
    width: 100%;
  }

  .topbar {
    display: none;
  }

  .site-header.is-scrolled .topbar {
    display: none;
  }

  .mainnav {
    min-height: 96px;
    padding: 0 18px;
  }

  .site-header.is-scrolled .mainnav {
    min-height: 96px;
    padding: 0 18px;
  }

  .brand {
    position: relative;
    z-index: 26;
  }

  .brand img,
  .site-header.is-scrolled .brand-logo-sticky {
    width: 112px;
  }

  .brand-logo-default,
  .site-header.is-scrolled .brand-logo-default {
    display: none;
  }

  .brand-logo-sticky,
  .site-header.is-scrolled .brand-logo-sticky {
    display: block;
  }

  .site-header.menu-open .brand,
  .site-header.menu-open .language-switch {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-nav-actions {
    position: relative;
    z-index: 26;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
  }

  .language-switch {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
  }

  .language-switch img {
    width: 42px;
    height: auto;
  }

  .language-switch span {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #59616b;
  }

  .menu-toggle {
    position: relative;
    z-index: 40;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(16, 24, 39, 0.07);
    background: #fff;
    color: var(--navy);
    box-shadow: 0 8px 20px rgba(16, 24, 39, 0.06);
  }

  .site-header.is-scrolled .menu-toggle {
    border-color: rgba(16, 24, 39, 0.07);
    color: var(--navy);
  }

  .menu-toggle-lines,
  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    display: block;
    width: 26px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle-lines {
    position: relative;
  }

  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-toggle-lines::before {
    top: -8px;
  }

  .menu-toggle-lines::after {
    top: 8px;
  }

  .site-header.menu-open .menu-toggle {
    position: fixed;
    top: 24px;
    right: 16px;
  }

  .site-header.menu-open .menu-toggle-lines {
    background: transparent;
  }

  .site-header.menu-open .menu-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .site-header.menu-open .menu-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex: none;
    flex-direction: column;
    width: min(66vw, 265px);
    height: 100vh;
    margin: 0;
    padding: 62px 16px 32px 20px;
    background: #fff;
    box-shadow: 18px 0 34px rgba(16, 24, 39, 0.12);
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .menu li {
    margin: 0;
    border-bottom: 1px solid #e6e9ed;
  }

  .mobile-menu-brand {
    display: block;
    border-bottom: 0;
    margin-bottom: 46px;
    padding-bottom: 12px;
    text-align: center;
  }

  .mobile-menu-brand a {
    justify-content: center;
    min-height: auto;
    padding: 0;
  }

  .mobile-menu-brand img {
    width: 168px;
    margin: 0 auto;
  }

  .menu a,
  .site-header.is-scrolled .menu a {
    display: flex;
    min-height: 52px;
    width: 100%;
    align-items: center;
    color: var(--navy);
    font-size: 15px;
    font-weight: 800;
  }

  .menu a::after,
  .site-header.is-scrolled .menu a::after {
    display: none;
  }

  .menu a.active,
  .menu a:hover,
  .site-header.is-scrolled .menu a.active,
  .site-header.is-scrolled .menu a:hover {
    color: var(--orange);
  }

  .site-header.menu-open .menu {
    transform: translateX(0);
  }

  .phone-block {
    display: none;
  }

  .hero-content {
    padding-top: 290px;
  }

  .hero-dots {
    bottom: 92px;
  }

  .feature-strip,
  .about-grid,
  .firm-about-grid,
  .firm-commitment-inner,
  .firm-standards-grid,
  .contact-intro-grid,
  .contact-panel,
  .communication-layout,
  .section-head,
  .cta-content,
  .content-wrap,
  .contact-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .values-section {
    grid-template-columns: 1fr;
  }

  .values-copy {
    width: min(100% - 48px, var(--container));
    margin: 0 auto;
    padding: 72px 0 58px;
  }

  .values-image {
    min-height: 420px;
  }

  .feature-strip {
    margin-top: -46px;
  }

  .service-grid,
  .blog-grid,
  .communication-posts,
  .team-grid,
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .communication-layout {
    gap: 52px;
  }

  .communication-pagination {
    grid-column: auto;
  }

  .services-section {
    background-position: right top;
    background-size: auto 70%;
  }

  .experience-box {
    right: 18px;
    bottom: 32px;
  }

  .firm-commitment {
    padding: 76px 0 88px;
  }

  .firm-value-panel {
    margin-top: 0;
  }

  .firm-standards-grid {
    gap: 30px;
  }

  .contact-intro {
    padding: 82px 0 78px;
  }

  .contact-intro-grid {
    gap: 38px;
  }

  .contact-panel {
    gap: 28px;
    margin-top: -76px;
  }

  .contact-panel-image img {
    min-height: 360px;
  }

  .footer-main {
    gap: 34px;
    padding: 62px 0;
  }

  .footer-brand {
    text-align: left;
  }

  .footer-logo {
    width: 240px;
    margin: 0;
  }

  .footer-col h3 {
    margin-bottom: 20px;
  }

  .footer-social {
    margin-left: 46px;
  }

  .footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }

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

@media (max-width: 640px) {
  .container,
  .header-inner,
  .hero-content,
  .feature-strip {
    width: min(100% - 28px, var(--container));
  }

  .topbar-info,
  .topbar-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .header-cta {
    min-width: 160px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 305px;
  }

  .hero-dots {
    bottom: 76px;
    gap: 10px;
  }

  .hero-dot {
    width: 14px;
    height: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 260px;
  }

  .service-grid,
  .blog-grid,
  .communication-posts,
  .team-grid,
  .benefit-grid,
  .contact-form-row,
  .form-row {
    grid-template-columns: 1fr;
  }

  .team-advisors-section {
    padding: 58px 0 72px;
  }

  .team-intro {
    margin-bottom: 40px;
  }

  .team-card-body {
    padding-top: 22px;
  }

  .testimonial-card {
    flex: 0 0 100%;
    padding: 34px 28px;
  }

  .carousel-wrapper {
    padding: 0;
  }

  .carousel-btn {
    display: none;
  }

  .services-section {
    background-image: none;
  }

  .cta-band {
    min-height: 400px;
    background-attachment: scroll;
  }

  .cta-content {
    min-height: 400px;
    gap: 24px;
  }

  .cta-content h2 {
    margin-bottom: 18px;
  }

  .cta-content p {
    font-size: 17px;
  }

  .service-card {
    grid-template-columns: 46px 1fr;
    padding: 32px 24px;
  }

  .service-icon {
    width: 46px;
    height: 46px;
    font-size: 34px;
  }

  .about-section,
  .firm-about,
  .firm-standards,
  .contact-intro,
  .services-section,
  .testimonials-section,
  .blog-section,
  .communication-listing,
  .page-body {
    padding: 72px 0;
  }

  .communication-layout {
    gap: 42px;
  }

  .communication-card-body {
    padding: 26px 18px 0;
  }

  .communication-card h2 {
    font-size: 23px;
  }

  .feature-card,
  .contact-form {
    padding: 28px 24px;
  }

  .footer-main {
    gap: 30px;
    padding: 54px 0;
  }

  .footer-logo {
    width: 220px;
  }

  .footer-contact-item {
    margin-bottom: 22px;
  }

  .footer-social {
    margin: 8px 0 0 0;
  }

  .footer-bottom nav {
    gap: 12px 20px;
  }

  .scroll-to-top {
    width: 42px;
    height: 42px;
    bottom: 24px;
  }

  .values-copy {
    width: min(100% - 28px, var(--container));
    padding: 68px 0 46px;
  }

  .values-section .section-title {
    font-size: clamp(32px, 10vw, 40px);
  }

  .value-card {
    grid-template-columns: 32px 1fr;
    gap: 16px;
  }

  .value-icon {
    font-size: 30px;
  }

  .values-image {
    min-height: 330px;
  }

  .experience-box {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -4px;
    border-width: 0;
  }

  .firm-about-grid {
    gap: 34px;
  }

  .firm-commitment {
    padding: 64px 0 72px;
  }

  .firm-commitment-inner {
    gap: 28px;
  }

  .firm-commitment-title::before {
    left: -14px;
    width: 210px;
  }

  .firm-commitment-inner > p {
    margin-top: 0;
  }

  .firm-value-panel {
    min-height: 0;
    padding: 0 24px 28px;
  }

  .firm-value-panel h3 {
    min-height: 48px;
    padding: 0 24px;
    font-size: 28px;
  }

  .firm-value-panel p {
    font-size: 15px;
    text-align: left;
  }

  .firm-standards-grid {
    gap: 26px;
  }

  .firm-skills {
    gap: 22px;
  }

  .contact-form-section {
    padding-bottom: 72px;
  }

  .contact-form-backdrop {
    min-height: 360px;
    padding-top: 76px;
  }

  .contact-panel {
    width: min(100% - 28px, var(--container));
    margin-top: -84px;
    padding: 22px;
  }

  .contact-panel-image img {
    min-height: 310px;
  }

  .contact-page-form {
    gap: 18px;
  }

  .contact-page-form input,
  .contact-page-form select,
  .contact-page-form textarea {
    padding: 15px 16px;
  }

  .contact-page-form .btn-primary {
    width: 100%;
  }

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

  .page-title {
    min-height: 430px;
  }

  .page-title-content {
    padding-top: 245px;
  }
}
