:root {
  --bg: #05100e;
  --bg-deep: #020b09;
  --panel: #082019;
  --panel-soft: rgba(16, 45, 36, 0.66);
  --line: rgba(218, 168, 91, 0.36);
  --line-soft: rgba(234, 220, 187, 0.16);
  --gold: #d9a35c;
  --gold-light: #f4d08d;
  --text: #f5f2eb;
  --muted: rgba(238, 236, 229, 0.68);
  --green-muted: #8aa67d;
  --container: 1358px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "PT Sans", Arial, sans-serif;
}

.header-contact strong,
.price,
.contact-row strong,
.case-result strong {
  font-family: var(--sans);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg-deep);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
  background:
    radial-gradient(circle at 14% 12%, rgba(34, 80, 63, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(48, 82, 60, 0.22), transparent 26rem),
    linear-gradient(180deg, #051310 0%, #061511 48%, #020907 100%);
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 57px 0 20px;
  transition: background 0.3s ease, padding 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  padding-top: 18px;
  background: rgba(3, 14, 12, 0.9);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 316px;
}

.brand-lockup {
  width: 314px;
  height: auto;
  object-fit: contain;
  flex: 0 0 auto;
  filter: brightness(1.08) contrast(1.04);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.brand:hover .brand-lockup,
.brand:focus-visible .brand-lockup {
  filter: brightness(1.08) contrast(1.04) drop-shadow(0 0 10px rgba(217, 163, 92, 0.26));
  transform: translateY(-1px);
}

.brand-name {
  display: block;
  margin-top: 2px;
  color: var(--text);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
}

.brand-role {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: 14px;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 39px;
  margin-top: 27px;
  color: var(--text);
  font-size: 18px;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

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

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 252px;
  margin-top: 10px;
}

.header-contact strong {
  color: var(--gold-light);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.header-contact span {
  margin-top: 4px;
  color: var(--green-muted);
  font-size: 18px;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--gold);
  background: rgba(10, 27, 22, 0.86);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.section-dark,
.section-panel {
  position: relative;
  overflow: hidden;
}

.section-panel {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 9% 92%, rgba(83, 116, 73, 0.32), transparent 17rem),
    radial-gradient(circle at 86% 1%, rgba(95, 116, 72, 0.24), transparent 18rem),
    linear-gradient(180deg, #082119 0%, #082219 52%, #05120f 100%);
}

.section-panel.compact {
  background:
    radial-gradient(circle at 18% 75%, rgba(33, 90, 68, 0.18), transparent 24rem),
    linear-gradient(180deg, #061411 0%, #082219 42%, #05120f 100%);
}

.hero {
  --hero-bg: #050d0c;
  min-height: 1024px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 35%, rgba(37, 96, 66, 0.2), transparent 31rem),
    linear-gradient(90deg, #050d0c 0%, #050d0c 52%, #071411 100%);
}

.hero-visual {
  position: absolute;
  top: 143px;
  right: 0;
  bottom: 0;
  width: min(590px, 38.5vw);
  border-top: 1px solid rgba(217, 163, 92, 0.34);
  border-left: 1px solid rgba(217, 163, 92, 0.3);
  border-top-left-radius: 295px;
  background:
    radial-gradient(circle at 60% 42%, rgba(40, 111, 74, 0.2), transparent 23rem),
    linear-gradient(180deg, rgba(3, 13, 11, 0.2), rgba(2, 9, 8, 0.68));
  box-shadow:
    inset 1px 1px 0 rgba(244, 208, 141, 0.06),
    -36px 0 92px rgba(3, 13, 11, 0.68);
  line-height: 0;
  pointer-events: none;
  opacity: 1;
  overflow: hidden;
}

.hero-visual::before {
  position: absolute;
  inset: 0 -46px 0 -24px;
  content: "";
  background: url("assets/hero-scales.png") center bottom / cover no-repeat;
  filter: saturate(0.96) contrast(1.04);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  border-top-left-radius: inherit;
  background:
    linear-gradient(90deg, rgba(5, 13, 12, 0.66) 0%, transparent 28%),
    linear-gradient(180deg, rgba(5, 13, 12, 0.18) 0%, transparent 22%, rgba(5, 13, 12, 0.2) 100%);
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-copy {
  width: min(820px, 58vw);
  padding-top: 322px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  text-wrap: normal;
}

h1 {
  font-size: clamp(48px, 4.05vw, 60px);
  line-height: 1.17;
  letter-spacing: 0;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.36);
}

.hero-copy p {
  margin-top: 42px;
  color: var(--muted);
  font-size: 24px;
  font-style: italic;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 75px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  border-radius: 7px;
  padding: 0 40px;
  border: 1px solid var(--gold);
  color: #09110d;
  font-size: 21px;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn-primary {
  background: linear-gradient(135deg, #f6d99b 0%, #c38d42 100%);
  box-shadow: inset 0 1px 0 rgba(255, 244, 208, 0.55);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 16px 36px rgba(197, 139, 63, 0.2), inset 0 1px 0 rgba(255, 244, 208, 0.7);
}

.btn-secondary {
  color: var(--gold-light);
  background: rgba(4, 14, 12, 0.2);
}

.hero-actions .btn-primary {
  width: 319px;
}

.hero-actions .btn-secondary {
  width: 244px;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(217, 163, 92, 0.08);
  color: var(--text);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  width: max-content;
  max-width: calc(100vw - 136px);
  margin: 78px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  color: var(--text);
  font-size: 20px;
  white-space: nowrap;
}

.hero-benefits svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 28px;
  overflow: visible;
  transform-origin: center;
  transition: transform 0.2s ease;
}

.hero-benefits li:hover svg {
  transform: translateY(-2px);
}

.hero-benefits li:first-child svg {
  transform: translateY(1px);
}

.hero-benefits li:first-child:hover svg {
  transform: translateY(-1px);
}

.section-heading {
  max-width: 860px;
}

.eyebrow {
  display: block;
  color: var(--gold);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.section-heading h2,
.faq-intro h2,
.contact-info h2 {
  margin-top: 27px;
  font-size: clamp(42px, 3.5vw, 52px);
  line-height: 1.05;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

.section-heading p,
.faq-intro p,
.contact-info > p {
  color: var(--muted);
}

.heading-rule {
  display: block;
  width: 110px;
  height: 1px;
  margin-top: 34px;
  background: var(--gold);
}

.practice {
  min-height: 795px;
  padding: 64px 0 110px;
}

.practice .section-heading {
  margin-top: 58px;
}

.practice .section-heading p {
  margin-top: 28px;
  max-width: 1000px;
  font-size: 20px;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 47px;
}

.practice-item {
  display: grid;
  grid-template-rows: 58px 72px 1px auto;
  row-gap: 30px;
  min-height: 398px;
  padding: 33px 30px 30px;
  text-align: center;
  border-left: 1px solid rgba(239, 231, 209, 0.12);
}

.practice-item:first-child {
  border-left: 0;
}

.practice-item svg {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  align-self: center;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.practice-item h3 {
  min-height: 66px;
  margin-top: 0;
  font-size: 29px;
  line-height: 1.05;
  align-self: center;
}

.practice-item span {
  display: block;
  width: 34px;
  height: 1px;
  margin: 0 auto;
  background: var(--gold);
}

.practice-item p {
  margin: 0 auto;
  max-width: 188px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.cases {
  min-height: 786px;
  padding: 95px 0 145px;
}

.cases .section-heading {
  margin-top: 42px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
  margin-top: 39px;
}

.case-card,
.price-card,
.contact-card,
.accordion {
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(145deg, rgba(15, 45, 36, 0.68), rgba(4, 16, 13, 0.55)),
    rgba(5, 18, 15, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 522px;
  border-radius: 8px;
  padding: 41px 37px 39px;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.price-card::before {
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 14%, rgba(217, 163, 92, 0.13), transparent 30%),
    radial-gradient(circle at 86% 92%, rgba(28, 83, 63, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(244, 208, 141, 0.035), transparent 48%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

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

.price-card:hover {
  border-color: rgba(217, 163, 92, 0.58);
  background:
    linear-gradient(145deg, rgba(17, 48, 39, 0.72), rgba(5, 18, 15, 0.62)),
    rgba(5, 18, 15, 0.78);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 244, 208, 0.04),
    inset 0 0 0 1px rgba(217, 163, 92, 0.055);
}

.price-card:hover::before {
  opacity: 1;
}

.case-card:hover {
  border-color: rgba(217, 163, 92, 0.42);
  background:
    linear-gradient(145deg, rgba(17, 48, 39, 0.72), rgba(5, 18, 15, 0.62)),
    rgba(5, 18, 15, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 208, 0.035),
    inset 0 0 0 1px rgba(217, 163, 92, 0.06),
    0 16px 38px rgba(0, 0, 0, 0.16);
}

.case-card h3 {
  font-size: 28px;
  line-height: 1.18;
}

.case-story {
  display: grid;
  gap: 18px;
  margin-top: 27px;
}

.case-story p {
  max-width: 360px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.case-story span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.case-result {
  margin-top: auto;
  padding-top: 28px;
}

.case-result span {
  display: block;
  color: rgba(238, 236, 229, 0.58);
  font-size: 19px;
}

.case-result strong {
  display: block;
  margin-top: 8px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing {
  min-height: 1055px;
  padding: 91px 0 120px;
  background:
    radial-gradient(circle at 40% 15%, rgba(30, 75, 58, 0.12), transparent 30rem),
    linear-gradient(180deg, #061411 0%, #061511 100%);
}

.pricing .section-heading p {
  max-width: 340px;
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.4;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 46px;
}

.price-card {
  position: relative;
  display: grid;
  grid-template-rows: 52px 62px 78px 1px 42px auto;
  row-gap: 18px;
  min-height: 475px;
  border-radius: 8px;
  padding: 44px 29px 31px;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

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

.price-card.popular {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px rgba(217, 163, 92, 0.36), inset 0 1px 0 rgba(255, 244, 208, 0.04);
}

.price-card.popular:hover {
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(217, 163, 92, 0.42),
    inset 0 1px 0 rgba(255, 244, 208, 0.05),
    inset 0 0 0 1px rgba(217, 163, 92, 0.07);
}

.popular-label {
  position: absolute;
  top: -1px;
  right: -1px;
  min-width: 113px;
  height: 40px;
  border-radius: 0 7px 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #15140f;
  background: linear-gradient(135deg, #f5d99c, #bd8844);
  font-size: 15px;
  font-weight: 700;
}

.price-card > svg {
  width: 52px;
  height: 52px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  align-self: center;
  overflow: visible;
  shape-rendering: geometricPrecision;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.price-card:hover > svg,
.practice-item:hover > svg,
.contact-row:hover svg {
  filter: drop-shadow(0 0 8px rgba(217, 163, 92, 0.22));
  transform: translateY(-2px);
}

.price-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.16;
  align-self: end;
}

.price-card p {
  min-height: 0;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
  align-self: start;
}

.price-line {
  display: block;
  width: 119px;
  height: 1px;
  margin: 0;
  background: rgba(238, 236, 229, 0.16);
  align-self: center;
}

.price {
  display: block;
  margin: 0;
  color: var(--gold-light);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  align-self: center;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: start;
}

.price-card li {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--muted);
  font-size: 16px;
}

.price-card li svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.price-note {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 43px;
  padding-top: 48px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 20px;
}

.price-note svg {
  width: 32px;
  height: 32px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.faq-contact {
  --faq-bg: #06100e;
  padding: 48px 0 36px;
  background:
    radial-gradient(circle at 16% 28%, rgba(217, 163, 92, 0.08), transparent 18rem),
    radial-gradient(circle at 84% 12%, rgba(41, 91, 67, 0.16), transparent 26rem),
    linear-gradient(180deg, #06100e 0%, #04100d 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 77px;
  align-items: start;
}

.faq-intro {
  display: flex;
  min-height: 384px;
  flex-direction: column;
  padding-left: 36px;
}

.faq-intro h2 {
  margin-top: 18px;
}

.faq-intro > p {
  margin-top: 27px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;
}

.faq-notes {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.faq-note {
  padding: 21px 0 23px;
}

.faq-note + .faq-note {
  border-top: 1px solid var(--line-soft);
}

.faq-note span {
  color: var(--gold);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.faq-note strong {
  display: block;
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
}

.faq-note p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
  line-height: 1.45;
}

.accordion {
  border-radius: 7px;
  overflow: hidden;
}

.accordion-item + .accordion-item {
  border-top: 1px solid var(--line-soft);
}

.accordion button {
  display: grid;
  width: 100%;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 22px;
  min-height: 63px;
  padding: 0 20px 0 25px;
  border: 0;
  color: var(--text);
  background: rgba(3, 12, 10, 0.14);
  cursor: pointer;
  text-align: left;
}

.accordion button > svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accordion button span {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
}

.accordion button i {
  position: relative;
  width: 18px;
  height: 18px;
  color: var(--gold);
}

.accordion button i::before,
.accordion button i::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  content: "";
  transform: translate(-50%, -50%);
}

.accordion button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.accordion button[aria-expanded="true"] i::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.26s ease;
}

.accordion-panel p {
  min-height: 0;
  overflow: hidden;
  padding: 0 70px 0 72px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.accordion button[aria-expanded="true"] + .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion button[aria-expanded="true"] + .accordion-panel p {
  padding-bottom: 20px;
}

.contact-card {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 42px;
  margin-top: 35px;
  border-color: var(--line);
  border-radius: 9px;
  padding: 35px 54px 31px 50px;
}

.contact-info {
  padding-right: 44px;
  border-right: 1px solid var(--line-soft);
}

.contact-info h2 {
  margin-top: 20px;
}

.contact-info > p {
  max-width: 370px;
  margin-top: 22px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 32px;
}

.contact-row + .contact-row {
  margin-top: 28px;
}

.contact-row svg {
  width: 34px;
  height: 34px;
  margin-top: 5px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.contact-row strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-row small {
  display: block;
  color: var(--muted);
  font-size: 17px;
}

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

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

.contact-form label {
  position: relative;
  display: block;
}

.contact-form label > span:first-child {
  position: absolute;
  top: 18px;
  left: 21px;
  z-index: 1;
  color: rgba(238, 236, 229, 0.62);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input {
  height: 59px;
  padding: 14px 20px 6px;
}

.contact-form textarea {
  min-height: 103px;
  resize: vertical;
  padding: 23px 20px 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(217, 163, 92, 0.72);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 0 3px rgba(217, 163, 92, 0.09);
}

.contact-form label:has(input:focus) > span:first-child,
.contact-form label:has(textarea:focus) > span:first-child,
.contact-form label:has(input:not(:placeholder-shown)) > span:first-child,
.contact-form label:has(textarea:not(:placeholder-shown)) > span:first-child {
  opacity: 0;
  transform: translateY(-5px);
}

.contact-form .is-invalid input,
.contact-form .is-invalid textarea {
  border-color: rgba(255, 127, 127, 0.9);
}

.consent {
  display: flex !important;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 16px;
}

.consent input {
  position: static;
  width: 19px;
  height: 19px;
  appearance: none;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
}

.consent input:checked {
  background:
    linear-gradient(135deg, rgba(244, 208, 141, 0.92), rgba(183, 124, 55, 0.92)),
    var(--gold);
  border-color: var(--gold);
}

.consent span {
  position: static !important;
  color: var(--muted) !important;
  pointer-events: auto !important;
}

.consent a {
  color: var(--green-muted);
}

.form-submit {
  width: 100%;
  min-height: 65px;
  margin-top: 2px;
  border: 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 24px;
}

.form-status {
  min-height: 22px;
  color: var(--gold-light);
  font-size: 15px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 20px 0 22px;
  background: #030d0b;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.site-footer .brand-mark {
  width: 52px;
  height: 56px;
}

.site-footer .brand-lockup {
  width: 292px;
}

.site-footer .brand-name {
  font-size: 23px;
}

.site-footer .brand-role {
  font-size: 12px;
}

.site-footer p,
.site-footer nav {
  color: rgba(238, 236, 229, 0.64);
  font-size: 16px;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 17px;
}

.legal-dialog {
  max-width: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  color: var(--text);
  background: rgba(5, 19, 16, 0.98);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
}

.legal-dialog::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.legal-dialog > div {
  position: relative;
  padding: 36px;
}

.legal-dialog h2 {
  font-size: 36px;
}

.legal-dialog p {
  margin-top: 16px;
  color: var(--muted);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.dialog-close::before,
.dialog-close::after {
  position: absolute;
  top: 15px;
  left: 8px;
  width: 16px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.dialog-close::before {
  transform: rotate(45deg);
}

.dialog-close::after {
  transform: rotate(-45deg);
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.99);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
    transition-delay: 0ms;
  }
}

@media (max-width: 1280px) {
  .container {
    width: min(calc(100% - 72px), var(--container));
  }

  .brand {
    min-width: 284px;
  }

  .brand-lockup {
    width: 284px;
  }

  .site-nav {
    gap: 20px;
  }

  .header-contact {
    min-width: 200px;
  }

  .header-contact strong {
    font-size: 22px;
  }

  .header-contact span {
    font-size: 17px;
  }

  .hero-visual {
    width: min(520px, 39vw);
    border-top-left-radius: 260px;
  }

  .practice-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .practice-item:nth-child(4) {
    border-left: 0;
  }

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

@media (max-width: 1040px) {
  .site-header {
    padding-top: 24px;
  }

  .header-inner {
    align-items: center;
  }

  .brand {
    min-width: 0;
  }

  .nav-toggle {
    display: block;
    order: 3;
  }

  .site-nav {
    position: fixed;
    top: 92px;
    right: 36px;
    left: 36px;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(4, 15, 13, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px;
  }

  .header-contact {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    padding-bottom: 90px;
  }

  .hero-visual {
    top: 128px;
    width: 34vw;
    border-top-left-radius: 190px;
  }

  .hero-copy {
    width: min(620px, 59vw);
    padding-top: 245px;
  }

  .hero-benefits {
    gap: 30px;
  }

  .faq-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    min-height: auto;
    padding-left: 0;
  }

  .faq-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
    border: 1px solid var(--line-soft);
  }

  .faq-note {
    padding: 20px;
  }

  .faq-note + .faq-note {
    border-top: 0;
    border-left: 1px solid var(--line-soft);
  }

  .contact-info {
    padding-right: 0;
    border-right: 0;
  }

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

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

@media (max-width: 820px) {
  body {
    font-size: 17px;
  }

  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .site-header {
    padding-top: 16px;
  }

  .brand-lockup {
    width: 244px;
  }

  .brand-name {
    font-size: 22px;
  }

  .header-contact {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    width: min(430px, calc(100vw - 14px));
    height: min(500px, 116vw);
    margin: 48px 0 0 auto;
    border-top-left-radius: 180px;
    opacity: 1;
  }

  .hero-inner {
    order: 1;
  }

  .hero-copy {
    width: 100%;
    padding-top: 148px;
  }

  h1 {
    font-size: clamp(44px, 11vw, 62px);
  }

  .hero-copy p {
    margin-top: 28px;
    font-size: 21px;
  }

  .hero-actions {
    margin-top: 42px;
  }

  .hero-benefits {
    margin-top: 48px;
  }

  .practice,
  .cases,
  .pricing,
  .faq-contact {
    min-height: auto;
    padding: 62px 0;
  }

  .practice .section-heading {
    margin-top: 0;
  }

  .practice-grid,
  .case-grid,
  .pricing-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .practice-item,
  .practice-item:nth-child(4) {
    min-height: auto;
    padding: 36px 20px;
    border-left: 0;
    border-top: 1px solid rgba(239, 231, 209, 0.12);
  }

  .practice-item:first-child {
    border-top: 0;
  }

  .case-card,
  .price-card {
    min-height: auto;
  }

  .case-result {
    margin-top: 48px;
  }

  .faq-intro {
    padding-left: 0;
  }

  .faq-notes {
    grid-template-columns: 1fr;
    border-right: 0;
    border-left: 0;
  }

  .faq-note {
    padding: 19px 0 21px;
  }

  .faq-note + .faq-note {
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

  .contact-card {
    padding: 30px 22px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand {
    min-width: 0;
  }

  .brand-lockup {
    width: 210px;
  }

  .brand-name {
    font-size: 20px;
  }

  .brand-role {
    font-size: 12px;
  }

  .site-nav {
    right: 14px;
    left: 14px;
  }

  .hero-copy {
    padding-top: 120px;
  }

  h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .section-heading h2,
  .faq-intro h2,
  .contact-info h2 {
    font-size: 43px;
  }

  .btn {
    width: 100%;
    min-width: 0;
    min-height: 66px;
    padding: 0 22px;
    font-size: 20px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
  }

  .hero-benefits {
    display: grid;
    gap: 20px;
  }

  .hero-benefits li {
    white-space: normal;
    font-size: 20px;
  }

  .accordion button {
    grid-template-columns: 22px 1fr 22px;
    gap: 12px;
    padding: 14px 14px;
  }

  .accordion button span {
    font-size: 20px;
  }

  .accordion-panel p {
    padding-right: 18px;
    padding-left: 48px;
  }

  .contact-row {
    gap: 18px;
  }

  .contact-row strong {
    font-size: 22px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}
