*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  max-width: 100vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
}
img,
svg {
  vertical-align: middle;
}
[hidden] {
  display: none;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: rtl;
}
body {
  font-family:
    IBM Plex Sans Arabic,
    Tajawal,
    Cairo,
    system-ui,
    -apple-system,
    Segoe UI,
    Arial,
    sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 400;
  line-height: 1.8;
  color: #111827;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    IBM Plex Sans Arabic,
    Tajawal,
    Cairo,
    system-ui,
    sans-serif;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  text-align: right;
}
h1 {
  font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
h2 {
  font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3rem);
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
h3 {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
  line-height: 1.25;
  margin-bottom: 1rem;
}
h4 {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 1.3;
  margin-bottom: 1rem;
}
h5 {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
  line-height: 1.3;
  margin-bottom: 0.563rem;
}
h6 {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 1.3;
  margin-bottom: 0.563rem;
}
p {
  margin-bottom: 1rem;
  color: #4b5563;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #001d3d;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover,
a:focus {
  color: #001124;
}
a:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
  border-radius: 0.25rem;
}
ul,
ol {
  margin-bottom: 1rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: 0;
}
li {
  margin-bottom: 0.5rem;
  color: #4b5563;
}
code,
pre {
  font-family:
    Menlo,
    Monaco,
    Courier New,
    monospace;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}
code {
  background-color: #f3f4f6;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
pre {
  background-color: #111827;
  color: #fff;
  padding: 1rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}
img {
  max-width: 100%;
  height: auto;
}
img[loading='lazy'] {
  content-visibility: auto;
}
img[width][height] {
  aspect-ratio: attr(width) / attr(height);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-primary {
  color: #001d3d;
}
.text-secondary {
  color: #bfa350;
}
.text-muted {
  color: #6b7280;
}
.text-inverse {
  color: #fff;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
  }
}
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-sm {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .section-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .section-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 700;
  line-height: 1;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.2s ease,
    box-shadow 0.25s ease;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  border-radius: 0.75rem;
  max-height: 3rem;
  position: relative;
  overflow: hidden;
}
.btn:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  background-color: #001d3d;
  color: #fff;
  border-color: #001d3d;
}
.btn-primary:hover:not(:disabled) {
  background-color: #cdb775;
  border-color: #cdb775;
  color: #0c0a04;
}
.btn-primary:active:not(:disabled) {
  background-color: #001d3d;
  transform: translateY(0);
  color: #fff;
}
.btn-primary:focus {
  color: #fff;
}
.btn-secondary {
  background-color: #cdb775;
  border-color: #cdb775;
  color: #0c0a04;
}
.btn-secondary:hover:not(:disabled) {
  background-color: #b49742;
  border-color: #b49742;
  background-color: #003570;
  border-color: #003570;
  color: #fff;
}
.btn-secondary:active:not(:disabled) {
  background-color: #003570;
  transform: translateY(0);
  color: #fff;
}
.btn-secondary:focus {
  color: #fff;
}
.btn-ghost {
  background-color: transparent;
  color: #001d3d;
  border-color: #001d3d;
}
.btn-ghost:hover:not(:disabled) {
  background-color: #001d3d;
  color: #fff;
}
.btn-ghost:active:not(:disabled) {
  background-color: #002957;
  transform: translateY(0);
}
.btn-text {
  background-color: transparent;
  color: #4b5563;
  border: none;
  padding-inline: 0.563rem;
}
.btn-text:hover:not(:disabled) {
  color: #001d3d;
  background-color: #001d3d0d;
  transform: none;
}
.btn-text:active:not(:disabled) {
  background-color: #001d3d1a;
  transform: none;
}
.btn-lg {
  padding: 1rem 2rem;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
}
.btn-md {
  padding: 0.5rem 1.5rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
}
.btn-sm {
  padding: 0.5rem 1rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #111827;
}
.form-input,
.form-textarea {
  width: 100%;
  padding: 0.563rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #111827;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  text-align: right;
  direction: rtl;
}
.form-input[type='tel'],
.form-input[type='email'],
.form-input[type='number'],
.form-textarea[type='tel'],
.form-textarea[type='email'],
.form-textarea[type='number'] {
  direction: ltr;
  text-align: left;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #001d3d;
  box-shadow: 0 0 0 3px color-alpha(#001d3d, 0.1);
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #6b7280;
}
.form-input:disabled,
.form-textarea:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-input-error,
.form-textarea-error {
  border-color: #ef4444;
}
.form-input-error:focus,
.form-textarea-error:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px color-alpha(#ef4444, 0.1);
}
.form-textarea {
  min-height: 120px;
  resize: vertical;
}
.form-error {
  margin-top: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #ef4444;
}
.form-help {
  margin-top: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6b7280;
}
.card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition:
    box-shadow 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}
.card:hover {
  box-shadow:
    0 4px 6px -1px #0000001a,
    0 2px 4px -1px #0000000f;
}
.card-surface {
  background-color: #f9fafb;
  border: none;
  box-shadow: 0 1px 2px #0000000d;
}
.card-header {
  margin-bottom: 1rem;
}
.card-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.card-body {
  color: #4b5563;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.563rem;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-weight: 500;
  border-radius: 9999px;
  background-color: #e5e7eb;
  color: #111827;
}
.badge-primary {
  background-color: color-alpha(#001d3d, 0.1);
  color: #001d3d;
}
.badge-secondary {
  background-color: color-alpha(#bfa350, 0.1);
  color: #bfa350;
}
.section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .section-heading {
    margin-bottom: 4rem;
  }
}
.section-heading__title {
  margin-bottom: 1rem;
}
.section-heading__subtitle {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.accordion__item,
.accordion-item {
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.accordion__item:hover,
.accordion-item:hover {
  border-color: #001d3d33;
}
.accordion__trigger,
.accordion-trigger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  text-align: right;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.15s ease;
}
.accordion__trigger:hover,
.accordion-trigger:hover {
  background-color: #f9fafb;
}
.accordion__trigger:focus-visible,
.accordion-trigger:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.accordion__trigger[aria-expanded='true'],
[aria-expanded='true'].accordion-trigger {
  background-color: #001d3d;
  color: #fff;
}
.accordion__trigger[aria-expanded='true'] .accordion__icon,
.accordion__trigger[aria-expanded='true'] .accordion-icon,
[aria-expanded='true'].accordion-trigger .accordion__icon,
[aria-expanded='true'].accordion-trigger .accordion-icon {
  transform: rotate(180deg);
  stroke: #fff;
}
.accordion__title {
  flex: 1;
  text-align: right;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
}
.accordion__icon,
.accordion-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion__body {
  padding: 1.25rem 1.5rem;
  padding-top: 0;
}
.accordion__body p {
  color: #4b5563;
  line-height: 2;
  margin: 0;
}
.accordion__body p a {
  color: #bfa350;
  font-weight: 500;
  text-decoration: underline;
}
.accordion__body p a:hover {
  color: #a1873b;
}
.accordion-trigger {
  flex-direction: row-reverse;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  visibility: hidden;
  pointer-events: none;
}
.modal.is-active {
  visibility: visible;
  pointer-events: auto;
}
.modal.is-active .modal__backdrop {
  opacity: 1;
}
.modal.is-active .modal__container {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.modal__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #001d3d99;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal__container {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 2rem);
  background: #fff;
  border-radius: 1rem;
  box-shadow:
    0 0 0 1px #001d3d0d,
    0 25px 50px -12px #001d3d40,
    0 10px 30px -10px #001d3d26;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.modal__close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  color: #6b7280;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  z-index: 10;
}
.modal__close:hover {
  background: #f9fafb;
  color: #111827;
  transform: rotate(90deg);
}
.modal__close:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.modal__close svg {
  width: 20px;
  height: 20px;
}
.modal__header {
  padding: 2rem 2rem 1.25rem;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}
.modal__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #cdb775, #bfa350);
  border-radius: 0.75rem;
  color: #fff;
}
.modal__icon svg {
  width: 32px;
  height: 32px;
}
.modal__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  text-align: center;
}
.modal__subtitle {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  line-height: 1.8;
  max-width: 380px;
  margin: 0 auto;
}
.modal__form {
  padding: 1.5rem 2rem 2rem;
  overflow-y: auto;
  flex: 1;
}
.modal__form[hidden] {
  display: none !important;
}
.modal__form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .modal__form-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.modal__privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1rem;
  margin: 1.25rem 0;
  background: #f9fafb;
  border-radius: 0.5rem;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  color: #6b7280;
  line-height: 1.5;
}
.modal__privacy svg {
  flex-shrink: 0;
  color: #bfa350;
  margin-top: 2px;
}
.modal__submit {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  min-height: 52px;
}
.modal__submit.is-loading {
  pointer-events: none;
}
.modal__submit.is-loading .modal__submit-text {
  display: none;
}
.modal__submit.is-loading .modal__submit-loading {
  display: flex;
}
.modal__submit-loading {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.modal__spinner {
  animation: spin 1s linear infinite;
}
.modal__success {
  padding: 3rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.modal__success[hidden] {
  display: none !important;
}
.modal__success-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #9ef7d9, #6ff3c7);
  border-radius: 9999px;
  color: #10b981;
}
.modal__success-icon svg {
  width: 48px;
  height: 48px;
}
.modal__success-title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}
.modal__success-text {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.modal__success-close {
  min-width: 140px;
}
.form-required {
  color: #ef4444;
  margin-right: 2px;
}
.form-select {
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  color: #111827;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
  text-align: right;
  direction: rtl;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding: 0.563rem 1rem 0.563rem 2.5rem;
  cursor: pointer;
}
.form-select:focus {
  outline: none;
  border-color: #bfa350;
  box-shadow: 0 0 0 3px #bfa35026;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23001d3d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}
.form-select:hover:not(:focus) {
  border-color: #001d3d4d;
}
.grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .grid {
    gap: 2rem;
  }
}
.grid-cols-1 {
  grid-template-columns: 1fr;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bg-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .bg-pattern {
    height: 50%;
    max-height: 300px;
  }
}
.bg-pattern:before {
  content: '';
  position: absolute;
  border-radius: inherit;
  corner-shape: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../assets/img/bg--pattern.png);
  background:
    url(../../assets/img/bg--pattern.png) repeat center/56px auto,
    linear-gradient(to top, transparent, #ffffff);
  background-repeat: repeat;
  background-position: center;
  border: 0;
  background-size: 4rem auto;
  opacity: 0.09;
  pointer-events: none;
}
.bg-pattern:after {
  position: absolute;
  content: '';
  background: linear-gradient(to bottom, transparent, #ffffff);
  z-index: 1;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  width: 100%;
  max-width: 100vw;
  transition:
    background-color 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out,
    backdrop-filter 0.25s ease-in-out;
}
.header--scrolled {
  background-color: #fffffff2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow:
    0 4px 6px -1px #0000001a,
    0 2px 4px -1px #0000000f;
}
.header__inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
}
@media (min-width: 768px) {
  .header__inner {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }
}
@media (min-width: 1024px) {
  .header__inner {
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.5rem;
  transition: padding-block 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .header__inner {
    padding-block: 0.25rem;
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 3rem;
    padding-block: 1.25rem;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 3rem;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__logo {
    height: 2.5rem;
  }
}
.header__logo:hover {
  transform: scale(1.05);
}
.header__logo:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.header__logo-img {
  height: 100%;
  width: auto;
  max-height: 2.5rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header__logo-img {
    max-height: 2.5rem;
  }
}
.header__nav {
  display: none;
  justify-self: center;
  background-color: #f3f4f6;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-block: 0.25rem;
  padding-inline: 0.25rem;
}
@media (min-width: 1024px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
}
.header__nav-link {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border-radius: 0.75rem;
  background-color: #fff;
  position: relative;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}
.header__nav-link:hover,
.header__nav-link:focus {
  background-color: #001d3d;
  color: #fff;
}
.header__nav-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.header__nav-link.active {
  background-color: #001d3d;
  color: #fff;
  font-weight: 600;
}
.header__nav-link.active:hover {
  background-color: #a1873b;
}
.header__dropdown {
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .header__dropdown {
    display: block;
  }
}
.header__dropdown:hover .header__dropdown-menu,
.header__dropdown:focus-within .header__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: none;
  cursor: pointer;
  background-color: #fff;
}
.header__dropdown-trigger[aria-expanded='true'] {
  background-color: #001d3d;
  color: #fff;
}
.header__dropdown-trigger[aria-expanded='true'] .header__dropdown-icon {
  transform: rotate(180deg);
}
.header__dropdown-trigger.active {
  background-color: #001d3d;
  color: #fff;
  font-weight: 600;
}
.header__dropdown-icon {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.header__dropdown-menu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 15rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow:
    0 10px 15px -3px #0000001a,
    0 4px 6px -2px #0000000d;
  padding: 0.5rem;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    opacity 0.15s ease,
    visibility 0.15s ease,
    transform 0.15s ease;
  z-index: 1000;
}
.header__dropdown-item {
  display: block;
  padding: 0.563rem 1.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  border-radius: 0.5rem;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.header__dropdown-item:hover,
.header__dropdown-item:focus {
  background-color: #f3f4f6;
  color: #001d3d;
}
.header__dropdown-item:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.header__actions {
  display: none;
  justify-self: start;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 1024px) {
  .header__actions {
    display: flex;
  }
}
.header__actions .btn-ghost {
  width: 3rem;
  height: 3rem;
  padding-inline: 0;
}
.header__actions .btn-ghost:hover {
  border-radius: 1rem;
}
.header__phone {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: #001d3d;
  color: #fff;
  padding-block: 1rem;
  padding-inline: 1rem;
  max-height: 3rem;
  transition:
    background-color 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    border-radius 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
}
.header__phone:hover,
.header__phone:focus {
  transform: translateY(-1px) scale(1.05);
  border-radius: 1rem;
  background-color: #bfa350;
  color: #0c0a04;
  box-shadow: 0 4px 12px #bfa3504d;
}
.header__phone:active {
  transform: translateY(0) scale(1);
}
.header__phone:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.header__phone-icon {
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
  flex-shrink: 0;
  stroke-width: 2;
}
.header__menu-toggle {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #111827;
  border-radius: 0.5rem;
  background-color: #f3f4f6;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header__menu-toggle {
    display: none;
  }
}
.header__menu-toggle:hover,
.header__menu-toggle:focus {
  background-color: #e5e7eb;
}
.header__menu-toggle:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  height: 100dvh;
  z-index: 1050;
  background-color: #fff;
  transform: translate(100%);
  transition: transform 0.25s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.25rem 1rem;
  width: 100%;
  max-width: 100vw;
}
.mobile-menu[aria-hidden='false'] {
  transform: translate(0);
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-block-start: 0.5rem;
}
.mobile-menu__title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  font-weight: 600;
  color: #111827;
}
.mobile-menu__close {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  border-radius: 0.5rem;
  background-color: #f3f4f6;
}
.mobile-menu__close:hover,
.mobile-menu__close:focus {
  background-color: #e5e7eb;
}
.mobile-menu__close:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-menu__nav-link {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  display: block;
  border-radius: 0.375rem;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.mobile-menu__nav-link:hover,
.mobile-menu__nav-link:focus {
  background-color: #f3f4f6;
  color: #001d3d;
}
.mobile-menu__nav-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.mobile-menu__group {
  border-bottom: 1px solid #e5e7eb;
}
.mobile-menu__group-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #111827;
  text-align: right;
  border-radius: 0.375rem;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.mobile-menu__group-trigger:hover,
.mobile-menu__group-trigger:focus {
  background-color: #f3f4f6;
  color: #001d3d;
}
.mobile-menu__group-trigger[aria-expanded='true'] {
  background-color: #f3f4f6;
  color: #001d3d;
}
.mobile-menu__group-trigger[aria-expanded='true'] .mobile-menu__group-icon {
  transform: rotate(180deg);
}
.mobile-menu__group-trigger.active {
  background-color: #001d3d;
  color: #fff;
  font-weight: 600;
}
.mobile-menu__group-trigger:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.mobile-menu__group-icon {
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.mobile-menu__group-content {
  display: none;
  padding-bottom: 0.5rem;
}
.mobile-menu__group-content[aria-hidden='false'] {
  display: block;
}
.mobile-menu__sub-link {
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 400;
  color: #4b5563;
  text-decoration: none;
  padding: 0.5rem 1rem;
  padding-inline-start: 1.5rem;
  border-radius: 0.375rem;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.mobile-menu__sub-link:hover,
.mobile-menu__sub-link:focus {
  background-color: #f9fafb;
  color: #001d3d;
}
.mobile-menu__sub-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.mobile-menu__cta {
  margin-block-start: 1.5rem;
  width: 100%;
  text-align: center;
}
.footer {
  padding-top: 2rem;
  overflow: hidden;
  max-width: 100vw;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 3rem;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
}
@media (min-width: 768px) {
  .footer__inner {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }
}
@media (min-width: 1024px) {
  .footer__inner {
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
  }
}
.footer__inner {
  background-color: #001d3d;
  color: #fff;
  border-radius: 0.75rem;
  margin-block-end: 1rem;
  padding-block: 1.5rem;
  padding-inline: 1rem;
  position: relative;
  overflow: hidden;
  width: 92%;
}
@media (min-width: 1024px) {
  .footer__inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    border-radius: 1rem;
    margin-block-end: 1.25rem;
    padding-block: 3rem;
    padding-inline: 3rem;
  }
}
.footer__inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/logo--symbol--outline.svg);
  background-size: 44rem auto;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0.04;
  z-index: 0;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-block-end: 3rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    padding-block-end: 4rem;
  }
}
.footer__logo {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer__logo {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: auto;
  }
}
.footer__logo-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .footer__logo-content {
    width: 44%;
  }
}
.footer__logo-content h5 {
  color: #fff;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer__logo-content h5 {
    text-align: right;
  }
}
.footer__logo-content p {
  color: #fff;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.6;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.5rem;
  justify-content: flex-start;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__nav {
    width: auto;
    gap: 1.5rem 2rem;
  }
}
.footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.footer__nav-link {
  color: #fffc;
  text-decoration: none;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  transition: color 0.15s ease;
  text-align: right;
  transition: color 0.25s ease-in-out;
}
.footer__nav-link:hover,
.footer__nav-link:focus {
  color: #bfa350;
}
.footer__nav-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.footer__logo-link {
  display: inline-block;
  line-height: 0;
}
.footer__logo-img {
  height: 2.5rem;
  width: auto;
  display: block;
}
.footer__divider {
  height: 1px;
  background-color: #fff3;
  margin-bottom: 1.5rem;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer__bottom {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__social {
  display: flex;
  gap: 0.563rem;
  justify-content: flex-start;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: color-mix(in srgb, white 6%, transparent);
  color: #fff;
  border-radius: 0.5rem;
  z-index: 1;
  transition:
    background-color 0.15s ease,
    transform 0.15s ease;
}
.footer__social-link:hover,
.footer__social-link:focus {
  background-color: #a1873b;
  transform: translateY(-2px);
}
.footer__social-link:hover svg,
.footer__social-link:focus svg {
  fill: #001d3d;
}
.footer__social-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.footer__social-link svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: white;
}
.footer__copyright {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #fffc;
  margin: 0;
  text-align: right;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer__copyright {
    text-align: left;
  }
}
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1150;
  background-color: #001d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  will-change: opacity, transform;
}
.loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.loader__logo {
  width: 12rem;
  height: auto;
  will-change: transform, opacity;
}
.loader__logo-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.loader__logo-path {
  fill: none;
  stroke: #e2c260;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  will-change: stroke-dashoffset, fill;
}
.loader__firm-name {
  font-family:
    IBM Plex Sans Arabic,
    Tajawal,
    Cairo,
    system-ui,
    sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  letter-spacing: 0.02em;
  opacity: 1 !important;
  will-change: opacity, transform;
  max-width: 90vw;
  line-height: 1.5;
  margin-top: -0.75rem;
  transform: translateY(0);
  visibility: visible;
  display: block;
}
.loader__counter {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  font-family:
    IBM Plex Sans Arabic,
    Tajawal,
    Cairo,
    system-ui,
    sans-serif;
  color: #fff;
  opacity: 0;
  will-change: opacity;
}
.loader__counter-value {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.loader__counter-symbol {
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.7;
}
.loader__progress {
  width: 10rem;
  height: 2px;
  background-color: #ffffff26;
  border-radius: 9999px;
  overflow: hidden;
  opacity: 0;
  will-change: opacity;
}
.loader__progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #bfa350, #d3c088);
  border-radius: 9999px;
  will-change: width;
}
.loader__curtain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #001d3d;
  transform: translateY(100%);
  will-change: transform;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .loader__logo-path {
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    fill: #e2c260;
    stroke: none;
  }
  .loader__counter,
  .loader__progress,
  .loader__firm-name {
    opacity: 1;
    transform: translateY(0);
  }
  .loader__progress-bar {
    transition: width 0.3s ease;
  }
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1040;
  background-color: transparent;
  pointer-events: none;
}
.scroll-progress__bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #001d3d, #bfa350, #001d3d);
  background-size: 200% 100%;
  transform-origin: left center;
  transform: scaleX(0);
  animation: scrollProgressShimmer 2s linear infinite;
}
@keyframes scrollProgressShimmer {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.word {
  display: inline-block;
  will-change: transform, opacity;
}
.hero {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.hero > .bg-pattern {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  top: -6.25rem;
}
@media (max-width: 767px) {
  .hero > .bg-pattern {
    top: 0;
    height: 40%;
    max-height: 200px;
  }
}
.hero > .container {
  position: relative;
  z-index: 1;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: end;
}
@media (max-width: 767px) {
  .hero__grid {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .hero__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-areas: 'text card media';
    gap: 1.5rem;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .hero__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-template-areas: 'text card media';
    gap: 1.5rem;
    align-items: end;
  }
}
.hero__content {
  text-align: right;
  order: 1;
}
@media (min-width: 1024px) {
  .hero__content {
    grid-area: text;
  }
}
.hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.563rem;
  line-height: 1.25;
}
.hero h3 {
  margin-bottom: 0;
}
.hero__title-line {
  display: block;
  font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  color: #111827;
}
.hero__title-line--light {
  font-weight: 300;
}
.hero__title-line--strong {
  font-weight: 700;
}
.hero__title-line-subtitle {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
}
.hero__subtitle {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  margin-bottom: 2.5rem;
  line-height: 2;
  max-width: 42rem;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.hero__card {
  order: 4;
  align-items: center;
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .hero__card {
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .hero__card {
    grid-area: card;
    order: 2;
  }
}
.hero__card-content {
  text-align: right;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0.75rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  gap: 0.563rem;
}
@media (max-width: 767px) {
  .hero__card-content {
    padding-block: 1rem;
    padding-inline: 1.25rem;
    gap: 1rem;
  }
}
.hero__card-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  font-weight: 600;
  color: #111827;
  margin-bottom: 0;
}
.hero__card-text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero__card-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.hero__card-avatars {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero__card-avatars {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.hero__card-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: help;
  outline: none;
}
.hero__card-avatar:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.hero__card-avatar-initial {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
  color: #4b5563;
}
.hero__card-avatar-tooltip {
  position: absolute;
  inset-block-end: calc(100% + 0.5rem);
  inset-inline-start: 50%;
  transform: translate(-50%) translateY(4px);
  background-color: #111827;
  color: #fff;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-weight: 400;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  border-radius: 0.375rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1070;
  transition:
    opacity 0.15s ease-out,
    visibility 0.15s ease-out,
    transform 0.15s ease-out;
  max-width: calc(100vw - 2rem);
  text-align: center;
}
@media (max-width: 767px) {
  .hero__card-avatar-tooltip {
    white-space: normal;
    max-width: min(200px, 100vw - 2rem);
    padding-inline: 0.25rem;
    font-size: clamp(0.625rem, 0.6rem + 0.125vw, 0.75rem);
    inset-inline-start: auto;
    inset-inline-end: 0;
    transform: translate(0) translateY(4px);
  }
}
.hero__card-avatar:hover .hero__card-avatar-tooltip,
.hero__card-avatar:focus .hero__card-avatar-tooltip,
.hero__card-avatar:focus-visible .hero__card-avatar-tooltip,
.hero__card-avatar.is-active .hero__card-avatar-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%) translateY(0);
}
@media (max-width: 767px) {
  .hero__card-avatar:hover .hero__card-avatar-tooltip,
  .hero__card-avatar:focus .hero__card-avatar-tooltip,
  .hero__card-avatar:focus-visible .hero__card-avatar-tooltip,
  .hero__card-avatar.is-active .hero__card-avatar-tooltip {
    transform: translate(0) translateY(0);
  }
}
.hero__card-meta {
  border-block-start: 1px solid #e5e7eb;
  width: 100%;
  padding-block-start: 0.5rem;
  margin-block-start: 0.5rem;
}
.hero__card-metric-title {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}
.hero__card-metric-subtext {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  color: #6b7280;
  line-height: 1.5;
}
.hero__media {
  order: 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero__media {
    grid-area: media;
    order: 3;
  }
}
.hero__media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #e5e7eb;
  min-height: 32rem;
}
@media (max-width: 767px) {
  .hero__media-frame {
    aspect-ratio: auto;
    min-height: 18rem;
  }
}
.hero__media-frame:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #cdb775;
  background: linear-gradient(to top, #001d3d80, #001d3d4d 80%, #001d3d1a);
  mix-blend-mode: overlay;
  opacity: 0.8;
  z-index: 1;
}
.hero__video,
.hero__video-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__video-fallback {
  display: none;
}
.hero__media-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 29, 61, 0.1) 0%,
    transparent 50%,
    rgba(0, 29, 61, 0.2) 100%
  );
  pointer-events: none;
}
.no-video .hero__video-fallback,
.reduced-motion .hero__video-fallback {
  display: block;
}
.no-video .hero__video,
.reduced-motion .hero__video {
  display: none;
}
.hero--alt {
  position: relative;
  padding-block: 5rem;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .hero--alt {
    padding-block: 6rem;
  }
}
.hero--alt__video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/8;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #e5e7eb;
}
.hero--alt__video,
.hero--alt__video-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--alt__video-fallback {
  display: none;
}
.hero--alt__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, #bfa35080, #bfa3504d 80%, #bfa3501a);
  z-index: 1;
  mix-blend-mode: multiply;
  mix-blend-mode: color;
}
.hero--alt__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-end;
  max-width: 50rem;
  margin-inline-start: auto;
  padding: 3rem;
  min-height: 100%;
}
@media (min-width: 768px) {
  .hero--alt__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4rem;
    max-width: none;
    padding: 4rem;
  }
}
.hero--alt__content {
  text-align: right;
  color: #fff;
  flex: 1;
}
.hero--alt__eyebrow {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #fffc;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.hero--alt__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.hero--alt__title-line {
  display: block;
  font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .hero--alt__title-line {
    font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  }
}
.hero--alt__subtitle {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #ffffffe6;
  line-height: 2;
  margin-bottom: 2.5rem;
  max-width: 45rem;
}
.hero--alt__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero--alt__card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
  text-align: right;
  flex-shrink: 0;
  width: 100%;
  max-width: 20rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (min-width: 768px) {
  .hero--alt__card {
    width: auto;
    min-width: 18rem;
  }
}
.hero--alt__card-number {
  font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  font-weight: 700;
  color: #001d3d;
  line-height: 1;
  margin-bottom: 1rem;
}
.hero--alt__card-text {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 0;
}
.no-video .hero--alt__video-fallback,
.reduced-motion .hero--alt__video-fallback {
  display: block;
}
.no-video .hero--alt__video,
.reduced-motion .hero--alt__video {
  display: none;
}
.accreditations__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .accreditations__content {
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .accreditations__content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: start;
  }
}
.accreditations__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.accreditations__list li {
  position: relative;
  padding-inline-start: 1.25rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
}
.accreditations__list li:last-child {
  margin-bottom: 0;
}
.accreditations__list li:before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.6em;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001d3d;
  border-radius: 9999px;
}
.accreditations__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: right;
}
@media (min-width: 1024px) {
  .accreditations__header {
    position: sticky;
    top: 5rem;
    height: fit-content;
  }
}
.accreditations__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.563rem;
}
.accreditations__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 0;
}
.accreditations__description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
}
.accreditations__cta {
  align-self: flex-start;
}
.accreditations__grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .accreditations__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.accreditations__card-content {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  gap: 0.5rem;
}
.accreditations__card-content:hover {
  background-color: #fff;
}
.accreditations__card {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  border-radius: 0.75rem;
  background-color: #f9fafb;
  position: relative;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    fill 0.5s ease;
}
.accreditations__card:hover,
.accreditations__card:focus {
  background-color: color-mix(in oklab, #f9fafb 80%, transparent);
  color: #fff;
  transform: translateY(-2px);
}
.accreditations__card:hover .accreditations__icon {
  background-color: #bfa350;
  border-color: #bfa350;
  color: #fff;
}
.accreditations__card:hover svg {
  fill: #fff;
}
.accreditations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid color-mix(in oklab, #e5e7eb 50%, transparent);
  border-radius: 0.5rem;
  background-color: #f9fafb;
  color: #001d3d;
  flex-shrink: 0;
  transition:
    background-color 0.35s ease,
    color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.accreditations__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    fill 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.accreditations__card-title {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 0;
}
.accreditations__card-text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.8;
}
.about-institutional {
  background-color: #fff;
  overflow: hidden;
  max-width: 100vw;
}
.about-institutional__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 0.5rem;
}
@media (min-width: 1024px) {
  .about-institutional__grid {
    grid-template-columns: 0.8fr 1.6fr;
    gap: 0.5rem;
  }
}
.about-institutional__content {
  order: 1;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0.75rem;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .about-institutional__content {
    order: 2;
  }
}
.about-institutional__eyebrow {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.about-institutional__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 0;
}
.about-institutional__description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0.563rem;
  max-width: 85%;
}
@media (min-width: 1024px) {
  .about-institutional__description {
    max-width: 90%;
  }
}
.about-institutional__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.about-institutional__list li {
  position: relative;
  padding-inline-start: 1.25rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
}
.about-institutional__list li:last-child {
  margin-bottom: 0;
}
.about-institutional__list li:before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.6em;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001d3d;
  border-radius: 9999px;
}
.about-institutional__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.about-institutional__visual {
  order: 2;
  height: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .about-institutional__visual {
    order: 1;
  }
}
.about-institutional__image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #e5e7eb;
}
.about-institutional__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-institutional__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #001d3d1a, #001d3d0d, #001d3d26);
  pointer-events: none;
  z-index: 1;
}
.about-institutional__badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #ffffffa3;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(229, 231, 235, 0.3);
  border-radius: 0.5rem;
  padding: 0.563rem 1.25rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .about-institutional__badge {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.about-institutional__badge-text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #111827;
  line-height: 1.5;
  white-space: nowrap;
}
.practice-areas {
  overflow: hidden;
  max-width: 100vw;
}
.practice-areas__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background-color: #f9fafb;
  border-radius: 1rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .practice-areas__content {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .practice-areas__content {
    gap: 3rem;
  }
}
.practice-areas__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .practice-areas__top {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .practice-areas__top {
    grid-template-columns: 1fr 1.2fr;
    gap: 0.5rem;
    align-items: start;
  }
}
.practice-areas__header {
  text-align: right;
}
.practice-areas__eyebrow {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #4b5563;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.practice-areas__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 0.563rem;
}
.practice-areas__description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
}
.practice-areas__accordion {
  margin-top: 0;
}
.practice-areas__accordion .accordion-item {
  position: relative;
}
.practice-areas__accordion .accordion-trigger {
  position: relative;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    font-weight 0.15s ease;
}
.practice-areas__accordion .accordion-trigger[aria-expanded='true'] .accordion-icon {
  color: #001d3d;
}
.practice-areas__accordion .accordion-trigger:hover:not([aria-expanded='true']) {
  background-color: color-mix(in oklab, #001d3d 2%, #ffffff);
}
.practice-areas__accordion .accordion-icon {
  opacity: 0.6;
  transition:
    opacity 0.15s ease,
    color 0.15s ease;
}
.practice-areas__accordion .accordion-trigger[aria-expanded='true'] .accordion-icon {
  opacity: 1;
}
.practice-areas__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .practice-areas__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    align-items: start;
  }
}
.practice-areas__image-frame {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #e5e7eb;
  flex-shrink: 0;
  aspect-ratio: 16/9;
}
@media (min-width: 1024px) {
  .practice-areas__image-frame {
    aspect-ratio: auto;
  }
}
@media (min-width: 1024px) {
  .practice-areas__support {
    position: sticky;
    top: 5rem;
    height: fit-content;
  }
}
.practice-areas__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.practice-areas__support-box {
  background-color: color-mix(in oklab, #f9fafb 70%, #ffffff);
  background-color: #fff;
  border: 1px solid color-mix(in oklab, #e5e7eb 30%, transparent);
  border-radius: 0.75rem;
  padding: 2rem 2.5rem;
  text-align: right;
  transition:
    opacity 0.25s ease-in-out,
    box-shadow 0.15s ease;
  opacity: 1;
}
@media (min-width: 1024px) {
  .practice-areas__support-box {
    padding: 2.5rem 3rem;
  }
}
.practice-areas__support-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 0;
  transition: opacity 0.25s ease-in-out;
}
.practice-areas__support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  transition: opacity 0.25s ease-in-out;
}
.practice-areas__support-list li {
  position: relative;
  padding-inline-start: 1.25rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
}
.practice-areas__support-list li:last-child {
  margin-bottom: 0;
}
.practice-areas__support-list li:before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.6em;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001d3d;
  border-radius: 9999px;
}
.practice-areas a {
  margin-top: 0.5rem;
}
.practice-areas__support-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  transition: color 0.15s ease;
  margin-top: 0.5rem;
}
.practice-areas__support-link:hover {
  color: #001d3d;
  text-decoration: none;
}
.practice-areas__support-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.services {
  background-color: #001d3d;
  color: #fff;
  padding-block: 4rem;
  margin: 3rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .services {
    padding-block: 5rem;
    margin: 4rem 0;
  }
}
.services:before,
.services:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../assets/img/logo--symbol--outline.svg);
  background-size: 57rem auto;
  background-repeat: no-repeat;
  opacity: 0.015;
  z-index: 0;
  top: -3rem;
  left: -2.875rem;
}
.services:before {
  top: -3rem;
  left: -2.875rem;
}
.services:after {
  top: -3rem;
  right: -2.875rem;
  transform: scaleX(-1);
}
@media (min-width: 1024px) {
  .services {
    padding-block: 6rem;
  }
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 5rem;
  }
}
.services__content {
  order: 2;
  text-align: right;
}
@media (min-width: 1024px) {
  .services__content {
    order: 1;
  }
}
.services__eyebrow {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #ffffffb3;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.services__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.services__description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #ffffffe6;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.services__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.563rem;
  align-items: center;
}
.services__actions .btn-primary {
  background-color: #bfa350;
  color: #0c0a04;
  border-color: #bfa350;
}
.services__actions .btn-primary:hover:not(:disabled) {
  background-color: #cab36e;
  border-color: #cab36e;
  color: #0c0a04;
}
.services__actions .btn-primary:active:not(:disabled) {
  background-color: #bfa350;
}
.services__actions .btn-ghost {
  color: #fff;
  border-color: #ffffff4d;
}
.services__actions .btn-ghost:hover:not(:disabled) {
  background-color: #ffffff26;
  color: #fff;
  border-color: #fff9;
}
.services__actions .btn-ghost:active:not(:disabled) {
  background-color: #fff3;
}
.services__actions .btn-text {
  color: #ffffffb3;
}
.services__actions .btn-text:hover:not(:disabled) {
  color: #fff;
  background-color: #ffffff0d;
}
.services__cards {
  order: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .services__cards {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.services__card {
  background-color: #ffffff0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 2.5rem;
  text-align: right;
  transition:
    border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}
.services__card:hover {
  background-color: #ffffff14;
  border-color: #fff3;
  transform: translateY(-2px);
}
.services__card-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.services__card-text {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #fffc;
  line-height: 1.8;
  margin-bottom: 0;
}
.insights {
  background-color: #fff;
  overflow: hidden;
  max-width: 100vw;
}
.insights__content {
  max-width: 85rem;
  margin-inline: auto;
}
.insights__header {
  text-align: right;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .insights__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
  }
}
.insights__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.insights__description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
}
.insights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .insights__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .insights__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.insights__card {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  gap: 0.5rem;
  transition:
    transform 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  overflow: hidden;
}
.insights__card:has(.insights__card-link-wrapper:hover) {
  transform: translateY(-4px);
  background-color: color-mix(
    in oklab,
    rgb(204.6569037657, 182.6317991632, 117.3430962343) 30%,
    transparent
  );
  box-shadow: none !important;
}
.insights__card:has(.insights__card-link-wrapper:hover) .insights__card-content {
  background-color: #f9fafb;
}
.insights__card:has(.insights__card-link-wrapper:hover) .insights__image {
  transform: scale(1.05);
  box-shadow: none !important;
}
.insights__card:has(.insights__card-link-wrapper:hover) .insights__image-frame {
  box-shadow:
    0 4px 6px -1px #0000001a,
    0 2px 4px -1px #0000000f;
}
.insights__card-link-wrapper {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
  gap: 0.5rem;
  flex: 1;
  cursor: pointer;
}
.insights__card-link-wrapper:hover {
  text-decoration: none;
  color: inherit;
}
.insights__card-link-wrapper:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
  border-radius: 0.75rem;
}
.insights__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.563rem;
  gap: 0.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
  transition: background-color 0.25s ease-in-out;
}
.insights__image-wrapper {
  flex-shrink: 0;
}
.insights__image-frame {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #e5e7eb;
  border-radius: 0.75rem;
  transition: box-shadow 0.25s ease-in-out;
}
.insights__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
  will-change: transform;
}
.insights__card-title {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
  line-height: 1.3;
  flex: 1;
  margin-bottom: 0;
}
.insights__card-link {
  color: #111827;
  text-decoration: none;
  transition: color 0.15s ease;
  display: block;
}
.insights__card-link:hover {
  color: #001d3d;
}
.insights__card-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.insights__meta {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  transition: color 0.25s ease-in-out;
}
.insights__meta-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
}
.insights__card:hover .insights__meta {
  color: #111827;
}
.insights__card:hover .insights__meta-icon {
  opacity: 0.8;
}
.insights__read-more {
  display: inline-flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #001d3d;
  text-decoration: none;
  transition:
    color 0.25s ease-in-out,
    transform 0.15s ease;
  align-self: flex-start;
  margin-top: auto;
  line-height: 1.3;
}
.insights__read-more:hover {
  color: #001124;
  text-decoration: underline;
  transform: translate(-2px);
}
.insights__read-more:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.cta {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cta {
    margin-top: 0;
    /* padding-top: 11rem; */
    padding-bottom: 0;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .cta {
    /* margin-top: 2rem; */
  }
}
.cta .container {
  position: relative;
  padding: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .cta .container {
    border-radius: 1rem;
  }
}
.cta .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/logo--symbol--outline.svg);
  background-size: 30rem auto;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 1024px) {
  .cta .container:before {
    background-size: 50rem auto;
    opacity: 0.15;
  }
}
@media (min-width: 768px) {
  .cta .container:before {
    background-size: 50rem auto;
    left: -120px;
  }
}
.cta .container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 92%;
  height: 100%;
  background-color: #a1873b;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .cta .container:after {
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0);
  }
}
.cta__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .cta__inner {
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
  }
}
.cta__content {
  text-align: center;
  width: 100%;
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 768px) {
  .cta__content {
    padding: 3rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .cta__content {
    padding: 3rem 5rem;
    text-align: right;
  }
}
.cta__title {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .cta__title {
    text-align: right;
  }
}
.cta__description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #ffffffe6;
  line-height: 2;
  margin-bottom: 0;
}
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.563rem;
  align-items: center;
  margin-top: 1rem;
  justify-content: center;
}
@media (min-width: 1024px) {
  .cta__actions {
    justify-content: flex-start;
  }
}
.cta__visual {
  display: none;
  position: absolute;
  left: 4vw;
  bottom: -2rem;
  top: auto;
  z-index: 2;
}
@media (min-width: 1024px) {
  .cta__visual {
    display: block;
  }
}
.cta__visual img {
  height: auto;
  width: auto;
  max-width: 20rem;
}
@media (min-width: 1280px) {
  .cta__visual img {
    max-width: 23rem;
  }
}
.about-hero {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .about-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .about-hero {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.about-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-hero__breadcrumb {
    margin-bottom: 2rem;
  }
}
.about-hero__breadcrumb-link {
  color: #4b5563;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.about-hero__breadcrumb-link:hover {
  color: #bfa350;
}
.about-hero__breadcrumb-separator {
  color: #6b7280;
}
.about-hero__breadcrumb-current {
  color: #111827;
  font-weight: 500;
}
.about-hero > .bg-pattern {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  top: -6.25rem;
}
@media (max-width: 767px) {
  .about-hero > .bg-pattern {
    top: 0;
    height: 40%;
    max-height: 200px;
  }
}
.about-hero > .container {
  position: relative;
  z-index: 1;
}
.about-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-hero__grid {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .about-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
.about-hero__content {
  text-align: right;
  order: 2;
}
@media (min-width: 1024px) {
  .about-hero__content {
    order: 1;
  }
}
.about-hero__label {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
}
.about-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.563rem;
  line-height: 1.25;
}
.about-hero__title-line {
  display: block;
  font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  color: #111827;
}
.about-hero__title-line--accent {
  color: #001d3d;
  font-weight: 700;
}
.about-hero__description {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  margin-bottom: 2.5rem;
  line-height: 2;
  max-width: 42rem;
}
.about-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  justify-content: center;
}
@media (min-width: 1024px) {
  .about-hero__stats {
    justify-content: flex-start;
  }
}
.about-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.about-hero__stat-value {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #bfa350;
  line-height: 1;
}
.about-hero__stat-label {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6b7280;
  font-weight: 500;
}
.about-hero__visual {
  order: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .about-hero__visual {
    order: 2;
  }
}
.about-hero__image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(0, 29, 61, 0.1) 0%, transparent 50%);
}
.about-hero__video-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.about-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(0, 29, 61, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.about-hero__badge {
  position: absolute;
  bottom: -1.25rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 600;
  color: #111827;
  box-shadow:
    0 10px 15px -3px #0000001a,
    0 4px 6px -2px #0000000d;
}
.about-hero__badge svg {
  color: #bfa350;
}
.about-story {
  padding-block: 4rem;
  background-color: #f9fafb;
}
.about-story__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .about-story__grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
  }
}
.about-story__content {
  order: 2;
}
@media (min-width: 1024px) {
  .about-story__content {
    order: 1;
  }
}
.about-story__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 2rem;
}
.about-story__blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about-story__block {
  text-align: right;
  display: flex;
  gap: 0.563rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  border-radius: 0.75rem;
  background-color: #fff;
  position: relative;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    fill 0.5s ease;
}
.about-story__block:hover,
.about-story__block:focus {
  background-color: color-mix(in oklab, #ffffff 80%, transparent);
  color: #fff;
  transform: translateY(-2px);
}
.about-story__block:hover .about-story__block-icon {
  background-color: #bfa350;
  border-color: #bfa350;
  color: #fff;
}
.about-story__block:hover svg {
  fill: #fff;
}
.about-story__block-content {
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  gap: 0.563rem;
}
.about-story__block-content:hover {
  background-color: #f9fafb;
}
.about-story__block-content-inner {
  display: flex;
  flex-direction: column;
}
.about-story__block-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid color-mix(in oklab, #e5e7eb 50%, transparent);
  border-radius: 0.5rem;
  background-color: #fff;
  color: #001d3d;
  flex-shrink: 0;
  transition:
    background-color 0.35s ease,
    color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.about-story__block-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    fill 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.about-story__block-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.about-story__block-text {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.8;
}
.about-story__visual {
  order: 1;
}
@media (min-width: 1024px) {
  .about-story__visual {
    order: 2;
    position: sticky;
    top: 120px;
  }
}
.about-story__quote-card {
  background: linear-gradient(135deg, #001d3d, #003066);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.about-story__quote-card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: #ffffff0d;
  border-radius: 50%;
  transform: translate(30%, -30%);
}
.about-story__quote {
  position: relative;
  z-index: 1;
}
.about-story__quote-icon {
  color: #fff3;
  margin-bottom: 1.25rem;
}
.about-story__quote-text {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #fff;
  line-height: 2;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.about-story__quote-footer {
  display: block;
}
.about-story__quote-author {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #fffc;
  font-weight: 600;
}
.about-values {
  padding-block: 4rem;
  background-color: #fff;
}
.about-values--alt-bg {
  background-color: #f9fafb;
}
.about-values__header {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.about-values__label {
  display: inline-block;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 600;
  color: #bfa350;
  background-color: #bfa3501a;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1.25rem;
}
.about-values__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  text-align: center;
}
.about-values__description {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
}
.about-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .about-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .about-values__grid--three-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-values__grid--three-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-values__card {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  border-radius: 0.75rem;
  background-color: #f9fafb;
  position: relative;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    fill 0.5s ease;
}
.about-values__card:hover,
.about-values__card:focus {
  background-color: color-mix(in oklab, #f9fafb 80%, transparent);
  color: #fff;
  transform: translateY(-2px);
}
.about-values__card:hover .about-values__card-icon {
  background-color: #bfa350;
  border-color: #bfa350;
  color: #fff;
}
.about-values__card:hover svg {
  fill: #fff;
}
.about-values__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid color-mix(in oklab, #e5e7eb 50%, transparent);
  border-radius: 0.5rem;
  background-color: #f9fafb;
  color: #001d3d;
  flex-shrink: 0;
  transition:
    background-color 0.35s ease,
    color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.about-values__card-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    fill 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.about-values__card-title {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 0;
}
.about-values__card-text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.8;
}
.about-values__card-content {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  gap: 0.5rem;
}
.about-values__card-content:hover {
  background-color: #fff;
}
.about-values__card-content-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.about-team {
  padding-block: 4rem;
  background-color: #f9fafb;
}
.about-team__header {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.about-team__label {
  display: inline-block;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 600;
  color: #bfa350;
  background-color: #bfa3501a;
  padding: 0.25rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1.25rem;
}
.about-team__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
.about-team__description {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
}
.about-team__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .about-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-team__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-team__card {
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.about-team__card:hover {
  transform: translateY(-4px);
}
.about-team__card-image {
  aspect-ratio: 1/1;
  background-color: #f3f4f6;
  overflow: hidden;
}
.about-team__card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #001d3d1a, #bfa3501a);
  color: #6b7280;
}
.about-team__card-content {
  padding: 1.5rem;
  text-align: center;
}
.about-team__card-name {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}
.about-team__card-role {
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #bfa350;
  font-weight: 500;
  margin-bottom: 1rem;
}
.about-team__card-bio {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  line-height: 2;
  margin-bottom: 1.25rem;
}
.about-team__card-social {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.about-team__social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  color: #6b7280;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}
.about-team__social-link:hover {
  background-color: #bfa350;
  color: #fff;
}
.coming-soon {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  padding-block: 4rem;
}
.coming-soon .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  pointer-events: none;
}
.coming-soon .bg-pattern svg {
  width: 100%;
  height: 100%;
}
.coming-soon .container {
  position: relative;
  z-index: 1;
}
.coming-soon__content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.coming-soon__icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bfa3501a;
  color: #bfa350;
  border-radius: 9999px;
  margin-bottom: 0.563rem;
  animation: pulse-glow 2s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%,
  to {
    box-shadow: 0 0 #bfa35033;
  }
  50% {
    box-shadow: 0 0 0 20px #bfa35000;
  }
}
.coming-soon__title {
  font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3rem);
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .coming-soon__title {
    font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  }
}
.coming-soon__description {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  line-height: 2;
  margin: 0;
}
.coming-soon__progress {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.coming-soon__progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
}
.coming-soon__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #001d3d, #bfa350);
  border-radius: 9999px;
  transition: width 1s ease-out;
  animation: shimmer 2s ease-in-out infinite;
  background-size: 200% 100%;
}
@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  to {
    background-position: 100% 0;
  }
}
.coming-soon__progress-text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6b7280;
  text-align: center;
}
.coming-soon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.563rem;
  justify-content: center;
  margin-top: 0.563rem;
}
.coming-soon__contact {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  width: 100%;
  max-width: 400px;
}
.coming-soon__contact p {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6b7280;
  margin-bottom: 0.563rem;
}
.coming-soon__contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}
.coming-soon__contact-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  transition: color 0.25s ease-in-out;
}
.coming-soon__contact-link:hover {
  color: #bfa350;
}
.coming-soon__contact-link svg {
  flex-shrink: 0;
}
.contact-info {
  padding-block: 4rem;
  background-color: #fff;
}
.contact-info__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.contact-info__title {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.563rem;
}
@media (min-width: 768px) {
  .contact-info__title {
    font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3rem);
  }
}
.contact-info__description {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  line-height: 2;
}
.contact-info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .contact-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .contact-info__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.contact-info__card {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.contact-info__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px #001d3d14;
}
.contact-info__card-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #bfa350, #a1873b);
  color: #fff;
  border-radius: 0.5rem;
  margin: 0 auto 1.25rem;
}
.contact-info__card-icon svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.contact-info__card-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-info__card-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  font-weight: 600;
  color: #111827;
  text-align: center;
  margin-bottom: 0;
}
.contact-info__card-text {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.contact-info__card-link {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #bfa350;
  transition: color 0.25s ease-in-out;
}
.contact-info__card-link:hover {
  color: #a1873b;
}
.contact-info__card-address {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  font-style: normal;
  line-height: 1.5;
}
.contact-info__card-hours {
  display: flex;
  flex-direction: column;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
}
.contact-info__social {
  margin-top: 2.5rem;
  text-align: center;
}
.contact-info__social-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  font-weight: 500;
  color: #111827;
  margin-bottom: 1.25rem;
}
.contact-info__social-links {
  display: flex;
  justify-content: center;
  gap: 0.563rem;
}
.contact-info__social-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  color: #6b7280;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}
.contact-info__social-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.contact-info__social-link:hover {
  background-color: #bfa350;
  color: #fff;
  transform: translateY(-2px);
}
.contact-form {
  padding-block: 4rem;
  background-color: #f9fafb;
}
.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form__content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .contact-form__content {
    padding: 2.5rem;
  }
}
.contact-form__header {
  margin-bottom: 1.5rem;
}
.contact-form__header[hidden] {
  display: none !important;
}
.contact-form__title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .contact-form__title {
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
  }
}
.contact-form__description {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-form__form[hidden] {
  display: none !important;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .contact-form__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact-form__privacy {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  color: #6b7280;
}
.contact-form__privacy svg {
  flex-shrink: 0;
  color: #bfa350;
}
.contact-form__submit {
  width: 100%;
  margin-top: 0.563rem;
}
@media (min-width: 640px) {
  .contact-form__submit {
    width: auto;
    align-self: flex-start;
  }
}
.contact-form__submit-text[hidden],
.contact-form__submit-loading[hidden] {
  display: none !important;
}
.contact-form__submit-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.contact-form__submit-loading .btn-spinner {
  animation: spin 1s linear infinite;
}
.contact-form__success {
  text-align: center;
  padding: 2.5rem 1.5rem;
}
.contact-form__success[hidden] {
  display: none !important;
}
.contact-form__success-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bfa3501a;
  color: #bfa350;
  border-radius: 9999px;
  margin: 0 auto 1.25rem;
}
.contact-form__success-title {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  text-align: center;
}
.contact-form__success-text {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  margin-bottom: 1.5rem;
}
.contact-form__map {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 400px;
}
@media (min-width: 1024px) {
  .contact-form__map {
    min-height: 100%;
  }
}
.contact-form__map-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contact-form__map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.contact-form__map-overlay {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  left: 1.25rem;
}
@media (min-width: 768px) {
  .contact-form__map-overlay {
    left: auto;
    max-width: 300px;
  }
}
.contact-form__map-card {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 8px 32px #0000001a;
}
.contact-form__map-title {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}
.contact-form__map-address {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  margin-bottom: 0.563rem;
  line-height: 2;
}
.contact-form__map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #bfa350;
  transition: color 0.25s ease-in-out;
}
.contact-form__map-link:hover {
  color: #a1873b;
}
.contact-faq {
  padding-block: 4rem;
  background-color: #fff;
}
.contact-faq__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2.5rem;
}
.contact-faq__title {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.563rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-faq__title {
    font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3rem);
  }
}
.contact-faq__description {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  line-height: 2;
}
.contact-faq__grid {
  max-width: 800px;
  margin: 0 auto;
}
.contact-faq__empty {
  text-align: center;
}
.contact-faq__cta {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
.contact-faq__cta-text {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #4b5563;
  margin-bottom: 0.563rem;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.insights-hero {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .insights-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .insights-hero {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.insights-hero > .container {
  position: relative;
  z-index: 1;
}
.insights-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .insights-hero__grid {
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .insights-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
.insights-hero__content {
  text-align: right;
  order: 2;
}
@media (min-width: 1024px) {
  .insights-hero__content {
    order: 1;
  }
}
.insights-hero__label {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
}
.insights-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.563rem;
  line-height: 1.25;
}
.insights-hero__title-line {
  display: block;
  font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  color: #111827;
}
.insights-hero__title-line--accent {
  color: #001d3d;
  font-weight: 700;
}
.insights-hero__description {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  margin-bottom: 0;
  line-height: 2;
  max-width: 42rem;
}
.insights-hero__visual {
  order: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .insights-hero__visual {
    order: 2;
  }
}
.insights-hero__video-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.insights-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insights-hero__video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(0, 29, 61, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.insights-hero__badge {
  position: absolute;
  bottom: -1.25rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 600;
  color: #111827;
  box-shadow:
    0 10px 15px -3px #0000001a,
    0 4px 6px -2px #0000000d;
}
.insights-hero__badge svg {
  color: #bfa350;
}
.insights-page {
  background-color: #fff;
  overflow: hidden;
  max-width: 100vw;
}
.insights-page__toolbar {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .insights-page__toolbar {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.insights-page__search {
  position: relative;
  width: 100%;
  max-width: 24rem;
}
.insights-page__search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  pointer-events: none;
  transition: color 0.25s ease-in-out;
}
.insights-page__search-input {
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 2.5rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #111827;
  background-color: #f9fafb;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  transition:
    border-color 0.25s ease-in-out,
    background-color 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
}
.insights-page__search-input::placeholder {
  color: #6b7280;
}
.insights-page__search-input:hover {
  background-color: #f3f4f6;
}
.insights-page__search-input:focus {
  outline: none;
  background-color: #fff;
  border-color: #001d3d;
  box-shadow: 0 0 0 3px #001d3d26;
}
.insights-page__search-input:focus + .insights-page__search-icon {
  color: #001d3d;
}
.insights-page__search-clear {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #6b7280;
  background: none;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition:
    color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}
.insights-page__search-clear:hover {
  color: #111827;
  background-color: #e5e7eb;
}
.insights-page__search-clear[hidden] {
  display: none;
}
.insights-page__results {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  margin-bottom: 1.25rem;
}
.insights-page__no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 1.5rem;
  text-align: center;
  color: #6b7280;
}
.insights-page__no-results svg {
  opacity: 0.5;
}
.insights-page__no-results p {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  margin-bottom: 0;
}
.insights-page__no-results[hidden] {
  display: none;
}
.insights-page__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-start;
}
.insights-page__filter {
  padding: 0.5rem 1.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #4b5563;
  background-color: #f9fafb;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  cursor: pointer;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
.insights-page__filter:hover {
  background-color: #e5e7eb;
  color: #111827;
}
.insights-page__filter--active {
  background-color: #001d3d;
  color: #fff;
}
.insights-page__filter--active:hover {
  background-color: #bfa350;
  color: #fff;
}
.insights-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .insights-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .insights-page__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.insights-page__card {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  cursor: pointer;
}
.insights-page__card:hover {
  transform: translateY(-4px);
  background-color: color-mix(
    in oklab,
    rgb(204.6569037657, 182.6317991632, 117.3430962343) 30%,
    transparent
  );
}
.insights-page__card:hover .insights-page__image {
  transform: scale(1.05);
}
.insights-page__card:hover .insights-page__card-content {
  background-color: #f9fafb;
}
.insights-page__card:hover .insights-page__category {
  background-color: #bfa350;
  color: #000;
}
.insights-page__image-wrapper {
  position: relative;
  padding: 0.5rem;
  padding-bottom: 0;
}
.insights-page__image-frame {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #e5e7eb;
  border-radius: 0.75rem;
}
.insights-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
  will-change: transform;
}
.insights-page__category {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  padding: 0.25rem 1rem;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-weight: 600;
  color: #fff;
  background-color: #001d3d;
  border-radius: 9999px;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}
.insights-page__card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem;
  gap: 0.5rem;
  background-color: #fff;
  margin: 0.5rem;
  border-radius: 0.75rem;
  transition: background-color 0.25s ease-in-out;
}
.insights-page__meta {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
}
.insights-page__meta-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  opacity: 0.6;
}
.insights-page__card-title {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
.insights-page__card-link-wrapper {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
.insights-page__card-link-wrapper:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
  border-radius: 0.75rem;
}
.insights-page__card-link {
  color: #111827;
  text-decoration: none;
  transition: color 0.15s ease;
  display: block;
}
.insights-page__card-link:hover {
  color: #001d3d;
}
.insights-page__card-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.insights-page__card-excerpt {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insights-page__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #001d3d;
  text-decoration: none;
  transition:
    color 0.25s ease-in-out,
    gap 0.15s ease;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 0.5rem;
}
.insights-page__read-more svg {
  transition: transform 0.15s ease;
}
.insights-page__read-more:hover {
  color: #001124;
  gap: 0.5rem;
}
.insights-page__read-more:hover svg {
  transform: translate(-4px);
}
.insights-page__read-more:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.insights-page__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.insights-page__pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 500;
  color: #4b5563;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  text-decoration: none;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}
.insights-page__pagination-link:hover {
  background-color: #e5e7eb;
  color: #111827;
}
.insights-page__pagination-link--active {
  background-color: #001d3d;
  color: #fff;
}
.insights-page__pagination-link--active:hover {
  background-color: #001124;
}
.insights-page__pagination-ellipsis {
  color: #6b7280;
  padding: 0 0.25rem;
}
.insights-page__pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #4b5563;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  text-decoration: none;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}
.insights-page__pagination-next:hover {
  background-color: #001d3d;
  color: #fff;
}
.article {
  background-color: #fff;
  overflow: hidden;
  max-width: 100vw;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .article {
    padding-top: 3rem;
  }
}
.article .container {
  max-width: 72rem;
}
.article__header {
  margin-bottom: 2rem;
}
.article__meta-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.article__category {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-weight: 600;
  color: #fff;
  background-color: #001d3d;
  border-radius: 9999px;
}
.article__meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
}
.article__date,
.article__reading-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.article__date svg,
.article__reading-time svg {
  opacity: 0.6;
}
.article__title {
  font-size: clamp(1.75rem, 1.4rem + 1.75vw, 3rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .article__title {
    font-size: clamp(2rem, 1.6rem + 2vw, 3.5rem);
  }
}
.article__lead {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  color: #4b5563;
  line-height: 2;
  margin-bottom: 0;
}
.article__featured-image {
  margin-bottom: 2.5rem;
}
.article__image-frame {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #e5e7eb;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .article__image-frame {
    border-radius: 1rem;
  }
}
.article__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article__image-caption {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #6b7280;
  text-align: center;
  margin-top: 0.5rem;
}
.article__content {
  margin-bottom: 3rem;
}
.article__body h2 {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.article__body h2:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .article__body h2 {
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
  }
}
.article__body h3 {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  font-weight: 600;
  color: #111827;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.article__body p {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #111827;
  line-height: 2;
  margin-bottom: 1rem;
}
.article__body p:last-child {
  margin-bottom: 0;
}
.article__body a {
  color: #001d3d;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease-in-out;
}
.article__body a:hover {
  color: #001124;
}
.article__body ul,
.article__body ol {
  margin: 1.25rem 0;
  padding-right: 1.25rem;
}
.article__body li {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  color: #111827;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.article__quote {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #f9fafb;
  border-right: 4px solid #001d3d;
  border-radius: 0.5rem;
}
.article__quote p {
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.375rem);
  font-style: italic;
  color: #111827;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.article__quote p:last-of-type {
  margin-bottom: 0;
}
.article__quote cite {
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-style: normal;
  color: #4b5563;
  margin-top: 0.5rem;
}
.article__footer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
  .article__footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.article__tags-label {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  font-weight: 500;
}
.article__tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  color: #4b5563;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  text-decoration: none;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}
.article__tag:hover {
  background-color: #e5e7eb;
  color: #111827;
}
.article__share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.article__share-label {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  color: #4b5563;
  font-weight: 500;
}
.article__share-buttons {
  display: flex;
  gap: 0.25rem;
}
.article__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #4b5563;
  background-color: #f9fafb;
  border: none;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}
.article__share-btn:hover {
  background-color: #001d3d;
  color: #fff;
}
.article__related {
  padding: 2.5rem 0;
  border-top: 1px solid #e5e7eb;
}
.article__related-title {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
}
.article__related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .article__related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.article__related-card {
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
  border-radius: 0.75rem;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}
.article__related-card:hover {
  transform: translateY(-4px);
  background-color: color-mix(
    in oklab,
    rgb(204.6569037657, 182.6317991632, 117.3430962343) 30%,
    transparent
  );
}
.article__related-card:hover .article__related-image {
  transform: scale(1.05);
}
.article__related-card:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.article__related-image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0.5rem;
  margin-bottom: 0;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
}
.article__related-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  will-change: transform;
}
.article__related-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  margin: 0.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
.article__related-category {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-weight: 600;
  color: #001d3d;
}
.article__related-card-title {
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article__related-date {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  color: #6b7280;
}
.article__nav {
  padding: 1.5rem 0;
  text-align: center;
}
.article__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: #001d3d;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.article__back-link svg {
  transition: transform 0.15s ease;
}
.article__back-link:hover {
  color: #001124;
}
.article__back-link:hover svg {
  transform: translate(4px);
}
.article__back-link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.breadcrumb {
  margin-bottom: 1.5rem;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: clamp(0.875rem, 0.8rem + 0.375vw, 1rem);
}
.breadcrumb__item:not(:last-child):after {
  content: '/';
  color: #6b7280;
  margin-right: 0.25rem;
}
.breadcrumb__item--active {
  color: #6b7280;
}
.breadcrumb__link {
  color: #4b5563;
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}
.breadcrumb__link:hover {
  color: #001d3d;
}
.breadcrumb__link:focus-visible {
  outline: 2px solid #001d3d;
  outline-offset: 2px;
}
.header,
main,
.footer {
  opacity: 0;
}
.hero__title-line,
.hero__title-line-subtitle,
.hero__subtitle,
.hero__actions .btn,
.hero__card,
.hero__media,
.hero__card-avatar {
  opacity: 0;
}
