:root {
  --navy-950: #001326;
  --navy-900: #061b31;
  --navy-card: rgba(4, 26, 48, 0.82);
  --gold: #d9a342;
  --gold-light: #efbe61;
  --paper: #f5f4f1;
  --muted: #d9dce1;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy-950);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: var(--navy-950);
  font-family: "Lato", Arial, sans-serif;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
}

.hero__photo,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__photo {
  z-index: -3;
  background: url("assets/hero-law-office-v2.png") center / cover no-repeat;
  transform: scale(1.002);
}

.hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 12, 25, 0.995) 0%, rgba(0, 15, 31, 0.985) 34%, rgba(0, 16, 32, 0.82) 49%, rgba(0, 14, 28, 0.17) 73%),
    linear-gradient(180deg, rgba(0, 9, 19, 0.06) 38%, rgba(0, 13, 28, 0.34) 66%, rgba(0, 12, 25, 0.88) 100%);
}

.hero-lawyer {
  --lawyer-shift-x: 0px;
  --lawyer-shift-y: 0px;
  position: absolute;
  left: 52%;
  right: auto;
  bottom: 0;
  z-index: 0;
  width: clamp(545px, 44vw, 740px);
  height: 100%;
  margin: 0;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
  translate: -50% 0;
  transform: translate3d(34px, 12px, 0) scale(0.985);
  transform-origin: 70% 100%;
  animation: hero-lawyer-enter 480ms var(--ease) 120ms forwards;
}

.hero-lawyer__portrait {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  transform: translate3d(var(--lawyer-shift-x), var(--lawyer-shift-y), 0);
  transform-origin: 65% 100%;
  filter:
    saturate(0.87)
    contrast(1.03)
    drop-shadow(-26px 24px 40px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 18px rgba(226, 173, 75, 0.12));
  transition: transform 220ms var(--ease);
  will-change: transform;
}

.hero-lawyer__halo {
  position: absolute;
  top: 19%;
  right: 3%;
  z-index: 0;
  width: 67%;
  aspect-ratio: 1;
  border: 1px solid rgba(234, 181, 83, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(226, 174, 75, 0.15), rgba(16, 54, 86, 0.08) 45%, transparent 69%);
  box-shadow:
    0 0 90px rgba(207, 153, 57, 0.08),
    inset 0 0 70px rgba(230, 178, 80, 0.035);
}

.hero-lawyer__halo::before,
.hero-lawyer__halo::after {
  position: absolute;
  inset: 10%;
  content: "";
  border: 1px solid rgba(237, 185, 88, 0.11);
  border-radius: 50%;
}

.hero-lawyer__halo::after {
  inset: 24%;
}

.hero-lawyer__line {
  position: absolute;
  z-index: 1;
  width: 260px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(236, 183, 84, 0.42), transparent);
  transform-origin: center;
}

.hero-lawyer__line--one {
  top: 30%;
  right: 9%;
  transform: rotate(48deg);
}

.hero-lawyer__line--two {
  top: 43%;
  right: 27%;
  transform: rotate(-42deg);
  opacity: 0.72;
}

.hero-lawyer__caption {
  position: absolute;
  top: clamp(420px, 48svh, 525px);
  left: 69%;
  right: auto;
  z-index: 4;
  width: min(300px, 25vw);
  min-width: 245px;
  padding: 15px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: rgba(245, 244, 241, 0.94);
  border: 1px solid rgba(232, 178, 77, 0.72);
  border-left: 3px solid var(--gold-light);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(2, 24, 46, 0.97), rgba(7, 39, 68, 0.91));
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(18px, 0, 0);
  animation: hero-caption-enter 360ms var(--ease) 380ms forwards;
}

.hero-lawyer__caption::before {
  position: absolute;
  top: 50%;
  left: -44px;
  width: 44px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(239, 190, 97, 0.88));
}

.hero-lawyer__caption span {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-lawyer__caption strong {
  font: 500 clamp(17px, 1.25vw, 21px) / 1.12 "EB Garamond", Georgia, serif;
  text-wrap: balance;
}

.mobile-lawyer {
  display: none;
}

.team-profiles__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.whatsapp-float {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, calc(env(safe-area-inset-bottom) + 14px));
  z-index: 60;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: linear-gradient(145deg, #2bda70, #159747);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.38),
    0 0 0 4px rgba(0, 19, 38, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  text-decoration: none;
  isolation: isolate;
  touch-action: manipulation;
  transition:
    transform 220ms var(--ease),
    filter 220ms ease,
    box-shadow 220ms ease;
}

.whatsapp-float > svg {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: block;
  fill: currentColor;
}

.whatsapp-float__pulse {
  position: absolute;
  inset: -1px;
  z-index: -1;
  border: 2px solid rgba(43, 218, 112, 0.72);
  border-radius: inherit;
  opacity: 0;
  animation: whatsapp-pulse 2.2s ease-out 3;
}

.whatsapp-float:hover {
  filter: brightness(1.08);
  transform: translateY(-3px) scale(1.035);
  box-shadow:
    0 17px 38px rgba(0, 0, 0, 0.42),
    0 0 0 4px rgba(0, 19, 38, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.whatsapp-float:active {
  transform: translateY(0) scale(0.97);
}

.whatsapp-float:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

@keyframes whatsapp-pulse {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  18% {
    opacity: 0.56;
  }

  72%,
  100% {
    opacity: 0;
    transform: scale(1.52);
  }
}

@keyframes hero-lawyer-enter {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-caption-enter {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100svh;
  padding: 27px clamp(30px, 3.3vw, 55px) 36px;
  display: flex;
  flex-direction: column;
}

.hero__header {
  min-height: 83px;
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--gold-light);
  text-decoration: none;
}

.brand__image {
  display: block;
  width: clamp(245px, 19vw, 300px);
  height: auto;
  filter: drop-shadow(0 0 8px rgba(220, 166, 70, 0.14));
}

.hero__copy {
  width: min(100%, 790px);
  margin-top: 23px;
}

h1 {
  margin: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.hero__title-gold,
.hero__title-light {
  display: block;
}

.hero__title-gold {
  color: var(--gold-light);
  font-size: clamp(55px, 4.65vw, 74px);
  line-height: 0.92;
}

.hero__title-light {
  color: #f6f5f2;
  font-size: clamp(48px, 3.95vw, 63px);
  line-height: 1.06;
  letter-spacing: -0.018em;
}

.hero__title-gold + .hero__title-light {
  margin-top: 18px;
}

.title-rule {
  position: relative;
  width: 90px;
  height: 2px;
  margin: 22px 0 20px;
  background: var(--gold-light);
}

.title-rule span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold-light);
  transform: translate(50%, -50%);
}

.hero__text {
  margin: 0;
  color: rgba(247, 247, 245, 0.94);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.44;
  letter-spacing: 0.002em;
}

.hero__actions {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.button {
  min-height: 70px;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  font-size: clamp(16px, 1.15vw, 19px);
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms var(--ease), filter 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.button > svg {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--primary {
  width: 489px;
  padding: 0 26px;
  justify-content: flex-start;
  gap: 17px;
  color: #171208;
  border: 1px solid rgba(255, 224, 160, 0.6);
  background: linear-gradient(105deg, #e4ad4b 0%, #f1c86d 59%, #dfa544 100%);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 247, 217, 0.55);
}

.button--primary > svg:first-child {
  width: 35px;
  height: 35px;
  stroke-width: 2;
}

.button--primary > .button__whatsapp {
  fill: currentColor;
  stroke: none;
}

.button--primary span {
  white-space: nowrap;
}

.button__arrow {
  width: 27px;
  height: 18px;
  margin-left: auto;
  transition: transform 220ms var(--ease);
}

.button--secondary {
  width: 270px;
  padding: 0 27px;
  gap: 18px;
  color: rgba(248, 248, 246, 0.94);
  border: 1px solid var(--gold);
  background: rgba(0, 19, 38, 0.72);
  box-shadow: inset 0 0 24px rgba(4, 37, 67, 0.25);
  backdrop-filter: blur(3px);
}

.button--secondary svg {
  width: 31px;
  height: 31px;
  color: var(--gold-light);
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary:hover {
  filter: brightness(1.07);
  box-shadow: 0 11px 32px rgba(217, 163, 66, 0.2), inset 0 1px 0 rgba(255, 247, 217, 0.65);
}

.button--primary:hover .button__arrow {
  transform: translateX(4px);
}

.button--secondary:hover {
  background: rgba(7, 40, 68, 0.9);
}

.button:active {
  transform: translateY(0);
}

.button:focus-visible,
.brand:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.response-note {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.response-note > svg {
  width: 22px;
  height: 36px;
  flex: 0 0 auto;
  fill: var(--gold-light);
  filter: drop-shadow(0 0 7px rgba(233, 179, 79, 0.14));
}

.response-note p {
  margin: 0;
  display: flex;
  flex-direction: column;
  color: rgba(242, 243, 242, 0.88);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.45;
}

.response-note strong {
  color: var(--paper);
  font-weight: 700;
}

.response-note small {
  margin-top: 3px;
  font-size: 0.9em;
  color: rgba(225, 227, 230, 0.83);
}

.benefits {
  width: 100%;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.benefit {
  min-height: 207px;
  padding: 28px 24px 24px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  border: 1px solid rgba(201, 145, 54, 0.5);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(8, 34, 59, 0.82), rgba(1, 19, 38, 0.9));
  box-shadow: inset 0 0 38px rgba(12, 44, 73, 0.16), 0 10px 28px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(4px);
  transition: transform 220ms var(--ease), border-color 220ms ease, background-color 220ms ease;
}

.benefit:hover {
  border-color: rgba(239, 190, 97, 0.82);
  background: linear-gradient(145deg, rgba(10, 42, 72, 0.9), rgba(2, 24, 47, 0.94));
  transform: translateY(-3px);
}

.benefit__icon {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: var(--gold-light);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(231, 176, 73, 0.1));
}

.benefit__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.benefit h2 {
  margin: 7px 0 9px;
  color: #f5f4f1;
  font: 500 clamp(20px, 1.45vw, 24px) / 1.12 "EB Garamond", Georgia, serif;
  letter-spacing: -0.015em;
}

.benefit p {
  margin: 0;
  color: rgba(227, 229, 232, 0.9);
  font-size: clamp(14px, 1.03vw, 17px);
  line-height: 1.45;
}

.benefit__line {
  white-space: nowrap;
}

.benefit__dash {
  width: 22px;
  height: 3px;
  margin-top: auto;
  border-radius: 4px;
  background: var(--gold-light);
}

@media (max-width: 1320px) {
  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 12, 25, 0.99) 0%, rgba(0, 15, 31, 0.97) 38%, rgba(0, 16, 32, 0.72) 56%, rgba(0, 14, 28, 0.12) 82%),
      linear-gradient(180deg, rgba(0, 9, 19, 0.06) 36%, rgba(0, 13, 28, 0.4) 67%, rgba(0, 12, 25, 0.92) 100%);
  }

  .hero-lawyer {
    left: 52%;
    right: auto;
    width: clamp(510px, 48vw, 640px);
  }

  .hero-lawyer__caption {
    top: clamp(390px, 46svh, 500px);
    left: 69%;
    width: min(280px, 26vw);
    min-width: 230px;
  }

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

  .benefit {
    min-height: 180px;
  }
}

@media (max-width: 900px) {
  .hero__photo {
    height: 800px;
    background-position: 92% top;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 12, 25, 0.98) 0%, rgba(0, 15, 31, 0.9) 45%, rgba(0, 16, 32, 0.42) 76%, rgba(0, 14, 28, 0.08) 100%),
      linear-gradient(180deg, rgba(0, 10, 22, 0.08) 0%, rgba(0, 15, 31, 0.24) 54%, rgba(0, 19, 38, 0.9) 735px, #001326 800px, #001326 100%);
  }

  .hero-lawyer {
    display: none;
  }

  .hero-lawyer__caption {
    display: none;
  }

  .mobile-lawyer {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 34px 24px 44px;
    background:
      radial-gradient(circle at 50% 15%, rgba(26, 68, 104, 0.34), transparent 45%),
      linear-gradient(180deg, #001326, #031a31);
  }

  .mobile-lawyer::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
      linear-gradient(135deg, transparent 48%, rgba(220, 164, 66, 0.08) 48.15%, transparent 48.3%),
      linear-gradient(45deg, transparent 70%, rgba(220, 164, 66, 0.06) 70.15%, transparent 70.3%);
  }

  .mobile-lawyer__card {
    position: relative;
    width: min(100%, 520px);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(217, 163, 66, 0.66);
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(8, 37, 64, 0.98), rgba(1, 19, 37, 0.99));
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }

  .mobile-lawyer__visual {
    position: relative;
    height: clamp(330px, 86vw, 455px);
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 46%, rgba(224, 172, 73, 0.16), transparent 49%),
      linear-gradient(180deg, rgba(7, 35, 62, 0.88), rgba(0, 17, 33, 0.96));
  }

  .mobile-lawyer__visual::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 38%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(1, 19, 37, 0.98));
    pointer-events: none;
  }

  .mobile-lawyer__visual img {
    position: absolute;
    right: 50%;
    bottom: -5px;
    z-index: 2;
    width: min(86%, 390px);
    height: auto;
    display: block;
    filter:
      saturate(0.88)
      contrast(1.03)
      drop-shadow(0 20px 30px rgba(0, 0, 0, 0.38));
    transform: translateX(50%);
  }

  .mobile-lawyer__halo {
    position: absolute;
    top: 12%;
    left: 50%;
    z-index: 1;
    width: min(76vw, 360px);
    aspect-ratio: 1;
    border: 1px solid rgba(239, 190, 97, 0.22);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(225, 172, 73, 0.12), transparent 68%);
    box-shadow: 0 0 70px rgba(205, 151, 54, 0.08);
    transform: translateX(-50%);
  }

  .mobile-lawyer__halo::before,
  .mobile-lawyer__halo::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(239, 190, 97, 0.1);
    border-radius: 50%;
  }

  .mobile-lawyer__halo::before {
    inset: 12%;
  }

  .mobile-lawyer__halo::after {
    inset: 28%;
  }

  .mobile-lawyer__line {
    position: absolute;
    z-index: 1;
    width: 180px;
    height: 1px;
    display: block;
    background: linear-gradient(90deg, transparent, rgba(239, 190, 97, 0.35), transparent);
  }

  .mobile-lawyer__line--one {
    top: 28%;
    right: -20px;
    transform: rotate(48deg);
  }

  .mobile-lawyer__line--two {
    top: 48%;
    left: -24px;
    transform: rotate(-43deg);
  }

  .mobile-lawyer__content {
    position: relative;
    z-index: 4;
    margin-top: -22px;
    padding: 0 24px 25px;
    text-align: center;
  }

  .mobile-lawyer__eyebrow {
    margin: 0;
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .mobile-lawyer h2 {
    max-width: 430px;
    margin: 9px auto 0;
    color: #f6f5f2;
    font: 500 clamp(30px, 8.5vw, 41px) / 1.02 "EB Garamond", Georgia, serif;
    letter-spacing: -0.018em;
    text-wrap: balance;
  }

  .mobile-lawyer__role {
    max-width: 34ch;
    margin: 12px auto 0;
    color: rgba(226, 230, 234, 0.86);
    font-size: 16px;
    line-height: 1.48;
  }

  .mobile-lawyer__facts {
    margin: 19px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
  }

  .mobile-lawyer__facts span {
    padding: 8px 12px;
    color: rgba(246, 245, 242, 0.92);
    border: 1px solid rgba(217, 163, 66, 0.42);
    border-radius: 999px;
    background: rgba(6, 31, 55, 0.72);
    font-size: 13px;
    line-height: 1.2;
  }

  .mobile-lawyer__action {
    width: 100%;
    min-height: 58px;
    margin-top: 20px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #151106;
    border: 1px solid rgba(255, 227, 168, 0.65);
    border-radius: 8px;
    background: linear-gradient(105deg, #e4ad4b, #f1c86d 59%, #dfa544);
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255, 248, 219, 0.58);
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    touch-action: manipulation;
  }

  .mobile-lawyer__action > svg:first-child {
    width: 27px;
    height: 27px;
    flex: 0 0 auto;
    fill: currentColor;
  }

  .mobile-lawyer__action span {
    min-width: 0;
  }

  .mobile-lawyer__arrow {
    width: 24px;
    height: 18px;
    margin-left: auto;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-lawyer__action:active {
    transform: scale(0.985);
  }

  .mobile-lawyer__action:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }

  .hero__inner {
    padding: 22px 24px 30px;
  }

  .hero__copy {
    position: relative;
    margin-top: 24px;
  }

  .hero__title-gold {
    font-size: clamp(44px, 8vw, 64px);
  }

  .hero__title-light {
    font-size: clamp(40px, 7vw, 56px);
  }

  .hero__actions {
    max-width: 760px;
  }

  .hero__text,
  .response-note {
    text-shadow: 0 2px 12px rgba(0, 4, 10, 0.86);
  }

  .button--primary {
    width: min(100%, 470px);
  }

  .button--secondary {
    width: 250px;
  }
}

@media (max-width: 680px) {
  .brand__image {
    width: min(70vw, 250px);
  }

  .hero__photo {
    height: 760px;
    background-position: 94% top;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 12, 25, 0.985) 0%, rgba(0, 15, 31, 0.9) 48%, rgba(0, 16, 32, 0.4) 78%, rgba(0, 14, 28, 0.06) 100%),
      linear-gradient(180deg, rgba(0, 10, 22, 0.06) 0%, rgba(0, 15, 31, 0.22) 54%, rgba(0, 19, 38, 0.93) 700px, #001326 760px, #001326 100%);
  }

  .hero-lawyer {
    top: 0;
    right: -30px;
    width: min(92vw, 390px);
    height: 640px;
  }

  .hero-lawyer__halo {
    top: 20%;
    right: 5%;
    width: 69%;
  }

  .hero-lawyer__line {
    width: 180px;
  }

  .hero__copy {
    margin-top: 18px;
  }

  .hero__title-gold {
    font-size: clamp(36px, 10.2vw, 46px);
    line-height: 0.98;
    text-wrap: balance;
  }

  .hero__title-light {
    font-size: clamp(34px, 9.4vw, 43px);
    text-wrap: balance;
  }

  .hero__title-gold + .hero__title-light {
    margin-top: 13px;
  }

  .desktop-break {
    display: none;
  }

  .hero__text {
    font-size: 16px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 10px;
  }

  .button,
  .button--primary,
  .button--secondary {
    width: 100%;
    min-height: 60px;
  }

  .button--primary {
    padding-inline: 18px;
    gap: 12px;
    font-size: 15px;
  }

  .button--primary > svg:first-child {
    width: 30px;
    height: 30px;
  }

  .button--secondary {
    justify-content: center;
  }

  .mobile-lawyer {
    padding: 28px 16px 38px;
  }

  .mobile-lawyer__visual {
    height: clamp(310px, 90vw, 405px);
  }

  .mobile-lawyer__content {
    padding-inline: 19px;
  }

  .whatsapp-float {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
    width: 60px;
    height: 60px;
  }

  .whatsapp-float > svg {
    width: 31px;
    height: 31px;
  }

  .response-note p {
    font-size: 15px;
  }

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

  .benefit {
    min-height: 156px;
    padding: 22px 20px;
  }
}

@media (max-width: 420px) {
  .hero__inner {
    padding-inline: 17px;
  }

  .brand__image {
    width: min(78vw, 230px);
  }

  .hero-lawyer {
    display: none;
  }

  .mobile-lawyer__visual {
    height: clamp(300px, 94vw, 380px);
  }

  .hero__copy {
    margin-top: 16px;
  }

  .hero__title-gold {
    font-size: 35px;
  }

  .hero__title-light {
    font-size: 33px;
  }

  .button--primary span {
    white-space: normal;
  }

  .button__arrow {
    width: 23px;
  }

  .mobile-lawyer__content {
    padding: 0 16px 20px;
  }

  .mobile-lawyer__eyebrow {
    font-size: 11px;
  }

  .mobile-lawyer h2 {
    font-size: clamp(29px, 9.1vw, 36px);
  }

  .mobile-lawyer__action {
    padding-inline: 15px;
    gap: 10px;
    font-size: 14px;
  }

  .benefit {
    grid-template-columns: 53px minmax(0, 1fr);
    gap: 15px;
  }

  .benefit__icon {
    width: 53px;
    height: 53px;
  }
}

@media (max-width: 900px) and (orientation: landscape) and (min-width: 640px) {
  .hero__photo {
    height: 100%;
    background-position: center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(0, 12, 25, 0.995) 0%, rgba(0, 15, 31, 0.96) 48%, rgba(0, 16, 32, 0.34) 72%, rgba(0, 14, 28, 0.12) 100%),
      linear-gradient(180deg, rgba(0, 9, 19, 0.08), rgba(0, 12, 25, 0.82));
  }

  .hero-lawyer {
    display: none;
  }

  .hero__copy {
    width: 63%;
    margin-top: 16px;
  }

  .hero__title-gold {
    font-size: clamp(38px, 6vw, 51px);
  }

  .hero__title-light {
    font-size: clamp(34px, 5.2vw, 45px);
  }

  .hero__text {
    max-width: 58ch;
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  .hero__inner {
    padding-top: 18px;
    padding-bottom: 24px;
  }

  .hero__header {
    min-height: 66px;
  }

  .brand__image {
    width: 230px;
  }

  .hero__copy {
    margin-top: 12px;
  }

  .hero__title-gold {
    font-size: 54px;
  }

  .hero__title-light {
    font-size: 51px;
    line-height: 1;
  }

  .hero__title-gold + .hero__title-light {
    margin-top: 10px;
  }

  .title-rule {
    margin: 15px 0 14px;
  }

  .hero__text {
    font-size: 16px;
    line-height: 1.35;
  }

  .hero__actions {
    margin-top: 13px;
  }

  .button {
    min-height: 58px;
  }

  .response-note {
    margin-top: 12px;
  }

  .benefits {
    margin-top: 15px;
  }

  .benefit {
    min-height: 156px;
    padding-top: 21px;
    padding-bottom: 18px;
  }
}

.lawyer-profile {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 22% 42%, rgba(28, 76, 116, 0.42), transparent 37%),
    radial-gradient(circle at 82% 24%, rgba(191, 137, 45, 0.08), transparent 30%),
    linear-gradient(120deg, #001326 0%, #061c33 52%, #001326 100%);
}

.lawyer-profile::before,
.lawyer-profile::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.lawyer-profile::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 8, 17, 0.08), transparent 38%, rgba(0, 8, 17, 0.26)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 35%, rgba(0, 8, 17, 0.26));
}

.lawyer-profile::after {
  right: -10%;
  bottom: -45%;
  width: 48vw;
  aspect-ratio: 1;
  border: 1px solid rgba(221, 167, 67, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(221, 167, 67, 0.018),
    0 0 0 160px rgba(221, 167, 67, 0.012);
}

.lawyer-profile__geometry {
  position: absolute;
  inset: 0;
  z-index: -1;
  color: rgba(225, 171, 72, 0.15);
  pointer-events: none;
}

.lawyer-profile__geometry-line {
  position: absolute;
  width: 520px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
}

.lawyer-profile__geometry-line--one {
  top: 19%;
  left: 27%;
  transform: rotate(46deg);
}

.lawyer-profile__geometry-line--two {
  right: 3%;
  bottom: 18%;
  transform: rotate(-44deg);
}

.lawyer-profile__geometry-ring {
  position: absolute;
  top: 8%;
  left: 8%;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.lawyer-profile__geometry-ring::before,
.lawyer-profile__geometry-ring::after {
  position: absolute;
  content: "";
  border: 1px solid currentColor;
  border-radius: inherit;
}

.lawyer-profile__geometry-ring::before {
  inset: 12%;
  opacity: 0.62;
}

.lawyer-profile__geometry-ring::after {
  inset: 29%;
  opacity: 0.42;
}

.lawyer-profile__inner {
  position: relative;
  width: min(100%, 1460px);
  min-height: 760px;
  margin: 0 auto;
  padding: 64px clamp(34px, 5vw, 82px);
  display: grid;
  grid-template-columns: minmax(380px, 0.88fr) minmax(520px, 1.12fr);
  align-items: stretch;
  gap: clamp(48px, 6vw, 94px);
}

.lawyer-profile__visual {
  position: relative;
  min-height: 632px;
  overflow: hidden;
  border: 1px solid rgba(219, 164, 64, 0.54);
  border-radius: 22px 22px 90px 22px;
  background:
    radial-gradient(circle at 48% 34%, rgba(228, 177, 81, 0.17), transparent 36%),
    linear-gradient(155deg, rgba(12, 47, 77, 0.86), rgba(1, 19, 37, 0.97));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.lawyer-profile__visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 31%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(1, 18, 35, 0.96));
  pointer-events: none;
}

.lawyer-profile__portrait-halo {
  position: absolute;
  top: 11%;
  left: 50%;
  z-index: 0;
  width: min(32vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 190, 97, 0.25);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 172, 73, 0.13), transparent 67%);
  box-shadow:
    0 0 85px rgba(201, 147, 51, 0.08),
    inset 0 0 60px rgba(230, 178, 80, 0.035);
  transform: translateX(-50%);
}

.lawyer-profile__portrait-halo::before,
.lawyer-profile__portrait-halo::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(239, 190, 97, 0.11);
  border-radius: 50%;
}

.lawyer-profile__portrait-halo::before {
  inset: 12%;
}

.lawyer-profile__portrait-halo::after {
  inset: 28%;
}

.lawyer-profile__monogram {
  position: absolute;
  top: 8px;
  left: 19px;
  z-index: 1;
  color: rgba(239, 190, 97, 0.08);
  font: 500 clamp(170px, 16vw, 270px) / 1 "EB Garamond", Georgia, serif;
  pointer-events: none;
}

.lawyer-profile__visual img {
  position: absolute;
  right: 50%;
  bottom: -82px;
  z-index: 2;
  width: clamp(401px, 32.4vw, 545px);
  max-width: none;
  height: auto;
  display: block;
  filter:
    saturate(0.88)
    contrast(1.025)
    drop-shadow(0 24px 36px rgba(0, 0, 0, 0.38));
  transform: translateX(50%);
}

.lawyer-profile__portrait-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  min-width: 176px;
  padding: 12px 15px 13px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(225, 172, 73, 0.52);
  border-left: 3px solid var(--gold-light);
  border-radius: 7px;
  background: rgba(1, 21, 41, 0.9);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.lawyer-profile__portrait-label span {
  color: rgba(228, 231, 234, 0.76);
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lawyer-profile__portrait-label strong {
  margin-top: 2px;
  color: var(--gold-light);
  font: 500 21px / 1.08 "EB Garamond", Georgia, serif;
}

.lawyer-profile__content {
  align-self: center;
  max-width: 720px;
  padding-block: 14px;
}

.lawyer-profile__eyebrow {
  margin: 0;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lawyer-profile h2 {
  max-width: 690px;
  margin: 12px 0 0;
  color: #f5f4f1;
  font: 500 clamp(46px, 4.1vw, 67px) / 0.98 "EB Garamond", Georgia, serif;
  letter-spacing: -0.025em;
  text-wrap: balance;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.24);
}

.lawyer-profile__lead {
  max-width: 68ch;
  margin: 24px 0 0;
  color: rgba(248, 247, 244, 0.95);
  font: 500 clamp(18px, 1.35vw, 21px) / 1.5 "EB Garamond", Georgia, serif;
}

.lawyer-profile__facts {
  max-width: 720px;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.lawyer-profile__facts span {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: rgba(245, 244, 241, 0.9);
  font-size: 13px;
  line-height: 1.35;
}

.lawyer-profile__facts span:first-child {
  padding-right: 15px;
  color: var(--gold-light);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lawyer-profile__facts span + span {
  max-width: 39ch;
  padding-left: 15px;
  border-left: 1px solid rgba(217, 163, 66, 0.46);
}

.lawyer-profile__action {
  width: min(100%, 370px);
  min-height: 60px;
  margin-top: 24px;
  padding: 0 21px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #171208;
  border: 1px solid rgba(255, 224, 160, 0.62);
  border-radius: 7px;
  background: linear-gradient(105deg, #e4ad4b, #f1c86d 59%, #dfa544);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.23),
    inset 0 1px 0 rgba(255, 247, 217, 0.58);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  touch-action: manipulation;
  transition:
    transform 220ms var(--ease),
    filter 220ms ease,
    box-shadow 220ms ease;
}

.lawyer-profile__action > svg:first-child {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  fill: currentColor;
}

.lawyer-profile__action-arrow {
  width: 25px;
  height: 18px;
  margin-left: auto;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms var(--ease);
}

.lawyer-profile__action:hover {
  filter: brightness(1.07);
  transform: translateY(-2px);
  box-shadow:
    0 15px 34px rgba(217, 163, 66, 0.18),
    inset 0 1px 0 rgba(255, 247, 217, 0.64);
}

.lawyer-profile__action:hover .lawyer-profile__action-arrow {
  transform: translateX(4px);
}

.lawyer-profile__action:active {
  transform: translateY(0) scale(0.985);
}

.lawyer-profile__action:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .lawyer-profile__inner {
    grid-template-columns: minmax(340px, 0.84fr) minmax(430px, 1.16fr);
    gap: 42px;
  }

  .lawyer-profile__visual {
    min-height: 610px;
  }

  .lawyer-profile__visual img {
    width: clamp(375px, 35.3vw, 471px);
  }

  .lawyer-profile h2 {
    font-size: clamp(44px, 5vw, 59px);
  }
}

@media (max-width: 860px) {
  .lawyer-profile {
    min-height: auto;
  }

  .lawyer-profile__inner {
    min-height: 0;
    padding: 44px 24px 54px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .lawyer-profile__visual {
    width: min(100%, 560px);
    min-height: 0;
    height: clamp(420px, 92vw, 560px);
    margin: 0 auto;
    border-radius: 20px 20px 70px 20px;
  }

  .lawyer-profile__portrait-halo {
    width: min(72vw, 410px);
  }

  .lawyer-profile__visual img {
    width: min(82%, 420px);
  }

  .lawyer-profile__content {
    width: min(100%, 620px);
    margin: -24px auto 0;
    padding: 31px 24px 26px;
    border: 1px solid rgba(217, 163, 66, 0.55);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(6, 34, 60, 0.98), rgba(1, 20, 39, 0.985));
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  }

  .lawyer-profile h2 {
    max-width: 560px;
    font-size: clamp(40px, 7.8vw, 57px);
  }

}

@media (max-width: 560px) {
  .lawyer-profile__inner {
    padding: 32px 16px 42px;
  }

  .lawyer-profile__visual {
    height: clamp(350px, 105vw, 465px);
    border-radius: 17px 17px 56px 17px;
  }

  .lawyer-profile__visual img {
    width: min(88%, 340px);
  }

  .lawyer-profile__portrait-label {
    right: 14px;
    bottom: 14px;
    min-width: 150px;
    padding: 10px 12px 11px;
  }

  .lawyer-profile__portrait-label strong {
    font-size: 19px;
  }

  .lawyer-profile__content {
    margin-top: -18px;
    padding: 27px 18px 22px;
  }

  .lawyer-profile__eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .lawyer-profile h2 {
    font-size: clamp(34px, 10.5vw, 43px);
  }

  .lawyer-profile__lead {
    margin-top: 20px;
    font-size: 18px;
  }

  .lawyer-profile__action {
    width: 100%;
    min-height: 58px;
    padding-inline: 16px;
    gap: 11px;
    font-size: 15px;
  }

  .lawyer-profile__geometry-line--one {
    left: -34%;
  }

  .lawyer-profile__geometry-ring {
    top: 3%;
    left: -20%;
    width: 95vw;
  }
}

@media (max-width: 380px) {
  .lawyer-profile__inner {
    padding-inline: 12px;
  }

  .lawyer-profile__content {
    padding-inline: 15px;
  }

  .lawyer-profile h2 {
    font-size: 33px;
  }

  .lawyer-profile__action {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .lawyer-profile {
    min-height: auto;
    padding: 34px 24px 44px;
    background:
      radial-gradient(circle at 50% 15%, rgba(26, 68, 104, 0.34), transparent 45%),
      linear-gradient(180deg, #001326, #031a31);
  }

  .lawyer-profile::before {
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(135deg, transparent 48%, rgba(220, 164, 66, 0.08) 48.15%, transparent 48.3%),
      linear-gradient(45deg, transparent 70%, rgba(220, 164, 66, 0.06) 70.15%, transparent 70.3%);
  }

  .lawyer-profile::after,
  .lawyer-profile__geometry,
  .lawyer-profile__monogram,
  .lawyer-profile__portrait-label {
    display: none;
  }

  .lawyer-profile__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(217, 163, 66, 0.66);
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(8, 37, 64, 0.98), rgba(1, 19, 37, 0.99));
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }

  .lawyer-profile__visual {
    width: 100%;
    min-height: 0;
    height: clamp(330px, 86vw, 455px);
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 46%, rgba(224, 172, 73, 0.16), transparent 49%),
      linear-gradient(180deg, rgba(7, 35, 62, 0.88), rgba(0, 17, 33, 0.96));
    box-shadow: none;
  }

  .lawyer-profile__visual::after {
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(1, 19, 37, 0.98));
  }

  .lawyer-profile__portrait-halo {
    top: 12%;
    width: min(76vw, 360px);
  }

  .lawyer-profile__visual img {
    right: 50%;
    bottom: -5px;
    width: min(63%, 287px);
    filter:
      saturate(0.88)
      contrast(1.03)
      drop-shadow(0 20px 30px rgba(0, 0, 0, 0.38));
    transform: translateX(50%);
  }

  .lawyer-profile__content {
    position: relative;
    z-index: 4;
    width: auto;
    max-width: none;
    margin: -22px 0 0;
    padding: 0 24px 25px;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .lawyer-profile__eyebrow {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.11em;
  }

  .lawyer-profile h2 {
    max-width: 430px;
    margin: 9px auto 0;
    font-size: clamp(30px, 8.5vw, 41px);
    line-height: 1.02;
    letter-spacing: -0.018em;
  }

  .lawyer-profile__lead {
    max-width: 34ch;
    margin: 12px auto 0;
    color: rgba(226, 230, 234, 0.86);
    font: 400 16px / 1.48 "Lato", Arial, sans-serif;
  }

  .lawyer-profile__facts {
    margin: 19px 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
  }

  .lawyer-profile__facts span,
  .lawyer-profile__facts span:first-child,
  .lawyer-profile__facts span + span {
    min-height: 0;
    padding: 8px 12px;
    color: rgba(246, 245, 242, 0.92);
    border: 1px solid rgba(217, 163, 66, 0.42);
    border-radius: 999px;
    background: rgba(6, 31, 55, 0.72);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .lawyer-profile__facts span + span {
    max-width: 34ch;
  }

  .lawyer-profile__action {
    width: 100%;
    min-height: 58px;
    margin-top: 20px;
    padding: 0 18px;
    gap: 12px;
    border-radius: 8px;
    font-size: 15px;
    text-align: left;
  }

}

@media (max-width: 680px) {
  .lawyer-profile {
    padding: 28px 16px 38px;
  }

  .lawyer-profile__visual {
    height: clamp(310px, 90vw, 405px);
  }

  .lawyer-profile__content {
    padding-inline: 19px;
  }
}

@media (max-width: 420px) {
  .lawyer-profile__visual {
    height: clamp(300px, 94vw, 380px);
  }

  .lawyer-profile__content {
    padding: 0 16px 20px;
  }

  .lawyer-profile__eyebrow {
    font-size: 11px;
  }

  .lawyer-profile h2 {
    font-size: clamp(29px, 9.1vw, 36px);
  }

  .lawyer-profile__action {
    padding-inline: 15px;
    gap: 10px;
    font-size: 14px;
  }
}

@media (min-width: 901px) {
  .team-profiles {
    position: relative;
    padding: clamp(58px, 5vw, 82px) clamp(28px, 5vw, 76px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 620px));
    align-items: stretch;
    justify-content: center;
    gap: clamp(22px, 2.6vw, 38px);
    overflow: hidden;
    isolation: isolate;
    background:
      radial-gradient(circle at 23% 18%, rgba(29, 77, 116, 0.38), transparent 34%),
      radial-gradient(circle at 78% 20%, rgba(193, 139, 48, 0.1), transparent 31%),
      linear-gradient(120deg, #001326 0%, #061c33 52%, #001326 100%);
  }

  .team-profiles::before,
  .team-profiles::after {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
  }

  .team-profiles::before {
    inset: 0;
    background:
      linear-gradient(135deg, transparent 48%, rgba(220, 164, 66, 0.07) 48.12%, transparent 48.24%),
      linear-gradient(45deg, transparent 71%, rgba(220, 164, 66, 0.055) 71.12%, transparent 71.24%);
  }

  .team-profiles::after {
    top: 8%;
    left: 50%;
    width: min(44vw, 640px);
    aspect-ratio: 1;
    border: 1px solid rgba(221, 167, 67, 0.055);
    border-radius: 50%;
    box-shadow:
      0 0 0 90px rgba(221, 167, 67, 0.014),
      0 0 0 180px rgba(221, 167, 67, 0.009);
    transform: translateX(-50%);
  }

  .team-profiles > .mobile-lawyer,
  .team-profiles > .lawyer-profile {
    position: relative;
    z-index: 1;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: visible;
    isolation: auto;
    background: none;
  }

  .team-profiles > .mobile-lawyer {
    display: block;
  }

  .team-profiles > .lawyer-profile::before,
  .team-profiles > .lawyer-profile::after,
  .team-profiles .lawyer-profile__geometry,
  .team-profiles .lawyer-profile__monogram,
  .team-profiles .lawyer-profile__portrait-label {
    display: none;
  }

  .team-profiles .mobile-lawyer__card,
  .team-profiles .lawyer-profile__inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 900px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(217, 163, 66, 0.66);
    border-radius: 24px;
    background: linear-gradient(155deg, rgba(8, 37, 64, 0.985), rgba(1, 19, 37, 0.995));
    box-shadow:
      0 28px 68px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.055);
  }

  .team-profiles .mobile-lawyer__visual,
  .team-profiles .lawyer-profile__visual {
    position: relative;
    width: 100%;
    min-height: 0;
    height: clamp(400px, 32vw, 480px);
    margin: 0;
    flex: 0 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 50% 45%, rgba(224, 172, 73, 0.16), transparent 49%),
      linear-gradient(180deg, rgba(7, 35, 62, 0.9), rgba(0, 17, 33, 0.97));
    box-shadow: none;
  }

  .team-profiles .mobile-lawyer__visual::after,
  .team-profiles .lawyer-profile__visual::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 38%;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(1, 19, 37, 0.985));
    pointer-events: none;
  }

  .team-profiles .mobile-lawyer__halo,
  .team-profiles .lawyer-profile__portrait-halo {
    position: absolute;
    top: 11%;
    left: 50%;
    z-index: 1;
    width: min(72%, 390px);
    aspect-ratio: 1;
    border: 1px solid rgba(239, 190, 97, 0.23);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(225, 172, 73, 0.12), transparent 68%);
    box-shadow: 0 0 78px rgba(205, 151, 54, 0.08);
    transform: translateX(-50%);
  }

  .team-profiles .mobile-lawyer__halo::before,
  .team-profiles .mobile-lawyer__halo::after,
  .team-profiles .lawyer-profile__portrait-halo::before,
  .team-profiles .lawyer-profile__portrait-halo::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(239, 190, 97, 0.1);
    border-radius: 50%;
  }

  .team-profiles .mobile-lawyer__halo::before,
  .team-profiles .lawyer-profile__portrait-halo::before {
    inset: 12%;
  }

  .team-profiles .mobile-lawyer__halo::after,
  .team-profiles .lawyer-profile__portrait-halo::after {
    inset: 28%;
  }

  .team-profiles .mobile-lawyer__line {
    position: absolute;
    z-index: 1;
    width: 210px;
    height: 1px;
    display: block;
    background: linear-gradient(90deg, transparent, rgba(239, 190, 97, 0.32), transparent);
  }

  .team-profiles .mobile-lawyer__line--one {
    top: 28%;
    right: -24px;
    transform: rotate(48deg);
  }

  .team-profiles .mobile-lawyer__line--two {
    top: 49%;
    left: -30px;
    transform: rotate(-43deg);
  }

  .team-profiles .mobile-lawyer__visual img,
  .team-profiles .lawyer-profile__visual img {
    position: absolute;
    right: 50%;
    bottom: -5px;
    z-index: 2;
    max-width: none;
    height: auto;
    display: block;
    filter:
      saturate(0.88)
      contrast(1.03)
      drop-shadow(0 22px 32px rgba(0, 0, 0, 0.38));
    transform: translateX(50%);
  }

  .team-profiles .mobile-lawyer__visual img {
    width: min(82%, 430px);
  }

  .team-profiles .lawyer-profile__visual img {
    width: min(61%, 320px);
  }

  .team-profiles .mobile-lawyer__content,
  .team-profiles .lawyer-profile__content {
    position: relative;
    z-index: 4;
    width: auto;
    max-width: none;
    min-height: 430px;
    margin: -24px 0 0;
    padding: 0 clamp(24px, 3vw, 40px) 34px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .team-profiles .mobile-lawyer__eyebrow,
  .team-profiles .lawyer-profile__eyebrow {
    margin: 0;
    color: var(--gold-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .team-profiles .mobile-lawyer h2,
  .team-profiles .lawyer-profile h2 {
    max-width: 14ch;
    margin: 10px auto 0;
    color: #f6f5f2;
    font: 500 clamp(34px, 3vw, 46px) / 1.01 "EB Garamond", Georgia, serif;
    letter-spacing: -0.02em;
    text-wrap: balance;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
  }

  .team-profiles .mobile-lawyer__role,
  .team-profiles .lawyer-profile__lead {
    max-width: 38ch;
    margin: 15px auto 0;
    color: rgba(226, 230, 234, 0.88);
    font: 400 16px / 1.52 "Lato", Arial, sans-serif;
  }

  .team-profiles .mobile-lawyer__facts,
  .team-profiles .lawyer-profile__facts {
    max-width: 100%;
    margin: 22px 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
  }

  .team-profiles .mobile-lawyer__facts span,
  .team-profiles .lawyer-profile__facts span,
  .team-profiles .lawyer-profile__facts span:first-child,
  .team-profiles .lawyer-profile__facts span + span {
    min-height: 0;
    max-width: 38ch;
    padding: 8px 12px;
    display: block;
    color: rgba(246, 245, 242, 0.92);
    border: 1px solid rgba(217, 163, 66, 0.42);
    border-radius: 999px;
    background: rgba(6, 31, 55, 0.72);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
  }

  .team-profiles .mobile-lawyer__action,
  .team-profiles .lawyer-profile__action {
    width: min(100%, 420px);
    min-height: 60px;
    margin-top: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #151106;
    border: 1px solid rgba(255, 227, 168, 0.65);
    border-radius: 8px;
    background: linear-gradient(105deg, #e4ad4b, #f1c86d 59%, #dfa544);
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.24),
      inset 0 1px 0 rgba(255, 248, 219, 0.58);
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    touch-action: manipulation;
    transition:
      transform 220ms var(--ease),
      filter 220ms ease,
      box-shadow 220ms ease;
  }

  .team-profiles .mobile-lawyer__action > svg:first-child,
  .team-profiles .lawyer-profile__action > svg:first-child {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    fill: currentColor;
  }

  .team-profiles .mobile-lawyer__action span,
  .team-profiles .lawyer-profile__action span {
    min-width: 0;
  }

  .team-profiles .mobile-lawyer__arrow,
  .team-profiles .lawyer-profile__action-arrow {
    width: 25px;
    height: 18px;
    margin-left: auto;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 220ms var(--ease);
  }

  .team-profiles .mobile-lawyer__action:hover,
  .team-profiles .lawyer-profile__action:hover {
    filter: brightness(1.07);
    transform: translateY(-2px);
    box-shadow:
      0 15px 34px rgba(217, 163, 66, 0.18),
      inset 0 1px 0 rgba(255, 247, 217, 0.64);
  }

  .team-profiles .mobile-lawyer__action:hover .mobile-lawyer__arrow,
  .team-profiles .lawyer-profile__action:hover .lawyer-profile__action-arrow {
    transform: translateX(4px);
  }

  .team-profiles .mobile-lawyer__action:active,
  .team-profiles .lawyer-profile__action:active {
    transform: translateY(0) scale(0.985);
  }

  .team-profiles .mobile-lawyer__action:focus-visible,
  .team-profiles .lawyer-profile__action:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
  }
}

.practice {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
}

.practice__photo,
.practice__shade,
.practice__geometry {
  position: absolute;
  inset: 0;
}

.practice__photo {
  z-index: -3;
  background: url("assets/practice-areas-background.png") center / cover no-repeat;
  transform: scale(1.002);
}

.practice__shade {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 13, 28, 0.99) 0%,
      rgba(0, 16, 33, 0.985) 38%,
      rgba(0, 17, 35, 0.955) 61%,
      rgba(0, 17, 34, 0.77) 76%,
      rgba(0, 12, 25, 0.22) 100%
    ),
    linear-gradient(180deg, rgba(1, 12, 25, 0.04) 34%, rgba(0, 14, 29, 0.38) 72%, rgba(0, 12, 25, 0.86) 100%);
}

.practice__geometry {
  z-index: -1;
  width: 100%;
  height: 100%;
  color: rgba(215, 160, 62, 0.12);
  pointer-events: none;
}

.practice__geometry g {
  stroke-width: 0.85;
}

.practice__inner {
  width: 100%;
  min-height: 100svh;
  padding: 26px clamp(30px, 3.4vw, 57px) 46px;
}

.practice__header {
  margin-top: 72px;
}

.practice__header h2 {
  max-width: 1120px;
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(50px, 4vw, 66px) / 0.98 "EB Garamond", Georgia, serif;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.practice__header p {
  max-width: 1040px;
  margin: 17px 0 0;
  color: rgba(248, 247, 243, 0.92);
  font: 500 clamp(19px, 1.4vw, 23px) / 1.35 "EB Garamond", Georgia, serif;
  letter-spacing: 0.005em;
}

.practice__rule {
  position: relative;
  width: 135px;
  height: 2px;
  margin-top: 17px;
  background: var(--gold-light);
}

.practice__rule span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold-light);
  transform: translate(50%, -50%);
}

.practice-grid {
  width: min(100%, 1425px);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.practice-card {
  min-height: 225px;
  padding: 29px 34px 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(216, 162, 65, 0.48);
  border-left: 3px solid rgba(238, 184, 82, 0.94);
  border-radius: 11px;
  background:
    linear-gradient(138deg, rgba(7, 35, 65, 0.94), rgba(5, 27, 51, 0.84)),
    rgba(4, 26, 48, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 16px 36px rgba(0, 0, 0, 0.1);
  transition:
    transform 240ms var(--ease),
    border-color 240ms ease,
    background-color 240ms ease;
}

.practice-card:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 185, 83, 0.78);
}

.practice-card__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 13px;
  overflow: visible;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(229, 174, 72, 0.08));
}

.practice-card h3 {
  margin: 0;
  color: #f5f3ee;
  font: 500 clamp(22px, 1.55vw, 26px) / 1.03 "EB Garamond", Georgia, serif;
  letter-spacing: -0.008em;
}

.practice-card p {
  margin: 10px 0 0;
  color: rgba(232, 234, 236, 0.86);
  font-size: clamp(15px, 1.02vw, 17px);
  line-height: 1.38;
}

.service-card__lead {
  text-wrap: pretty;
}

.service-card__more {
  min-height: 44px;
  margin-top: auto;
  padding: 11px 2px 3px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 14px;
  color: var(--gold-light);
  border: 0;
  border-bottom: 1px solid rgba(239, 187, 90, 0.52);
  background: transparent;
  cursor: pointer;
  font: 700 14px / 1.2 "Lato", Arial, sans-serif;
  letter-spacing: 0.02em;
  touch-action: manipulation;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    gap 220ms var(--ease);
}

.service-card__more span:last-child {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.service-card__more:hover {
  gap: 19px;
  color: #ffd77d;
  border-color: currentColor;
}

.service-card__more:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(255, 222, 153, 0.78);
  outline-offset: 3px;
}

.practice-card__arrow {
  margin-top: auto;
  color: var(--gold-light);
  font: 300 29px / 0.8 "Lato", Arial, sans-serif;
}

@media (max-width: 1080px) {
  .practice__shade {
    background:
      linear-gradient(90deg, rgba(0, 13, 28, 0.99) 0%, rgba(0, 16, 33, 0.97) 58%, rgba(0, 15, 31, 0.76) 100%),
      linear-gradient(180deg, rgba(0, 12, 25, 0.08), rgba(0, 12, 25, 0.88));
  }

  .practice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 940px);
  }

  .practice-card {
    min-height: 225px;
  }
}

@media (max-width: 700px) {
  .practice__photo {
    background-position: 68% top;
  }

  .practice__shade {
    background:
      linear-gradient(180deg, rgba(0, 12, 25, 0.52) 0, rgba(0, 14, 29, 0.92) 31rem, rgba(0, 14, 29, 0.985) 45rem),
      linear-gradient(90deg, rgba(0, 14, 29, 0.95), rgba(0, 14, 29, 0.55));
  }

  .practice__geometry {
    opacity: 0.45;
  }

  .practice__inner {
    padding: 21px 18px 34px;
  }

  .practice__header {
    margin-top: 44px;
  }

  .practice__header h2 {
    max-width: 580px;
    font-size: clamp(41px, 12vw, 54px);
    line-height: 0.98;
  }

  .practice__header p {
    max-width: 590px;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.45;
  }

  .practice-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 31px;
  }

  .practice-card {
    min-height: 220px;
    padding: 26px 24px 19px;
  }

  .practice-card h3 {
    font-size: 25px;
  }

  .practice-card p {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .practice__header h2 {
    font-size: 39px;
  }

  .practice-card {
    padding-inline: 21px;
  }
}

.additional {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
}

.additional__photo,
.additional__shade,
.additional__geometry {
  position: absolute;
  inset: 0;
}

.additional__photo {
  z-index: -3;
  background: url("assets/additional-practice-background.png") center / cover no-repeat;
  transform: scale(1.002);
}

.additional__shade {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 14, 29, 0.99) 0%,
      rgba(0, 16, 33, 0.97) 36%,
      rgba(0, 16, 33, 0.84) 54%,
      rgba(0, 14, 29, 0.28) 78%,
      rgba(0, 12, 25, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(0, 10, 22, 0.05) 24%, rgba(0, 14, 29, 0.47) 53%, rgba(0, 12, 25, 0.92) 100%);
}

.additional__geometry {
  z-index: -1;
  width: 100%;
  height: 100%;
  color: rgba(218, 162, 62, 0.14);
  pointer-events: none;
}

.additional__geometry g {
  stroke-width: 0.8;
}

.additional__inner {
  width: 100%;
  min-height: 100svh;
  padding: 160px clamp(30px, 3.35vw, 56px) 46px;
}

.additional__header h2 {
  max-width: 790px;
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(58px, 4.7vw, 78px) / 0.96 "EB Garamond", Georgia, serif;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.additional__rule {
  position: relative;
  width: 116px;
  height: 2px;
  margin-top: 24px;
  background: var(--gold-light);
}

.additional__rule span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold-light);
  transform: translate(50%, -50%);
}

.additional__header p {
  margin: 25px 0 0;
  color: rgba(244, 245, 246, 0.9);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.additional-grid {
  width: min(100%, 1425px);
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.additional-card {
  min-height: 225px;
  padding: 29px 34px 18px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 24px;
  border: 1px solid rgba(225, 172, 76, 0.82);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(7, 36, 67, 0.93), rgba(5, 27, 52, 0.88)),
    rgba(3, 25, 49, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 16px 34px rgba(0, 0, 0, 0.12);
  transition:
    transform 240ms var(--ease),
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.additional-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold-light);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 19px 38px rgba(0, 0, 0, 0.18);
}

.additional-card__icon {
  width: 72px;
  height: 72px;
  overflow: visible;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(230, 177, 75, 0.08));
}

.additional-card__icon--building {
  fill: currentColor;
  stroke: none;
}

.additional-card__icon--person circle,
.additional-card__icon--person path:first-of-type {
  fill: currentColor;
  stroke: none;
}

.additional-card__icon--chart path:first-child {
  fill: currentColor;
  stroke: none;
}

.additional-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.additional-card h3 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(23px, 1.54vw, 27px) / 1.02 "EB Garamond", Georgia, serif;
  letter-spacing: -0.008em;
}

.additional-card p {
  margin: 9px 0 0;
  color: rgba(238, 239, 241, 0.89);
  font-size: clamp(15px, 1.03vw, 17px);
  line-height: 1.42;
}

.additional-card__arrow {
  position: relative;
  width: 55px;
  height: 10px;
  margin-top: auto;
  border-top: 1px solid rgba(239, 187, 90, 0.9);
}

.additional-card__arrow::after {
  position: absolute;
  top: -3px;
  right: -1px;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid var(--gold-light);
  border-right: 1px solid var(--gold-light);
  transform: rotate(45deg);
}

@media (max-width: 1180px) {
  .additional__shade {
    background:
      linear-gradient(90deg, rgba(0, 14, 29, 0.99), rgba(0, 16, 33, 0.91) 67%, rgba(0, 13, 27, 0.55)),
      linear-gradient(180deg, rgba(0, 12, 25, 0.14), rgba(0, 12, 25, 0.94));
  }

  .additional__inner {
    padding-top: 104px;
  }

  .additional-grid {
    width: min(100%, 940px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .additional-card {
    min-height: 225px;
  }
}

@media (max-width: 700px) {
  .additional__photo {
    background-position: 66% top;
  }

  .additional__shade {
    background:
      linear-gradient(180deg, rgba(0, 12, 25, 0.64) 0, rgba(0, 14, 29, 0.93) 28rem, rgba(0, 14, 29, 0.99) 43rem),
      linear-gradient(90deg, rgba(0, 14, 29, 0.94), rgba(0, 14, 29, 0.58));
  }

  .additional__geometry {
    opacity: 0.4;
  }

  .additional__inner {
    padding: 72px 18px 34px;
  }

  .additional__header h2 {
    font-size: clamp(42px, 12vw, 54px);
    line-height: 0.98;
  }

  .additional__header p {
    max-width: 420px;
    font-size: 18px;
    line-height: 1.4;
  }

  .additional-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 31px;
  }

  .additional-card {
    min-height: 220px;
    padding: 26px 24px 19px;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 19px;
  }

  .additional-card__icon {
    width: 64px;
    height: 64px;
  }

  .additional-card h3 {
    font-size: 25px;
  }

  .additional-card p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .additional__inner {
    padding-inline: 16px;
  }

  .additional__header h2 {
    font-size: 40px;
  }

  .additional-card {
    min-height: 235px;
    padding-inline: 20px;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
  }

  .additional-card__icon {
    width: 56px;
    height: 56px;
  }
}

.business-support {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
}

.business-support__photo,
.business-support__shade,
.business-support__dots,
.business-support__geometry {
  position: absolute;
  inset: 0;
}

.business-support__photo {
  z-index: -4;
  background: url("assets/business-legal-background.png") center / cover no-repeat;
  transform: scale(1.002);
}

.business-support__shade {
  z-index: -3;
  background:
    linear-gradient(
      90deg,
      rgba(0, 14, 29, 0.995) 0%,
      rgba(0, 16, 33, 0.985) 35%,
      rgba(0, 16, 33, 0.89) 48%,
      rgba(0, 15, 31, 0.39) 68%,
      rgba(0, 12, 25, 0.08) 100%
    ),
    linear-gradient(180deg, rgba(0, 10, 21, 0.04) 32%, rgba(0, 13, 27, 0.22) 68%, rgba(0, 11, 23, 0.68) 100%);
}

.business-support__dots {
  z-index: -1;
  width: 74px;
  height: 80px;
  top: 8px;
  left: 8px;
  right: auto;
  bottom: auto;
  opacity: 0.16;
  background-image: radial-gradient(circle, var(--gold-light) 1.2px, transparent 1.4px);
  background-size: 14px 14px;
}

.business-support__geometry {
  z-index: -2;
  width: 100%;
  height: 100%;
  color: rgba(218, 163, 66, 0.15);
  pointer-events: none;
}

.business-support__geometry g {
  stroke-width: 0.85;
}

.business-support__inner {
  width: 100%;
  min-height: 100svh;
  padding: 82px clamp(30px, 4.65vw, 78px) 46px;
}

.business-support__content {
  width: min(100%, 1425px);
}

.business-support__header h2 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(54px, 4vw, 67px) / 0.95 "EB Garamond", Georgia, serif;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

.business-support__header h3 {
  margin: 29px 0 0;
  color: rgba(246, 245, 242, 0.95);
  font: 500 clamp(21px, 1.55vw, 26px) / 1.2 "EB Garamond", Georgia, serif;
  letter-spacing: 0.002em;
}

.business-support__rule {
  position: relative;
  width: 74px;
  height: 2px;
  margin-top: 17px;
  background: var(--gold-light);
}

.business-support__rule span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold-light);
  transform: translate(50%, -50%);
}

.business-support__intro {
  margin: 25px 0 0;
  color: rgba(242, 243, 244, 0.91);
  font-size: clamp(16px, 1.13vw, 18px);
  line-height: 1.52;
  letter-spacing: 0.006em;
}

.business-support__services {
  margin: 22px 0 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.business-support__card {
  grid-column: span 2;
  width: 100%;
  min-height: 176px;
  margin: 0;
  padding: 20px 26px;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 25px;
  border: 1px solid rgba(221, 168, 71, 0.78);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(7, 35, 65, 0.93), rgba(5, 27, 52, 0.88)),
    rgba(4, 27, 51, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 15px 32px rgba(0, 0, 0, 0.12);
}

.business-support__card:nth-child(3) {
  grid-column: 1 / span 2;
  order: 4;
}

.business-support__card:nth-child(4) {
  order: 5;
}

.business-support__card:last-child {
  order: 3;
}

.business-support__card-icon {
  width: 72px;
  height: 72px;
  overflow: visible;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-support__card h3 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(23px, 1.55vw, 27px) / 1.05 "EB Garamond", Georgia, serif;
}

.business-support__card p {
  margin: 7px 0 0;
  color: rgba(240, 241, 243, 0.91);
  font-size: clamp(14px, 0.94vw, 15.5px);
  line-height: 1.47;
}

.business-support__card > div {
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.business-support__button {
  width: 380px;
  min-height: 63px;
  margin-top: 25px;
  padding: 0 35px 0 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #171208;
  border: 1px solid rgba(255, 225, 161, 0.63);
  border-radius: 7px;
  background: linear-gradient(105deg, #e4ad4b 0%, #f1c86d 59%, #dfa544 100%);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 247, 217, 0.55);
  font-size: clamp(16px, 1.1vw, 18px);
  text-decoration: none;
  transition:
    transform 220ms var(--ease),
    filter 220ms ease,
    box-shadow 220ms ease;
}

.business-support__button svg {
  width: 26px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.business-support__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 13px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 247, 217, 0.62);
}

.business-support__button:focus-visible {
  outline: 3px solid rgba(255, 226, 162, 0.72);
  outline-offset: 4px;
}

@media (max-width: 1000px) {
  .business-support__shade {
    background:
      linear-gradient(90deg, rgba(0, 14, 29, 0.995), rgba(0, 16, 33, 0.95) 62%, rgba(0, 14, 29, 0.64)),
      linear-gradient(180deg, rgba(0, 12, 25, 0.1), rgba(0, 12, 25, 0.88));
  }

  .business-support__inner {
    padding-top: 70px;
  }
}

@media (max-width: 700px) {
  .business-support__photo {
    background-position: 68% top;
  }

  .business-support__shade {
    background:
      linear-gradient(180deg, rgba(0, 12, 25, 0.76) 0, rgba(0, 14, 29, 0.96) 30rem, rgba(0, 14, 29, 0.995) 46rem),
      linear-gradient(90deg, rgba(0, 14, 29, 0.94), rgba(0, 14, 29, 0.58));
  }

  .business-support__geometry {
    opacity: 0.42;
  }

  .business-support__inner {
    padding: 60px 18px 34px;
  }

  .business-support__content {
    width: 100%;
  }

  .business-support__header h2 {
    font-size: clamp(42px, 12vw, 54px);
    line-height: 0.97;
  }

  .business-support__header h3 {
    margin-top: 23px;
    font-size: 21px;
  }

  .business-support__intro {
    font-size: 16px;
  }

  .business-support__desktop-break {
    display: none;
  }

  .business-support__services {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .business-support__card,
  .business-support__card:nth-child(3),
  .business-support__card:nth-child(4),
  .business-support__card:last-child {
    grid-column: auto;
    order: initial;
  }

  .business-support__card {
    min-height: 180px;
    padding: 20px 21px;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
  }

  .business-support__card-icon {
    width: 62px;
    height: 62px;
  }

  .business-support__card h3 {
    font-size: 24px;
  }

  .business-support__card p {
    font-size: 14px;
  }

  .business-support__button {
    width: 100%;
    min-height: 62px;
    padding-inline: 24px;
  }
}

@media (max-width: 390px) {
  .business-support__inner {
    padding-inline: 16px;
  }

  .business-support__header h2 {
    font-size: 39px;
  }

  .business-support__card {
    padding-inline: 18px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  .business-support__card-icon {
    width: 52px;
    height: 52px;
  }
}

.process {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
}

.process__photo,
.process__shade,
.process__geometry {
  position: absolute;
  inset: 0;
}

.process__photo {
  z-index: -3;
  background: url("assets/process-background.png") center / cover no-repeat;
  transform: scale(1.002);
}

.process__shade {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 14, 29, 0.9) 0%,
      rgba(0, 16, 33, 0.82) 47%,
      rgba(0, 15, 31, 0.58) 68%,
      rgba(0, 12, 25, 0.14) 100%
    ),
    linear-gradient(180deg, rgba(0, 12, 25, 0.08) 24%, rgba(0, 14, 29, 0.58) 49%, rgba(0, 12, 25, 0.97) 100%);
}

.process__geometry {
  z-index: -1;
  width: 100%;
  height: 100%;
  color: rgba(219, 164, 65, 0.11);
  pointer-events: none;
}

.process__geometry g {
  stroke-width: 0.8;
}

.process__inner {
  width: 100%;
  min-height: 100svh;
  padding: 156px clamp(30px, 4.2vw, 70px) 46px;
}

.process__header {
  width: min(100%, 1412px);
  text-align: center;
}

.process__header h2 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(58px, 4.6vw, 76px) / 0.97 "EB Garamond", Georgia, serif;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

.process__header p {
  margin: 13px 0 0;
  color: rgba(247, 247, 245, 0.94);
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.008em;
}

.process__rule {
  position: relative;
  width: 287px;
  height: 2px;
  margin: 31px auto 0;
  background: rgba(238, 185, 82, 0.94);
}

.process__rule span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: var(--gold-light);
  transform: translate(-50%, -50%) rotate(45deg);
}

.process__steps {
  width: min(100%, 1412px);
  margin-top: 51px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px;
}

.process__step {
  position: relative;
  min-height: 312px;
  padding: 53px 24px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(220, 166, 68, 0.75);
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(5, 30, 57, 0.84), rgba(3, 23, 45, 0.73)),
    rgba(3, 24, 47, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 16px 34px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition:
    transform 230ms var(--ease),
    border-color 230ms ease,
    box-shadow 230ms ease;
}

.process__step:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 185, 82, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 20px 38px rgba(0, 0, 0, 0.16);
}

.process__step:not(:last-child)::after {
  position: absolute;
  top: 90px;
  left: calc(100% + 4px);
  width: 18px;
  height: 8px;
  content: "";
  background-image: radial-gradient(circle, var(--gold-light) 2px, transparent 2.4px);
  background-position: left center;
  background-size: 7px 7px;
  background-repeat: repeat-x;
}

.process__number {
  position: absolute;
  top: -27px;
  left: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(229, 175, 74, 0.88);
  border-radius: 50%;
  background: #061a31;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  font: 500 29px / 1 "EB Garamond", Georgia, serif;
  transform: translateX(-50%);
}

.process__icon {
  width: 62px;
  height: 62px;
  margin-bottom: 19px;
  overflow: visible;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(230, 177, 75, 0.08));
}

.process__icon--knight {
  fill: currentColor;
  stroke: none;
}

.process__step h3 {
  margin: 0;
  color: #f4f2ed;
  font: 500 clamp(22px, 1.5vw, 25px) / 1.02 "EB Garamond", Georgia, serif;
  letter-spacing: -0.006em;
}

.process__dash {
  width: 55px;
  height: 1px;
  margin: 17px auto 0;
  background: rgba(239, 184, 80, 0.92);
}

.process__step p {
  margin: 18px 0 0;
  color: rgba(239, 240, 242, 0.9);
  font-size: clamp(14px, 0.96vw, 15.5px);
  line-height: 1.42;
}

.process__assurance {
  width: min(100%, 918px);
  min-height: 122px;
  margin: 35px 0 0 235px;
  padding: 18px 48px 18px 55px;
  display: grid;
  grid-template-columns: 88px 1px minmax(0, 1fr);
  align-items: center;
  gap: 31px;
  border: 1px solid rgba(220, 166, 68, 0.58);
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(6, 34, 63, 0.91), rgba(4, 26, 50, 0.86)),
    rgba(3, 25, 48, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.022),
    0 16px 34px rgba(0, 0, 0, 0.1);
}

.process__assurance-icon {
  width: 75px;
  height: 84px;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process__assurance-divider {
  width: 1px;
  height: 80px;
  background: rgba(221, 166, 67, 0.63);
}

.process__assurance h3 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(19px, 1.38vw, 23px) / 1.2 "EB Garamond", Georgia, serif;
}

.process__assurance p {
  margin: 8px 0 0;
  color: rgba(239, 240, 242, 0.9);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.35;
}

@media (max-width: 1260px) {
  .process__inner {
    padding-top: 108px;
  }

  .process__header,
  .process__steps {
    width: 100%;
  }

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

  .process__step:not(:last-child)::after {
    display: none;
  }

  .process__assurance {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .process__photo {
    background-position: 68% top;
  }

  .process__shade {
    background:
      linear-gradient(180deg, rgba(0, 12, 25, 0.65), rgba(0, 14, 29, 0.95) 27rem, rgba(0, 14, 29, 0.995) 45rem),
      linear-gradient(90deg, rgba(0, 14, 29, 0.94), rgba(0, 14, 29, 0.56));
  }

  .process__geometry {
    opacity: 0.4;
  }

  .process__inner {
    padding: 72px 18px 34px;
  }

  .process__header h2 {
    font-size: clamp(43px, 12vw, 54px);
  }

  .process__header p {
    font-size: 18px;
  }

  .process__rule {
    width: min(72%, 260px);
    margin-top: 25px;
  }

  .process__steps {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 53px;
  }

  .process__step {
    min-height: 284px;
    padding-inline: 22px;
  }

  .process__step h3 {
    font-size: 25px;
  }

  .process__step p {
    font-size: 16px;
  }

  .process__assurance {
    min-height: 154px;
    padding: 20px 23px;
    grid-template-columns: 63px minmax(0, 1fr);
    gap: 18px;
  }

  .process__assurance-icon {
    width: 60px;
    height: 68px;
  }

  .process__assurance-divider {
    display: none;
  }

  .process__assurance h3 {
    font-size: 20px;
  }

  .process__assurance p {
    font-size: 15px;
  }

  .process__assurance p br {
    display: none;
  }
}

@media (max-width: 390px) {
  .process__inner {
    padding-inline: 16px;
  }

  .process__header h2 {
    font-size: 40px;
  }

  .process__assurance {
    padding-inline: 18px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .process__assurance-icon {
    width: 50px;
    height: 58px;
  }
}

.pricing {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy-950);
}

.pricing__photo,
.pricing__shade,
.pricing__geometry {
  position: absolute;
  inset: 0;
}

.pricing__photo {
  z-index: -3;
  background: url("assets/pricing-background.png") center / cover no-repeat;
  transform: scale(1.002);
}

.pricing__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 14, 29, 0.93) 0%, rgba(0, 16, 33, 0.86) 56%, rgba(0, 15, 31, 0.48) 79%, rgba(0, 12, 25, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 12, 25, 0.08) 18%, rgba(0, 14, 29, 0.52) 44%, rgba(0, 12, 25, 0.97) 100%);
}

.pricing__geometry {
  z-index: -1;
  width: 100%;
  height: 100%;
  color: rgba(218, 162, 64, 0.1);
  pointer-events: none;
}

.pricing__geometry g {
  stroke-width: 0.8;
}

.pricing__inner {
  width: 100%;
  min-height: 100svh;
  padding: 90px clamp(30px, 6.45vw, 108px) 46px;
}

.pricing__header {
  width: min(100%, 1316px);
  text-align: center;
}

.pricing__header h2 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(54px, 4.1vw, 68px) / 0.98 "EB Garamond", Georgia, serif;
  letter-spacing: -0.017em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

.pricing__header p {
  margin: 12px 0 0;
  color: rgba(246, 246, 244, 0.94);
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.3;
}

.pricing__grid {
  width: min(100%, 1316px);
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 29px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  min-height: 555px;
  padding: 18px 33px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(219, 165, 68, 0.7);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(6, 34, 64, 0.94), rgba(4, 26, 51, 0.9)),
    rgba(3, 25, 49, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.024),
    0 18px 38px rgba(0, 0, 0, 0.14);
  transition:
    transform 240ms var(--ease),
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 186, 84, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 23px 44px rgba(0, 0, 0, 0.2);
}

.pricing-card--premium {
  border: 2px solid rgba(244, 194, 96, 0.98);
  background:
    linear-gradient(145deg, rgba(7, 38, 70, 0.97), rgba(4, 28, 53, 0.94)),
    rgba(3, 25, 49, 0.96);
  box-shadow:
    0 0 20px rgba(231, 177, 76, 0.32),
    0 20px 44px rgba(0, 0, 0, 0.21),
    inset 0 1px 0 rgba(255, 239, 200, 0.08);
}

.pricing-card__badge {
  position: absolute;
  top: 12px;
  right: -1px;
  width: 128px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #171208;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(105deg, #e4ad4b, #f1ca73 59%, #dda03d);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  font-weight: 700;
}

.pricing-card__badge svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.pricing-card__icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(226, 172, 72, 0.8);
  border-radius: 50%;
  background: rgba(4, 29, 56, 0.66);
}

.pricing-card__icon svg {
  width: 49px;
  height: 49px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-card h3 {
  margin: 13px 0 0;
  color: var(--gold-light);
  font: 500 clamp(29px, 1.98vw, 34px) / 1.02 "EB Garamond", Georgia, serif;
  text-align: center;
}

.pricing-card__price {
  margin-top: 23px;
  color: #f5f3ef;
  font: 500 clamp(46px, 3.3vw, 55px) / 1 "EB Garamond", Georgia, serif;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-align: center;
}

.pricing-card--premium h3 {
  line-height: 0.92;
}

.pricing-card--premium .pricing-card__price {
  margin-top: 18px;
}

.pricing-card__period {
  margin: 3px 0 0;
  color: rgba(240, 241, 243, 0.91);
  font-size: 18px;
  line-height: 1.25;
}

.pricing-card__rule {
  position: relative;
  width: 242px;
  height: 1px;
  margin-top: 17px;
  background: rgba(226, 171, 70, 0.7);
}

.pricing-card__rule span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-light);
  transform: translate(-50%, -50%);
}

.pricing-card__features {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.pricing-card__features li {
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  color: rgba(239, 240, 242, 0.92);
  font-size: clamp(14.5px, 1vw, 16px);
  line-height: 1.4;
}

.pricing-card__check {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1.5px solid var(--gold-light);
  border-radius: 50%;
}

.pricing-card__check::after {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 7px;
  content: "";
  border-right: 1.5px solid var(--gold-light);
  border-bottom: 1.5px solid var(--gold-light);
  transform: rotate(45deg);
}

.pricing-card__button {
  width: 100%;
  min-height: 57px;
  margin-top: auto;
  padding: 0 37px 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--gold-light);
  border: 1px solid rgba(229, 175, 76, 0.85);
  border-radius: 5px;
  background: rgba(2, 20, 40, 0.32);
  font-size: clamp(15px, 1.03vw, 17px);
  text-decoration: none;
  transition:
    transform 220ms var(--ease),
    color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.pricing-card__button svg {
  width: 23px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-card__button:hover {
  transform: translateY(-2px);
  color: #171208;
  background: var(--gold-light);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.pricing-card__button:focus-visible {
  outline: 3px solid rgba(255, 226, 162, 0.72);
  outline-offset: 4px;
}

.pricing-card__button--primary {
  color: #171208;
  border-color: rgba(255, 226, 161, 0.68);
  background: linear-gradient(105deg, #e4ad4b, #f1c86d 59%, #dfa544);
  box-shadow: 0 9px 26px rgba(0, 0, 0, 0.19), inset 0 1px 0 rgba(255, 247, 217, 0.54);
}

.pricing-card__button--primary:hover {
  filter: brightness(1.05);
}

.pricing__note {
  width: min(100%, 1316px);
  min-height: 40px;
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: rgba(225, 228, 232, 0.85);
}

.pricing__note svg {
  width: 30px;
  height: 36px;
  flex: 0 0 auto;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing__note p {
  margin: 0;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.35;
}

@media (max-width: 1200px) {
  .pricing__shade {
    background:
      linear-gradient(90deg, rgba(0, 14, 29, 0.98), rgba(0, 16, 33, 0.91) 70%, rgba(0, 14, 29, 0.58)),
      linear-gradient(180deg, rgba(0, 12, 25, 0.08), rgba(0, 12, 25, 0.96));
  }

  .pricing__inner {
    padding-top: 74px;
  }

  .pricing__header,
  .pricing__grid,
  .pricing__note {
    width: 100%;
  }

  .pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
    margin-inline: auto;
  }

  .pricing-card--premium {
    grid-column: 1 / -1;
    width: calc((100% - 29px) / 2);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .pricing__photo {
    background-position: 70% top;
  }

  .pricing__shade {
    background:
      linear-gradient(180deg, rgba(0, 12, 25, 0.66), rgba(0, 14, 29, 0.95) 26rem, rgba(0, 14, 29, 0.995) 44rem),
      linear-gradient(90deg, rgba(0, 14, 29, 0.95), rgba(0, 14, 29, 0.56));
  }

  .pricing__geometry {
    opacity: 0.4;
  }

  .pricing__inner {
    padding: 64px 18px 34px;
  }

  .pricing__header h2 {
    font-size: clamp(42px, 11vw, 54px);
    line-height: 0.98;
  }

  .pricing__header p {
    font-size: 18px;
  }

  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pricing-card,
  .pricing-card--premium {
    width: 100%;
    min-height: 555px;
    grid-column: auto;
  }

  .pricing-card__price {
    font-size: clamp(43px, 13vw, 54px);
  }

  .pricing__note {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 390px) {
  .pricing__inner {
    padding-inline: 16px;
  }

  .pricing__header h2 {
    font-size: 39px;
  }

  .pricing-card {
    padding-inline: 22px;
  }

  .pricing-card__rule {
    width: 78%;
  }

  .pricing-card__button {
    padding-inline: 23px;
  }
}

.savings {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #001326;
}

.savings__photo,
.savings__shade,
.savings__geometry {
  position: absolute;
  inset: 0;
}

.savings__photo {
  z-index: -4;
  background-color: #001326;
  background-image: url("assets/savings-background.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 66px) -45px;
  background-size: 82% auto;
  transform: scale(1.002);
}

.savings__shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0, 14, 29, 0.38) 0%, rgba(0, 15, 31, 0.22) 56%, rgba(0, 13, 27, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 11, 24, 0.02) 0%, rgba(0, 13, 28, 0.12) 33%, rgba(0, 14, 30, 0.7) 100%);
}

.savings__geometry {
  z-index: -2;
  width: 100%;
  height: 100%;
  color: rgba(189, 135, 55, 0.2);
  stroke-width: 1;
  opacity: 0.36;
  pointer-events: none;
}

.savings__inner {
  width: 100%;
  min-height: 100svh;
  padding: clamp(86px, 14.1vh, 133px) clamp(28px, 4.42vw, 74px) 36px;
}

.savings__header {
  width: min(100%, 1395px);
  margin-left: clamp(0px, 1.55vw, 26px);
}

.savings__header h2 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(55px, 4.45vw, 74px) / 0.98 "EB Garamond", Georgia, serif;
  letter-spacing: -0.018em;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.28);
}

.savings__header p {
  margin: 13px 0 0;
  color: rgba(247, 247, 245, 0.94);
  font: 400 clamp(20px, 1.78vw, 29px) / 1.16 "EB Garamond", Georgia, serif;
}

.savings__title-rule {
  position: relative;
  display: block;
  width: 74px;
  height: 2px;
  margin: 16px 0 0;
  background: var(--gold-light);
}

.savings__title-rule::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--gold-light);
  transform: translate(50%, -50%);
}

.savings-chart {
  width: min(100%, 1302px);
  min-height: 171px;
  margin-top: 23px;
  display: grid;
  grid-template-columns: 303px minmax(0, 1fr);
}

.savings-chart__labels {
  position: relative;
  padding-left: 26px;
  color: rgba(247, 247, 245, 0.96);
  font-size: clamp(18px, 1.42vw, 23px);
  line-height: 1.2;
  white-space: nowrap;
}

.savings-chart__labels span,
.savings-chart__labels strong {
  position: absolute;
  left: 26px;
}

.savings-chart__labels span {
  top: 14px;
  font-weight: 400;
}

.savings-chart__labels strong {
  top: 76px;
  color: var(--gold-light);
  font: 500 clamp(20px, 1.52vw, 25px) / 1.2 "EB Garamond", Georgia, serif;
}

.savings-chart__plot {
  position: relative;
  height: 162px;
  border-left: 2px solid rgba(223, 169, 80, 0.52);
}

.savings-chart__plot::after {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(214, 163, 76, 0.43);
}

.savings-chart__grid {
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 1px;
  border-left: 1px dashed rgba(148, 161, 176, 0.15);
}

.savings-chart__grid::after {
  position: absolute;
  bottom: -8px;
  left: -1px;
  width: 1px;
  height: 8px;
  content: "";
  background: rgba(216, 166, 79, 0.38);
}

.savings-chart__grid--0 {
  left: 0;
}

.savings-chart__grid--1 {
  left: 23.75%;
}

.savings-chart__grid--2 {
  left: 47.5%;
}

.savings-chart__grid--3 {
  left: 71.25%;
}

.savings-chart__grid--4 {
  left: 95%;
}

.savings-chart__row {
  --bar-width: 92.15%;
  position: absolute;
  right: 0;
  left: 0;
  height: 29px;
}

.savings-chart__row--market {
  top: 14px;
}

.savings-chart__row--proximus {
  --bar-width: 31.667%;
  top: 77px;
}

.savings-chart__bar {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar-width);
  border-radius: 0 7px 7px 0;
}

.savings-chart__row--market .savings-chart__bar {
  background: linear-gradient(90deg, rgba(151, 161, 174, 0.93), rgba(92, 108, 125, 0.88));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.savings-chart__row--proximus .savings-chart__bar {
  background: linear-gradient(100deg, #d99d39 0%, #f4c965 68%, #dfaa48 100%);
  box-shadow:
    0 0 18px rgba(226, 167, 65, 0.12),
    inset 0 1px rgba(255, 240, 197, 0.58);
}

.savings-chart__value {
  position: absolute;
  top: 50%;
  left: calc(var(--bar-width) + 36px);
  color: var(--gold-light);
  font: 600 clamp(23px, 1.78vw, 30px) / 1 "EB Garamond", Georgia, serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transform: translateY(-50%);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.32);
}

.savings-chart__row--market .savings-chart__value {
  left: 95%;
  transform: translate(-50%, -50%);
}

.savings-chart__axis {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24px;
  color: rgba(191, 198, 208, 0.72);
  font-size: 16px;
}

.savings-chart__axis span {
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
}

.savings-chart__axis span:nth-child(1) {
  left: 0;
}

.savings-chart__axis span:nth-child(2) {
  left: 23.75%;
}

.savings-chart__axis span:nth-child(3) {
  left: 47.5%;
}

.savings-chart__axis span:nth-child(4) {
  left: 71.25%;
}

.savings-chart__axis span:nth-child(5) {
  left: 95%;
}

.savings__total,
.savings__benefits,
.savings__footer {
  width: min(100%, 1395px);
}

.savings__total {
  position: relative;
  min-height: 113px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(215, 158, 68, 0.72);
  border-radius: 12px;
  background: linear-gradient(105deg, rgba(5, 27, 49, 0.87), rgba(5, 25, 46, 0.69));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.02),
    0 18px 42px rgba(0, 0, 0, 0.07);
}

.savings__total::before {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 12px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 10px 3px rgba(239, 190, 97, 0.44);
  transform: translateX(-50%);
}

.savings__total svg {
  width: 58px;
  height: 66px;
  justify-self: center;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.savings__total p {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(31px, 2.78vw, 46px) / 1 "EB Garamond", Georgia, serif;
  letter-spacing: 0.002em;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-37px);
}

.savings__total strong {
  margin-inline: 23px 10px;
  font-size: clamp(47px, 4.2vw, 70px);
  font-weight: 500;
  letter-spacing: 0.07em;
}

.savings__benefits {
  margin-top: 17px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.savings-benefit {
  height: 147px;
  min-height: 147px;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(188, 139, 66, 0.36);
  border-radius: 10px;
  background: linear-gradient(115deg, rgba(7, 31, 55, 0.8), rgba(3, 23, 43, 0.66));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
}

.savings-benefit__icon {
  width: 61px;
  height: 68px;
  justify-self: center;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.savings-benefit__icon--team {
  width: 70px;
}

.savings-benefit__icon--bolt {
  width: 53px;
  height: 68px;
}

.savings-benefit h3 {
  margin: 0;
  color: rgba(248, 247, 243, 0.97);
  font: 500 clamp(22px, 1.56vw, 26px) / 1.17 "EB Garamond", Georgia, serif;
  letter-spacing: -0.005em;
}

.savings-benefit__dash {
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 20px;
  background: var(--gold-light);
}

.savings__footer {
  margin: 27px 0 0;
  color: rgba(245, 243, 238, 0.92);
  font: 400 clamp(22px, 1.72vw, 29px) / 1.25 "EB Garamond", Georgia, serif;
  text-align: center;
}

.savings__footer strong {
  color: var(--gold-light);
  font-weight: 600;
}

@media (max-width: 1280px) {
  .savings__inner {
    padding-top: 76px;
  }

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

  .savings-chart__value {
    left: calc(var(--bar-width) + 20px);
    letter-spacing: 0;
  }

  .savings__total p {
    transform: none;
  }

  .savings__total strong {
    margin-inline: 12px 7px;
    letter-spacing: 0.035em;
  }

  .savings-benefit {
    padding-inline: 20px;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
  }
}

@media (max-width: 950px) {
  .savings {
    min-height: auto;
  }

  .savings__photo {
    background-size: cover;
    background-position: 70% top;
  }

  .savings__shade {
    background:
      linear-gradient(180deg, rgba(0, 13, 28, 0.46), rgba(0, 14, 29, 0.97) 31rem, rgba(0, 14, 29, 0.995)),
      linear-gradient(90deg, rgba(0, 14, 29, 0.92), rgba(0, 14, 29, 0.4));
  }

  .savings__inner {
    min-height: auto;
    padding: 72px 28px 44px;
  }

  .savings-chart {
    grid-template-columns: 225px minmax(0, 1fr);
  }

  .savings-chart__labels,
  .savings-chart__labels strong {
    font-size: 17px;
  }

  .savings-chart__labels {
    padding-left: 0;
  }

  .savings-chart__labels span,
  .savings-chart__labels strong {
    left: 0;
  }

  .savings-chart__row--market {
    --bar-width: 92.15%;
  }

  .savings-chart__row--proximus {
    --bar-width: 31.667%;
  }

  .savings-chart__value {
    font-size: 20px;
  }

  .savings__total {
    grid-template-columns: 95px minmax(0, 1fr);
  }

  .savings__total p {
    font-size: 28px;
  }

  .savings__total strong {
    display: inline-block;
    font-size: 44px;
  }

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

  .savings-benefit {
    height: auto;
    min-height: 132px;
  }

  .savings-benefit h3 br {
    display: none;
  }
}

@media (max-width: 660px) {
  .savings__geometry {
    opacity: 0.18;
  }

  .savings__inner {
    padding: 60px 18px 36px;
  }

  .savings__header {
    margin-left: 0;
  }

  .savings__header h2 {
    max-width: 520px;
    font-size: clamp(43px, 13vw, 58px);
    line-height: 0.94;
  }

  .savings__header p {
    max-width: 500px;
    font: 400 20px / 1.2 "EB Garamond", Georgia, serif;
  }

  .savings-chart {
    min-height: 265px;
    margin-top: 25px;
    display: block;
  }

  .savings-chart__labels {
    display: none;
  }

  .savings-chart__plot {
    height: 255px;
    padding-left: 0;
    border-left-width: 1px;
  }

  .savings-chart__plot::after {
    bottom: 29px;
  }

  .savings-chart__grid {
    bottom: 29px;
  }

  .savings-chart__row {
    height: 31px;
  }

  .savings-chart__row::before {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    color: rgba(247, 247, 245, 0.94);
    font-size: 14px;
    white-space: nowrap;
  }

  .savings-chart__row--market {
    --bar-width: 92.15%;
    top: 34px;
  }

  .savings-chart__row--market::before {
    content: "Рыночная цена (разово)";
  }

  .savings-chart__row--proximus {
    --bar-width: 31.667%;
    top: 139px;
  }

  .savings-chart__row--proximus::before {
    color: var(--gold-light);
    content: "PROXIMUS (Premium)";
    font-family: "EB Garamond", Georgia, serif;
    font-size: 16px;
  }

  .savings-chart__value {
    top: calc(100% + 7px);
    left: 0;
    font-size: 21px;
    transform: none;
  }

  .savings-chart__row--market .savings-chart__value {
    right: 0;
    left: auto;
    text-align: right;
    transform: none;
  }

  .savings-chart__axis {
    font-size: 12px;
  }

  .savings__total {
    min-height: 165px;
    padding: 21px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }

  .savings__total svg {
    width: 44px;
    height: 51px;
  }

  .savings__total p {
    font-size: 26px;
    line-height: 1.1;
    white-space: normal;
  }

  .savings__total strong {
    display: block;
    margin: 9px 0 2px;
    font-size: clamp(39px, 12vw, 52px);
  }

  .savings-benefit {
    padding: 22px 18px;
    grid-template-columns: 69px minmax(0, 1fr);
  }

  .savings-benefit h3 {
    font-size: 23px;
  }

  .savings__footer {
    font-size: 23px;
  }
}

.contact {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #001326;
}

.contact__photo,
.contact__shade,
.contact__geometry {
  position: absolute;
  inset: 0;
}

.contact__photo {
  z-index: -4;
  background:
    #001326 url("assets/contact-background.png") center 18px / cover no-repeat;
  transform: scale(1.002);
}

.contact__shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0, 13, 27, 0.97) 0%, rgba(0, 15, 31, 0.94) 31%, rgba(0, 15, 31, 0.79) 44%, rgba(0, 13, 27, 0.32) 56%, rgba(0, 11, 23, 0.04) 75%),
    linear-gradient(180deg, rgba(0, 10, 22, 0.08) 0%, rgba(0, 12, 25, 0.05) 52%, rgba(0, 13, 27, 0.53) 100%);
}

.contact__geometry {
  z-index: -2;
  width: 100%;
  height: 100%;
  color: rgba(196, 143, 59, 0.27);
  stroke-width: 1;
  opacity: 0.43;
  pointer-events: none;
}

.contact__inner {
  width: 100%;
  min-height: 100svh;
  padding: clamp(126px, 19.6vh, 169px) clamp(30px, 4.5vw, 70px) 38px;
}

.contact__header {
  width: min(100%, 810px);
}

.contact__header h2 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(56px, 4.82vw, 74px) / 1 "EB Garamond", Georgia, serif;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.24);
}

.contact__header p {
  margin: 15px 0 0;
  color: rgba(246, 247, 247, 0.93);
  font-size: clamp(20px, 1.62vw, 25px);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.contact__title-rule {
  position: relative;
  display: block;
  width: 117px;
  height: 2px;
  margin-top: 17px;
  background: var(--gold-light);
}

.contact__title-rule::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: var(--gold-light);
  transform: translate(50%, -50%);
}

.contact__details {
  width: min(100%, 580px);
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  font-style: normal;
}

.contact-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: 69px minmax(0, 1fr);
  align-items: center;
  color: rgba(248, 248, 247, 0.96);
  text-decoration: none;
}

.contact-row__icon {
  width: 59px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(219, 163, 71, 0.64);
  border-radius: 7px;
  background: rgba(5, 26, 46, 0.54);
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.contact-row__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-row:first-child .contact-row__icon svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
  stroke: none;
}

.contact-row:nth-child(3) .contact-row__icon svg {
  width: 28px;
  height: 34px;
  fill: currentColor;
  stroke: none;
}

.contact-row:nth-child(3) .contact-row__icon circle {
  fill: #082038;
  stroke: none;
}

.contact-row__value {
  min-height: 100%;
  padding-left: 28px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(209, 156, 71, 0.24);
  font-size: clamp(22px, 1.82vw, 28px);
  line-height: 1.25;
}

.contact-row:hover .contact-row__icon {
  color: #171208;
  border-color: var(--gold-light);
  background: var(--gold-light);
}

.contact-row:hover .contact-row__value {
  color: var(--gold-light);
}

.contact-row:focus-visible {
  outline: 3px solid rgba(255, 220, 145, 0.72);
  outline-offset: 4px;
  border-radius: 8px;
}

.contact__lawyer {
  width: min(100%, 710px);
  min-height: 72px;
  margin-top: 26px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  gap: 19px;
}

.contact__lawyer-icon {
  width: 69px;
  height: 72px;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(219, 163, 71, 0.67);
  border-radius: 7px;
  background: rgba(5, 26, 46, 0.5);
  transform: translateY(-4px);
}

.contact__lawyer-icon svg {
  width: 44px;
  height: 47px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact__lawyer h3 {
  margin: 0;
  color: var(--gold-light);
  font: 500 clamp(23px, 1.72vw, 27px) / 1.12 "EB Garamond", Georgia, serif;
}

.contact__lawyer p {
  margin: 7px 0 0;
  color: rgba(232, 235, 238, 0.91);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.3;
}

.contact__actions {
  width: min(100%, 705px);
  margin-top: 26px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 25px;
}

.contact__button {
  min-height: 72px;
  padding: 0 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(222, 166, 72, 0.86);
  border-radius: 5px;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 220ms var(--ease),
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.contact__button svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact__button--primary {
  color: #171208;
  border-color: rgba(255, 222, 150, 0.68);
  background: linear-gradient(105deg, #e1aa49, #f0c76b 58%, #dda242);
  box-shadow:
    inset 0 1px rgba(255, 247, 219, 0.54),
    0 10px 26px rgba(0, 0, 0, 0.16);
}

.contact__button--primary svg {
  width: 24px;
  height: 18px;
}

.contact__button--secondary {
  color: rgba(249, 249, 247, 0.95);
  background: rgba(0, 19, 38, 0.48);
}

.contact__button--secondary svg {
  color: var(--gold-light);
  fill: currentColor;
  stroke: none;
}

.contact__button:hover {
  transform: translateY(-2px);
  color: #171208;
  border-color: var(--gold-light);
  background: var(--gold-light);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.contact__button:hover svg {
  color: currentColor;
}

.contact__button:focus-visible {
  outline: 3px solid rgba(255, 226, 162, 0.72);
  outline-offset: 4px;
}

.contact__trust {
  min-height: 38px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(240, 241, 242, 0.91);
}

.contact__trust svg {
  width: 29px;
  height: 35px;
  flex: 0 0 auto;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact__trust p {
  margin: 0;
  font-size: clamp(16px, 1.28vw, 20px);
  line-height: 1.3;
}

@media (max-width: 1050px) {
  .contact__shade {
    background:
      linear-gradient(90deg, rgba(0, 13, 27, 0.99), rgba(0, 15, 31, 0.91) 68%, rgba(0, 12, 25, 0.35)),
      linear-gradient(180deg, rgba(0, 10, 22, 0.12), rgba(0, 13, 27, 0.76));
  }

  .contact__inner {
    padding-top: 108px;
  }
}

@media (max-width: 760px) {
  .contact {
    min-height: 100svh;
  }

  .contact__photo {
    background-position: 66% top;
  }

  .contact__shade {
    background:
      linear-gradient(180deg, rgba(0, 13, 27, 0.7), rgba(0, 14, 29, 0.96) 26rem, rgba(0, 14, 29, 0.995)),
      linear-gradient(90deg, rgba(0, 13, 27, 0.97), rgba(0, 13, 27, 0.52));
  }

  .contact__geometry {
    opacity: 0.18;
  }

  .contact__inner {
    min-height: auto;
    padding: 72px 18px 40px;
  }

  .contact__header h2 {
    font-size: clamp(46px, 13vw, 60px);
    line-height: 0.95;
  }

  .contact__header p {
    max-width: 560px;
    font-size: 19px;
    line-height: 1.35;
  }

  .contact__details {
    margin-top: 26px;
  }

  .contact-row {
    grid-template-columns: 61px minmax(0, 1fr);
  }

  .contact-row__icon {
    width: 53px;
    height: 54px;
  }

  .contact-row__value {
    padding-left: 14px;
    font-size: 20px;
  }

  .contact__lawyer {
    grid-template-columns: 63px minmax(0, 1fr);
    gap: 13px;
  }

  .contact__lawyer-icon {
    width: 58px;
    height: 61px;
  }

  .contact__lawyer h3 {
    font-size: 23px;
  }

  .contact__lawyer p {
    font-size: 16px;
  }

  .contact__actions {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .contact__button {
    min-height: 64px;
  }

  .contact__trust {
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .contact__inner {
    padding-inline: 16px;
  }

  .contact__header h2 {
    font-size: 44px;
  }

  .contact-row__value {
    font-size: 18px;
  }

  .contact__lawyer h3 {
    font-size: 21px;
  }

  .contact__button {
    padding-inline: 25px;
    font-size: 18px;
  }
}

html.dialog-open {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.service-dialog {
  width: min(700px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--paper);
  border: 1px solid rgba(230, 176, 76, 0.82);
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.56);
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition:
    opacity 200ms ease-out,
    transform 240ms var(--ease);
}

.service-dialog[open] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-dialog::backdrop {
  background: rgba(0, 8, 18, 0.8);
  backdrop-filter: blur(7px);
}

.service-dialog__panel {
  max-height: calc(100dvh - 32px);
  padding: 32px 36px 36px;
  overflow-y: auto;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(9, 39, 69, 0.99), rgba(2, 21, 41, 0.995)),
    var(--navy-900);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.service-dialog__topline {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-dialog__close {
  width: 44px;
  height: 44px;
  margin: -7px -7px 0 0;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(231, 179, 80, 0.48);
  border-radius: 50%;
  background: rgba(1, 17, 34, 0.58);
  cursor: pointer;
  touch-action: manipulation;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms var(--ease);
}

.service-dialog__close:hover {
  border-color: var(--gold-light);
  background: rgba(217, 163, 66, 0.11);
  transform: rotate(5deg);
}

.service-dialog__close svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.service-dialog h2 {
  max-width: 590px;
  margin: 14px 0 0;
  color: var(--gold-light);
  font: 500 clamp(34px, 4.2vw, 50px) / 1.02 "EB Garamond", Georgia, serif;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.service-dialog__rule {
  width: 84px;
  height: 2px;
  margin-top: 22px;
  display: block;
  background: linear-gradient(90deg, var(--gold-light), rgba(239, 190, 97, 0.16));
}

.service-dialog__panel > p {
  max-width: 64ch;
  margin: 22px 0 0;
  color: rgba(241, 242, 244, 0.92);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.65;
  text-wrap: pretty;
}

.service-dialog__action {
  min-height: 58px;
  margin-top: 28px;
  padding: 0 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #171208;
  border: 1px solid rgba(255, 225, 161, 0.62);
  border-radius: 7px;
  background: linear-gradient(105deg, #e4ad4b 0%, #f1c86d 59%, #dfa544 100%);
  font: 700 15px / 1.2 "Lato", Arial, sans-serif;
  text-decoration: none;
  transition:
    filter 180ms ease,
    transform 180ms var(--ease);
}

.service-dialog__action:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.service-dialog__action svg {
  width: 25px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-dialog__close:focus-visible,
.service-dialog__action:focus-visible {
  outline: 3px solid rgba(255, 222, 153, 0.82);
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .service-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .service-dialog__panel {
    max-height: calc(100dvh - 20px);
    padding: 23px 20px 20px;
  }

  .service-dialog__topline {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .service-dialog h2 {
    margin-top: 10px;
    font-size: clamp(31px, 10vw, 41px);
  }

  .service-dialog__panel > p {
    font-size: 16px;
    line-height: 1.58;
  }
}

/* Unified consultation CTAs */
.button--primary,
.whatsapp-float,
.mobile-lawyer__action,
.lawyer-profile__action,
.business-support__button,
.pricing-card__button,
.contact__button,
.service-dialog__action {
  color: #171208;
  border-color: rgba(255, 225, 161, 0.68);
  background: linear-gradient(105deg, #e4ad4b 0%, #f1c86d 59%, #dfa544 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 217, 0.56),
    0 10px 28px rgba(0, 0, 0, 0.2);
}

.button--primary:hover,
.whatsapp-float:hover,
.mobile-lawyer__action:hover,
.lawyer-profile__action:hover,
.business-support__button:hover,
.pricing-card__button:hover,
.contact__button:hover,
.service-dialog__action:hover {
  color: #171208;
  border-color: rgba(255, 225, 161, 0.84);
  background: linear-gradient(105deg, #e9b451 0%, #f5d078 59%, #e5ab49 100%);
  filter: brightness(1.03);
}

.whatsapp-float__pulse {
  border-color: rgba(241, 200, 109, 0.72);
}

@media (max-width: 900px) {
  main,
  .service-dialog {
    word-spacing: 0.06em;
  }
}

/* Scroll motion: progressive enhancement, enabled only by script.js. */
html.motion-ready .scroll-reveal {
  --reveal-delay: 0ms;
  opacity: 0;
  translate: 0 22px;
  transition:
    opacity 320ms ease-out var(--reveal-delay),
    translate 400ms var(--ease) var(--reveal-delay),
    scale 400ms var(--ease) var(--reveal-delay);
}

html.motion-ready .scroll-reveal--left {
  translate: -24px 0;
}

html.motion-ready .scroll-reveal--scale {
  translate: 0 10px;
  scale: 0.975;
}

html.motion-ready .scroll-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}

html.motion-ready .savings-chart.scroll-reveal .savings-chart__bar {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms var(--ease) calc(var(--reveal-delay) + 120ms);
}

html.motion-ready .savings-chart.scroll-reveal .savings-chart__row--proximus .savings-chart__bar {
  transition-delay: calc(var(--reveal-delay) + 180ms);
}

html.motion-ready .savings-chart.scroll-reveal.is-visible .savings-chart__bar {
  transform: scaleX(1);
}

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

  html.motion-ready .scroll-reveal {
    opacity: 1 !important;
    translate: none !important;
    scale: 1 !important;
  }

  html.motion-ready .savings-chart.scroll-reveal .savings-chart__bar {
    transform: none !important;
  }

  .hero-lawyer,
  .hero-lawyer__caption {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .hero-lawyer__portrait {
    transform: none !important;
    transition: none !important;
  }

  .service-dialog,
  .service-card__more,
  .service-dialog__close,
  .service-dialog__action {
    transition: none !important;
  }

}
