﻿/* Extracted from index.html */

:root {
  --gold: #d49c57;
  --gold-hover: #b8813a;
  --navy: #20283aff;
  --navy-soft: #28334dff;
  --bg: #ffffff;
  --bg-offset: #f7f7f7;
  --text: #777777;
  --heading: #1f2229;
  --white: #ffffff;
  --wordmark-font: Constantia, "Times New Roman", serif;
  --header-ui-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --footer-reading-font:
    "Trebuchet MS", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-title {
  font-family: "Playfair Display", serif;
  color: var(--heading);
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Keep premium practice area typography stable from first paint */
.premium-practice-areas h2,
.premium-practice-areas p,
.premium-practice-areas .card-footer div,
.premium-practice-areas .card-footer span {
  font-family: "Open Sans", sans-serif !important;
  font-synthesis: none;
}

.top-header {
  position: relative;
  background: var(--navy);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: transform 0.24s ease;
}

.top-header.mobile-hidden {
  transform: translateY(-110%);
}

.top-header.menu-open-visible {
  transform: translateY(0) !important;
}

html.menu-open .top-header,
body.menu-open .top-header {
  transform: translateY(0) !important;
}

.top-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  padding: 6px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.brand-badge {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-right: 8px;
}

.brand-logo {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.brand-title {
  font-size: 34px;
  line-height: 1;
  font-family: var(--wordmark-font) !important;
  color: #ffffff;
  letter-spacing: 0.04em;
  font-weight: 600 !important;
}

.brand-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  font-family: var(--header-ui-font);
  font-weight: 400;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 17px;
}

.contact-item {
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-item-value {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
  font-size: 26px;
  font-family: var(--header-ui-font);
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
}

.header-icon {
  color: var(--gold);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-icon svg {
  width: 100%;
  height: 100%;
}

.contact-item strong {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--header-ui-font);
  letter-spacing: 0;
  margin-left: 0px;
}

.social-link > span:not(.icon),
.lang-short,
.lang-option-name,
.lang-option-country {
  font-size: 12px;
  font-family: var(--header-ui-font);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25;
  opacity: 0.95;
  font-stretch: normal;
}

.social-group {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link {
  display: grid;
  justify-items: center;
  color: #fff;
  font-size: 11px;
  font-family: var(--header-ui-font);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-decoration: none;
  gap: 4px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    color 0.22s ease;
}

.social-link:hover {
  transform: translateY(-3px);
  color: var(--gold);
}

.social-link + .social-link {
  position: relative;
  padding-left: 14px;
}

.social-link + .social-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.social-link .icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-link .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.social-link[aria-label="X"] .icon svg {
  width: 60%;
  height: 60%;
}

.social-link .icon i {
  font-size: 18px;
  line-height: 1;
}

.social-link.icon-search .icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.lang-picker {
  position: relative;
}

.lang-slot {
  width: 56px;
  min-width: 56px;
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-slot:empty {
  visibility: hidden;
}

.lang-trigger {
  display: grid;
  justify-items: center;
  gap: 4px;
  width: 44px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  margin-left: 12px;
}

.lang-flag-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}

.lang-flag-circle img,
.lang-option-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 220px;
  background: #fff;
  color: #1f2a3a;
  border: 1px solid #dce3f0;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(13, 27, 61, 0.2);
  padding: 8px;
  display: none;
  z-index: 80;
}

.lang-menu.open {
  display: grid;
  gap: 6px;
}

.lang-option {
  border: 0;
  background: #fff;
  border-radius: 9px;
  padding: 9px 10px;
  width: 100%;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  text-align: left;
  cursor: pointer;
  color: #1f2a3a;
}

.lang-option:hover {
  background: #f4f7fd;
}

.lang-option.is-active {
  background: #edf3ff;
  border: 1px solid #cfddf8;
}

.lang-option-flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 0;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.lang-option-country {
  color: #5f6f8d;
}

.header-search-panel {
  position: fixed;
  top: 96px;
  right: 16px;
  width: min(420px, calc(100vw - 24px));
  background: #ffffff;
  border: 1px solid #dce3f0;
  border-radius: 12px;
  box-shadow: 0 18px 35px rgba(13, 27, 61, 0.24);
  z-index: 90;
  display: none;
  overflow: hidden;
}

.header-search-panel.open {
  display: block;
}

.header-search-panel-head {
  padding: 10px;
  border-bottom: 1px solid #edf1f8;
  background: #f8faff;
}

.header-search-input {
  width: 100%;
  border: 1px solid #d3dced;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: #1f2a3a;
  outline: none;
}

.header-search-input:focus {
  border-color: #b5c8ea;
  box-shadow: 0 0 0 3px rgba(181, 200, 234, 0.25);
}

.header-search-results {
  max-height: 340px;
  overflow-y: auto;
  display: grid;
  gap: 0;
}

.header-search-empty {
  padding: 12px 14px;
  font-size: 13px;
  color: #6f7f99;
}

.header-search-item {
  display: block;
  padding: 10px 14px;
  border-bottom: 1px solid #eef2f8;
  text-decoration: none;
  color: #1f2a3a;
}

.header-search-item:last-child {
  border-bottom: 0;
}

.header-search-item:hover {
  background: #f8faff;
}

.header-search-item-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.header-search-item-meta {
  margin-top: 2px;
  font-size: 11px;
  color: #6f7f99;
}

.nav-tabs-wrap {
  position: sticky;
  top: 0;
  z-index: 39;
  background: var(--navy-soft);
  transition: transform 0.25s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-tabs-wrap.hidden-on-scroll {
  transform: translateY(-100%);
}

.nav-tabs-bar {
  min-height: 56px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.nav-tabs {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
  color: #e9ecf6;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
}

.nav-sep {
  color: var(--gold);
  font-family:
    "Segoe UI Symbol", "Arial Unicode MS", "Noto Sans Symbols", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.8;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}

.nav-tabs a {
  position: relative;
  font-size: 13px;
  font-family: var(--header-ui-font);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 0;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.nav-tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: transparent;
  transition: background 0.2s ease;
}

.nav-tabs a.active::after,
.nav-tabs a:hover::after {
  background: var(--gold);
}

.nav-tabs a:hover {
  color: var(--gold);
}

.nav-mobile-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 6px 8px;
  cursor: pointer;
}

.top-header .nav-mobile-toggle {
  display: none;
}

@keyframes navDrawerInFromRight {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes navLinkInFromRight {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.nav-actions {
  display: flex;
  align-items: stretch;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.nav-actions .lang-slot-nav {
  order: 2;
}

.nav-actions .lang-picker {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-actions .lang-trigger {
  margin-left: 0;
  width: 100%;
}

.contact-line,
.nav-tabs a {
  font-stretch: expanded;
  letter-spacing: 0.02em;
}

.hero {
  position: relative;
  min-height: 85vh;
  overflow: hidden;
}

.slides {
  height: 85vh;
  min-height: 600px;
  position: relative;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 24px;
  background-position: center;
  background-size: cover;
  padding: 80px 20px;
}

.slide.active {
  opacity: 1;
  z-index: 2;
  position: relative;
  min-height: 85vh;
}

.slide-1 {
  background:
    linear-gradient(rgba(44, 53, 69, 0.75), rgba(44, 53, 69, 0.75)),
    url("../images/hero-1.jpg") center/cover;
}
.slide-2 {
  background:
    linear-gradient(rgba(44, 53, 69, 0.75), rgba(44, 53, 69, 0.75)),
    url("../images/hero-2.jpg") center/cover;
}
.slide-3 {
  background:
    linear-gradient(rgba(44, 53, 69, 0.75), rgba(44, 53, 69, 0.75)),
    url("../images/hero-3.jpg") center/cover;
}

.slide-content {
  max-width: 900px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.slide-content > * {
  opacity: 0;
}

.slide.active .slide-content > * {
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.slide.fx-1.active .hero-crest-wrapper {
  animation: heroInBottom 0.8s 0.08s both;
}
.slide.fx-1.active h1 {
  animation: heroInLeft 0.9s 0.18s both;
}
.slide.fx-1.active p {
  animation: heroInSoft 0.75s 0.34s both;
}
.slide.fx-1.active .btn-primary {
  animation: heroInBottom 0.7s 0.48s both;
}

.slide.fx-2.active .hero-crest-wrapper {
  animation: heroInZoom 0.78s 0.08s both;
}
.slide.fx-2.active h1 {
  animation: heroInRight 0.92s 0.2s both;
}
.slide.fx-2.active p {
  animation: heroInSoft 0.78s 0.36s both;
}
.slide.fx-2.active .btn-primary {
  animation: heroInBottom 0.7s 0.5s both;
}

.slide.fx-3.active .hero-crest-wrapper {
  animation: heroInTop 0.82s 0.1s both;
}
.slide.fx-3.active h1 {
  animation: heroInBottom 0.9s 0.2s both;
}
.slide.fx-3.active p {
  animation: heroInSoft 0.8s 0.35s both;
}
.slide.fx-3.active .btn-primary {
  animation: heroInZoom 0.72s 0.5s both;
}

@keyframes heroInLeft {
  from {
    opacity: 0;
    transform: translate3d(-38px, 0, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes heroInRight {
  from {
    opacity: 0;
    transform: translate3d(38px, 0, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes heroInBottom {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes heroInTop {
  from {
    opacity: 0;
    transform: translate3d(0, -28px, 0);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}
@keyframes heroInZoom {
  from {
    opacity: 0;
    transform: scale(0.92);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes heroInSoft {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero-crest-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.hero-crest-line {
  width: 80px;
  height: 1px;
  background: rgba(212, 156, 87, 0.6);
}
.hero-crest-icon {
  color: var(--gold);
  width: 118px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clip-path: none;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-crest-icon::after {
  content: none;
}

.about-animate {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.about-animate.about-animate-left {
  transform: translate3d(-30px, 0, 0);
}

.about-animate.about-animate-right {
  transform: translate3d(30px, 0, 0);
}

.about-animate.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fx-item {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  will-change: opacity, transform;
}

.fx-item.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#services .list-column.fx-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}

#services .list-column.fx-item.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#services .list-column.fx-item:nth-child(3n + 1) {
  transition-delay: 0ms;
}
#services .list-column.fx-item:nth-child(3n + 2) {
  transition-delay: 90ms;
}
#services .list-column.fx-item:nth-child(3n + 3) {
  transition-delay: 180ms;
}

.hero-emblem-image {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}

.hero-emblem-image.emblem-1,
.hero-emblem-image.emblem-2,
.hero-emblem-image.emblem-3 {
  opacity: 0.98;
}

.slide-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  color: var(--gold);
  font-style: italic;
  margin-bottom: 16px;
}

.hero h1 {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.1;
  margin-bottom: 40px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero p {
  max-width: 760px;
  margin: 0 auto 40px;
  font-size: 1.15rem;
  color: #e0e0e0;
}

.hero-kicker {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 18px 42px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: var(--navy);
  color: #ffffff;
}

.slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 3;
  pointer-events: none;
}

.slider-controls button {
  pointer-events: auto;
  border: 0;
  width: 48px;
  height: 60px;
  background: rgba(31, 34, 41, 0.7);
  color: white;
  font-size: 24px;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.3s;
}
.slider-controls button:hover {
  background: rgba(31, 34, 41, 0.95);
}

section {
  padding: 56px 0;
}
section.hero {
  padding: 0;
}
.section-title {
  margin: 0 0 20px;
  font-size: 1.9rem;
  color: var(--navy);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.card {
  background: white;
  border-radius: 0px;
  padding: 40px 30px;
  border: 1px solid #eaeaef;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: var(--gold);
}
.card h3 {
  font-family: "Playfair Display", serif;
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.4rem;
}
.card p {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.6;
}

.card .btn-primary,
.card button.btn-primary {
  margin-top: auto;
  align-self: flex-start;
}

.consultant-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 240px;
  min-height: 100%;
  margin: 0 auto;
}

.consultants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.consultant-card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.consultant-card-desc {
  flex: 1 1 auto;
  margin: 0 0 20px 0;
}

.consultant-card-actions {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.consultant-language-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 8px;
}

.consultant-language-badge {
  border: 1px solid rgba(212, 156, 87, 0.45);
  color: #d7deea;
  padding: 3px 7px;
  font-size: 0.92rem;
  letter-spacing: 0.25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.03);
}

.consultant-language-flag {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  object-fit: cover;
  background: transparent;
}

.consultant-focus {
  margin: 0 0 12px;
  color: #9ea8b7;
  font-size: 0.78rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

.gold-line {
  width: 84px;
  height: 4px;
  background: var(--gold);
  border-radius: 0px;
  margin: 10px 0 24px;
}

.accent-box {
  background: var(--navy);
  color: #fff;
  border-radius: 0;
  padding: 30px;
  border-left: 4px solid var(--gold);
}

.faq-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 26px;
  align-items: stretch;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.faq-accordion-trigger {
  width: 100%;
  background: transparent;
  border: 0;
  color: #f2f5fb;
  text-align: left;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
}

.faq-accordion-trigger .faq-chevron {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex: 0 0 18px;
  transition: transform 0.25s ease;
}

.faq-accordion-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-accordion-panel-inner {
  padding: 0 22px 18px 22px;
  color: #c4cfdf;
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
  font-size: 0.96rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: -2px;
  padding-top: 14px;
}

.faq-premium-image {
  position: relative;
  min-height: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.faq-premium-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transform: scale(1);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}

.faq-premium-image:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.faq-premium-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(32, 40, 58, 0.06),
    rgba(32, 40, 58, 0.34)
  );
  pointer-events: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
}

.contact-premium-panel {
  background: transparent;
  color: var(--navy);
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: visible;
  box-shadow: none;
  min-width: 0;
}

.contact-panel-kicker {
  display: inline-block;
  color: var(--gold);
  font-family: var(--wordmark-font);
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-panel-sub {
  margin: 0 0 12px;
  color: #203045;
  font-family: "Open Sans", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.contact-panel-kicker::before {
  content: none;
}

.contact-premium-panel p {
  margin: 0 0 12px;
  color: #4b5565;
  font-family: "Open Sans", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  line-height: 1.72;
  font-weight: 500;
  max-width: 56ch;
}

.contact-mail-btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 0;
}

.contact-map-col {
  display: flex;
  min-width: 0;
}

.contact-premium-meta {
  margin-top: 14px;
  display: grid;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  color: #e8edf7;
  font-size: 0.92rem;
}

.contact-premium-meta > div {
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.team-contact-block {
  margin-top: 14px;
  position: relative;
  z-index: 1;
}

.team-contact-title {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 9px;
}

.team-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.team-contact-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.team-contact-name {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--footer-readable-font);
  letter-spacing: 0.01em;
}

.team-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-contact-link {
  color: #dce6fb;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.team-contact-link:hover {
  color: var(--gold);
  border-color: rgba(212, 156, 87, 0.65);
}

.contact-map-wrap {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(33, 46, 72, 0.12);
  box-shadow: 0 16px 36px rgba(22, 34, 56, 0.14);
  position: relative;
  isolation: isolate;
  background: #f2f5fa;
}

.contact-map-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(18, 28, 45, 0.02) 0%,
    rgba(18, 28, 45, 0.18) 100%
  );
}

.map-modern-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(32, 40, 58, 0.86);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.map-modern-badge i {
  color: var(--gold);
}

.map-cta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(26, 41, 64, 0.12);
  box-shadow: 0 8px 20px rgba(16, 29, 49, 0.18);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.map-cta:hover {
  transform: translateY(-2px);
  background: var(--gold);
  color: #ffffff;
}

.testimonial {
  background: #fffef7;
  border: 1px solid #f0e0a6;
  border-radius: 12px;
  padding: 14px;
}

.map-frame {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  filter: saturate(1.06) contrast(1.02);
}

.timeline {
  display: grid;
  gap: 10px;
}
.timeline-item {
  background: white;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 12px 14px;
}

.form input,
.form textarea {
  padding: 10px;
  font: inherit;
}

footer {
  background: linear-gradient(130deg, var(--navy), var(--navy-soft));
  color: #dbe1f3;
  padding: 36px 0 16px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-wrap {
  display: grid;
  gap: 26px;
}

.footer-main {
  display: grid;
  grid-template-columns:
    minmax(250px, 1.35fr)
    minmax(300px, 1.25fr)
    minmax(150px, 0.85fr)
    minmax(150px, 0.85fr);
  column-gap: 20px;
  row-gap: 24px;
  align-items: start;
}

.footer-brand {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.footer-brand-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-brand-badge {
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.footer-brand-badge img {
  height: 62px;
  width: auto;
  object-fit: contain;
}

.footer-brand-title {
  color: #fff;
  font-family: var(--wordmark-font) !important;
  font-size: 34px;
  line-height: 1;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.footer-brand-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--header-ui-font);
  font-style: italic;
  font-size: 15px;
  font-weight: 400;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
  font-family: var(--footer-reading-font);
  font-size: 0.98rem;
  color: #e2e8f6;
  line-height: 1.55;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: baseline;
}

.footer-contact-item strong {
  color: #f0f4ff;
  font-weight: 700;
  font-family: var(--footer-reading-font);
}

.footer-team-list {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.footer-team-item {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 10px;
  border: 0;
  padding: 0;
}

.footer-team-name {
  color: #eff4ff;
  font-family: var(--footer-reading-font);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}

.footer-team-phone {
  color: #f0d7ae;
  font-family: var(--footer-reading-font);
  font-size: 0.88rem;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-team-phone:hover {
  color: var(--gold);
}

.footer-col {
  min-width: 0;
  padding-top: 6px;
}

.footer-title {
  color: #fff;
  font-family: var(--footer-reading-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  margin-bottom: 14px;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(212, 156, 87, 0.55);
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #dbe1f3;
  font-family: var(--footer-reading-font);
  font-size: 0.98rem;
  line-height: 1.45;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(3px);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: transparent;
  color: #ecf1ff;
  transition:
    color 0.22s ease,
    transform 0.22s ease,
    border-color 0.22s ease;
}

.footer-social-link:hover {
  color: var(--gold);
  border-color: var(--gold);
  transform: translateY(-4px) scale(1.08);
}

.footer-social-link .icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.footer-social-link .icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-social-link[aria-label="X"] .icon svg {
  width: 78%;
  height: 78%;
}

.footer-social-link .icon i {
  font-size: 19px;
  line-height: 1;
}

.footer-social-link[aria-label="LinkedIn"] .icon i {
  font-size: 22px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  border-radius: 0;
  padding: 14px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
  color: #c8d1e7;
  font-family: var(--footer-reading-font);
  font-size: 0.93rem;
}

.footer-bottom-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f0d7ae;
  font-weight: 600;
  white-space: nowrap;
}

.service-banner {
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 10;
}
.service-banner-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.service-item {
  text-align: center;
  padding: 45px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease;
}
.service-item:last-child {
  border-right: none;
}
.service-item-icon {
  color: #ffffff;
  margin-bottom: 24px;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-item-icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 1.2px;
}
.service-item-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  transition: color 0.3s ease;
}
.service-item:hover {
  background: var(--navy-soft);
}
.service-item:hover .service-item-icon,
.service-item:hover .service-item-title {
  color: var(--gold);
}
.service-item:hover .service-item-icon {
  transform: translateY(-5px);
}

@media (max-width: 1200px) {
  .service-banner-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .service-item:nth-child(3n) {
    border-right: none;
  }
  .service-item:nth-child(n + 4) {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .service-banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-item {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .service-item:nth-child(2n) {
    border-right: none;
  }
  .service-item:nth-child(n + 5) {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  .service-banner-grid {
    grid-template-columns: 1fr;
  }
  .service-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .service-item:last-child {
    border-bottom: none;
  }
}

/* Premium About Layout */
.premium-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.dynamic-img-wrapper {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: default;
}
.dynamic-img-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.dynamic-img-wrapper:hover img {
  transform: scale(1.08);
}

.rotating-badge-bg {
  background: #a58c6e;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

@keyframes rotateCW {
  100% {
    transform: rotate(360deg);
  }
}
.rotating-text {
  animation: rotateCW 15s linear infinite;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: center;
}

.premium-feature-line {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.premium-feature-line.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 26px;
}

@media (max-width: 1200px) {
  .overlap-box {
    min-width: 0 !important;
    width: 60% !important;
  }
}
@media (max-width: 991px) {
  .premium-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .inl-27 {
    font-size: clamp(2rem, 7vw, 2.9rem);
    line-height: 1.15;
  }
  .inl-34 {
    margin-bottom: 0;
    justify-content: center;
  }
  .inl-35 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .inl-36 {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .inl-39 {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .overlap-box {
    width: 100% !important;
    margin-bottom: 40px;
    margin-top: 40px !important;
  }
  .overlap-box-container {
    margin-top: 0 !important;
  }
  .rotating-badge-wrapper {
    transform: translate(10%, -10%) !important;
    width: 100px !important;
    height: 100px !important;
  }
  .about-bottom-right {
    padding-left: 0 !important;
  }
  .faq-premium-grid {
    grid-template-columns: 1fr;
  }
  .faq-premium-image {
    order: 2;
  }
  .faq-premium-image img {
    min-height: 300px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 18px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  .brand {
    gap: 6px;
  }
  .top-header {
    position: sticky;
    top: 0;
    z-index: 1400;
  }
  .top-header-inner {
    min-height: 82px;
    padding: 8px 0;
  }
  .brand-logo {
    height: 58px;
  }
  .brand-title {
    font-size: 20px;
  }
  .brand-subtitle {
    font-size: 11px;
  }
  .contact-line {
    margin-left: 10px;
    font-size: 18px;
  }
  .contact-item {
    display: none;
  }
  .social-group {
    display: none;
  }
  .lang-trigger {
    margin-left: 0;
  }
  .lang-slot-nav {
    display: none;
  }
  .top-header .nav-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border: 1px solid rgba(212, 170, 106, 0.45);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 20px;
    color: #fff;
    flex: 0 0 auto;
  }

  .contact-premium-panel p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .inl-29,
  .about-left {
    min-width: 0;
    width: 100%;
  }

  .inl-30,
  [data-i18n="about_split_text"] {
    max-width: 100%;
    width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .top-header.mobile-compact .brand-logo {
    height: 50px;
  }
  .top-header.mobile-compact .top-header-inner {
    min-height: 58px;
    padding: 4px 0;
  }
  .nav-tabs-wrap {
    position: relative;
    top: auto;
    background: transparent;
    border-bottom: 0;
    z-index: 1201;
    overflow: visible;
    overflow-x: clip;
  }
  .nav-tabs-bar {
    min-height: 0;
    padding: 0;
    gap: 0;
  }
  .nav-tabs {
    display: none;
    position: fixed;
    left: auto;
    right: 10px;
    top: var(--mobile-menu-top, 78px);
    bottom: 10px;
    width: max-content;
    min-width: 232px;
    max-width: min(84vw, 356px);
    background: linear-gradient(160deg, rgba(28, 39, 56, 0.96), rgba(21, 31, 45, 0.96));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 14px 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    box-shadow:
      0 20px 34px rgba(6, 10, 18, 0.5),
      0 2px 8px rgba(0, 0, 0, 0.35);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    z-index: 1300;
    overflow: hidden;
    transform-origin: top right;
  }
  .nav-tabs {
    gap: 8px;
    padding: 14px 0 6px;
  }
  .nav-tabs a {
    position: relative;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    justify-content: flex-end;
    text-align: right;
    padding: 12px 16px;
    border-bottom: 0;
  }
  .nav-tabs a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
  }
  .nav-tabs a:last-of-type::after {
    border-bottom: 0;
  }
  .nav-sep {
    display: none;
  }
  .nav-tabs.open {
    display: flex !important;
    animation: navDrawerInFromRight 0.4s cubic-bezier(0.2, 0.9, 0.28, 1) both;
  }
  .nav-tabs.open a {
    opacity: 0;
    transform: translateX(20px);
    animation: navLinkInFromRight 0.36s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .nav-tabs.open a:nth-of-type(1) {
    animation-delay: 0.06s;
  }
  .nav-tabs.open a:nth-of-type(2) {
    animation-delay: 0.11s;
  }
  .nav-tabs.open a:nth-of-type(3) {
    animation-delay: 0.16s;
  }
  .nav-tabs.open a:nth-of-type(4) {
    animation-delay: 0.21s;
  }
  .nav-tabs.open a:nth-of-type(5) {
    animation-delay: 0.26s;
  }
  .nav-tabs.open a:nth-of-type(6) {
    animation-delay: 0.31s;
  }

  html.menu-open,
  body.menu-open {
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .map-cta {
    right: 10px;
    bottom: 10px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.76rem;
  }
  .map-modern-badge {
    left: 10px;
    top: 10px;
    padding: 7px 10px;
  }
  .team-contact-grid {
    grid-template-columns: 1fr;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer-col {
    padding-top: 0;
  }
  .footer-title {
    margin-bottom: 10px;
  }
  .footer-links {
    gap: 7px;
  }
  .footer-socials {
    gap: 10px;
  }
  .footer-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

/* Generated classes from former inline style attributes */
.inl-1 {
  position: relative;
  background-color: transparent;
  text-align: center;
  padding: 60px 0;
  min-height: 420px;
  display: flex;
  align-items: center;
  z-index: 10;
}
.inl-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.05;
  z-index: 0;
  pointer-events: none;
}
.inl-3 {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(13, 22, 38, 0.15);
}
.inl-4 {
  margin-bottom: 50px;
}
.inl-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
.inl-6 {
  height: 1px;
  width: 50px;
  background-color: var(--gold);
  opacity: 0.5;
}
.inl-7 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.inl-8 {
  color: var(--gold);
}
.inl-9 {
  color: #666;
  font-size: 1.05rem;
  max-width: 800px;
  margin: 0 auto;
}
.inl-10 {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(43, 50, 62, 0.12);
  background: linear-gradient(
    135deg,
    rgba(43, 50, 62, 0.04),
    rgba(212, 156, 87, 0.14)
  );
  box-shadow: 0 8px 20px rgba(43, 50, 62, 0.08);
  text-align: left;
}
.inl-11 {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inl-12 {
  color: #3f4959;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
.inl-13 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  text-align: center;
}
.inl-14 {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: visible;
  cursor: pointer;
  transition: all 0.4s ease;
  background-color: transparent;
}
.inl-15 {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 3px solid #fff;
}
.inl-16 {
  position: relative;
  overflow: hidden;
  border-radius: 32px 32px 0 0;
}
.inl-17 {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: grayscale(100%);
  transform: scale(1);
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
  border-radius: 32px 32px 0 0;
  display: block;
}
.inl-18 {
  width: 94%;
  margin: -9% auto 0 auto;
  z-index: 5;
  background-color: #2b323e;
  padding: 9px 12px;
  border-radius: 0 0 28px 28px;
  transition:
    background-color 0.4s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
  color: #fff;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.inl-19 {
  transition: opacity 0.4s ease;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.inl-20 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin: 0;
  text-transform: none;
}
.inl-21 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0.86rem;
  line-height: 1.25;
  color: #c4cad5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.inl-22 {
  padding: 0;
  background-color: #f7f7fa;
}
.inl-23 {
  background: var(--navy);
  padding: 50px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.inl-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 16px;
  width: fit-content;
}
.inl-25 {
  height: 1px;
  width: 52px;
  background-color: var(--gold);
  opacity: 0.55;
}
.inl-26 {
  display: block;
  width: 100%;
  max-width: 1300px;
}
.inl-27 {
  margin: 0;
  font-family: "Playfair Display", serif !important;
  font-size: 5.2rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.inl-28 {
  align-items: flex-start;
  gap: 40px;
}
.inl-29 {
  padding-bottom: 48px;
}
.inl-30 {
  color: #b0b8c8;
  font-family: "Open Sans", sans-serif;
  font-size: 1.04rem;
  line-height: 1.68;
  margin: 0 0 24px;
  max-width: 100%;
}
.inl-31 {
  padding: 16px 36px;
  font-size: 14px;
  display: inline-block;
}
.inl-32 {
  margin-top: 36px;
}
.inl-33 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: var(--gold);
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.brand-signature-sub {
  margin-top: 4px;
  color: #b0b8c8;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.inl-34 {
  position: relative;
  margin-bottom: -320px;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
}
.inl-35 {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  width: 720px;
  max-width: 120%;
  margin-left: -10%;
}
.inl-36 {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.inl-37 {
  padding: 50px 0 10px 0;
}
.about-office-top {
  margin: 0 0 6px;
  color: var(--gold);
  font-family: var(--wordmark-font);
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.inl-38 {
  align-items: center;
  margin-bottom: 8px;
}
.inl-39 {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 65%;
  min-width: 600px;
  margin-top: 0;
}
.inl-40 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.inl-41 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  min-width: 0;
}
.inl-42 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #203045;
  margin-bottom: 12px;
  line-height: 1.35;
  letter-spacing: -0.3px;
}
.inl-43 {
  color: #ba8a33;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s ease;
}
.inl-44 {
  margin-top: -16px;
}
.inl-45 {
  position: relative;
}
.inl-46 {
  max-width: 90%;
}
.inl-47 {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.inl-48 {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 164px;
  height: 164px;
  z-index: 5;
  background: #fafafa;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.inl-49 {
  width: 100%;
  height: 100%;
  position: relative;
}
.inl-50 {
  position: absolute;
  inset: 8px;
  width: auto;
  height: auto;
}
.inl-51 {
  font-size: 12px;
  font-weight: 700;
  fill: #fff;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
}
.inl-52 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about-badge-logo {
  width: 74px;
  height: 74px;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.55);
}
.inl-53 {
  padding-left: 30px;
}
.inl-54 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 18px;
}
.inl-55 {
  font-family: "Open Sans", sans-serif;
  font-size: 3.05rem;
  line-height: 1.12;
  color: var(--navy);
  margin: 0 0 18px 0;
  letter-spacing: -0.45px;
  font-weight: 800;
}
.inl-56 {
  margin-bottom: 24px;
}
.inl-57 {
  color: var(--text);
  font-family: "Open Sans", sans-serif;
  font-size: 1.02rem;
  line-height: 1.62;
  margin: 0 0 10px 0;
}
.inl-58 {
  color: var(--text);
  font-family: "Open Sans", sans-serif;
  font-size: 1.02rem;
  line-height: 1.62;
  margin: 0;
}
.inl-59 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  color: var(--gold);
  font-weight: 700;
  font-style: italic;
}
.inl-60 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}
.inl-61 {
  margin: 0;
  color: #5a6474;
  font-family: "Open Sans", sans-serif;
  font-size: 0.96rem;
  line-height: 1.58;
}
.inl-62 {
  padding: 16px 36px;
  display: inline-block;
  margin-bottom: 28px;
}
.inl-63 {
  padding: 100px 0;
  background:
    linear-gradient(rgba(44, 53, 69, 0.85), rgba(44, 53, 69, 0.85)),
    url("../images/stats-bg.jpg") center/cover fixed;
}
.inl-64 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}
.inl-65 {
  font-size: 4rem;
  color: var(--gold);
  margin-bottom: 10px;
  line-height: 1;
}
.inl-66 {
  color: var(--white);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.inl-67 {
  padding: 100px 0;
  background-color: var(--bg-offset);
}
.inl-68 {
  text-align: center;
}
.inl-69 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.inl-70 {
  font-size: 2.8rem;
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.1;
}
.inl-71 {
  margin: 0 auto 50px auto;
}
.inl-72 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.inl-73 {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 25px;
}
.inl-74 {
  background-color: var(--navy);
  color: #fff;
  padding: 40px 20px 25px 20px;
  text-align: center;
  position: relative;
}
.inl-75 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
}
.service-icon {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.inl-76 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.inl-77 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #a9afba;
}
.inl-78 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #fcfcfc;
}
.inl-79 {
  padding: 16px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #eaeaea;
  letter-spacing: 0.5px;
  background-color: #f7f7fa;
}
.inl-80 {
  padding: 16px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #eaeaea;
  letter-spacing: 0.5px;
  background-color: #ffffff;
}
.inl-81 {
  background-color: var(--navy);
  padding: 16px;
  text-align: center;
  color: #a9afba;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: block;
}
.inl-82 {
  background-color: var(--navy);
  color: var(--white);
  padding: 100px 0;
}
.inl-83 {
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.inl-84 {
  margin-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.05);
  border-left-color: var(--gold);
}
.inl-85 {
  color: var(--gold);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0.2px;
}
.inl-86 {
  margin: 8px 0 0;
  color: #b0b8c8;
  font-family: "Open Sans", sans-serif;
  line-height: 1.62;
}
.inl-87 {
  margin: 8px 0 0;
  color: #b0b8c8;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.62;
}
.inl-88 {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.inl-89 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.inl-90 {
  width: 210px;
  height: 210px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--gold);
  padding: 5px;
}
.inl-91 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
  cursor: pointer;
}
.inl-92 {
  color: var(--gold);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.inl-93 {
  color: #b0b8c8;
  font-size: 1rem;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
.inl-94 {
  color: #b9c2d0;
  font-weight: 700;
}
.inl-95 {
  width: 40px;
  height: 2px;
  background-color: var(--gold);
  margin: 15px auto;
}
.inl-96 {
  color: #8c98a4;
  font-size: 0.9rem;
  line-height: 1.6;
}
.inl-97 {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.inl-98 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: var(--navy);
  border-radius: 999px;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
  text-decoration: none;
}
.inl-99 {
  gap: 30px;
}
.inl-100 {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.inl-100 .inl-101 {
  color: var(--gold);
}
.inl-101 {
  color: var(--gold);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.inl-100 .inl-102 {
  color: #b0b8c8;
}
.inl-102 {
  color: #b0b8c8;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}
.inl-103 {
  padding: 100px 0;
  background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
}
.inl-104 {
  max-width: 860px;
  margin-bottom: 34px;
}
.inl-105 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.35px;
  color: var(--navy);
}
.inl-106 {
  margin: 0;
  color: #5f6978;
  font-family: "Open Sans", sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
}
.inl-107 {
  gap: 26px;
}
.inl-108 {
  border: 1px solid rgba(32, 40, 58, 0.08);
  box-shadow: 0 14px 28px rgba(26, 33, 48, 0.06);
  position: relative;
  overflow: visible;
  padding-top: 58px;
}
.inl-109 {
  font-family: "Playfair Display", serif;
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.inl-110 {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(212, 156, 87, 0.95);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 10px 20px rgba(26, 33, 48, 0.15);
}
.inl-111 {
  font-family: "Playfair Display", serif !important;
  font-weight: 600 !important;
  font-size: clamp(1.18rem, 1rem + 0.33vw, 1.4rem);
  letter-spacing: 0.02em;
  line-height: 1.18;
  margin-bottom: 12px;
  color: #1f2a3e;
  text-shadow: none;
  text-transform: none;
  display: block;
  position: static;
  padding-bottom: 0;
}
.inl-111::after {
  content: none;
}
.inl-112 {
  color: #5d6675;
  font-family: "Open Sans", sans-serif;
  line-height: 1.68;
}
.inl-113 {
  background-color: #f7f9fc;
  padding: 100px 0;
  border-top: 1px solid #edf1f8;
}
.inl-114 {
  text-align: center;
  margin-bottom: 60px;
}
.inl-115 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--navy);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.inl-116 {
  width: 60px;
  height: 3px;
  background-color: var(--gold);
  margin: 0 auto;
}
.inl-117 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.inl-118 {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 0;
  border: 1px solid #eef2f8;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 10px 30px rgba(32, 40, 58, 0.03);
}
.inl-119 {
  position: absolute;
  top: -18px;
  left: 30px;
  background: var(--navy);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.inl-120 {
  display: flex;
  gap: 4px;
  color: var(--gold);
  margin-bottom: 20px;
}
.inl-121 {
  color: #6a7485;
  font-family: "Open Sans", sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 25px;
}
.inl-122 {
  border-top: 1px solid #edf1f8;
  padding-top: 20px;
}
.inl-123 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--navy);
  font-size: 1.1rem;
}
.inl-124 {
  display: flex;
  gap: 4px;
  color: var(--gold);
  margin-bottom: 20px;
  font-size: 14px;
}
.inl-125 {
  background: linear-gradient(145deg, #1f2737 0%, #20283a 58%, #273249 100%);
  color: #fff;
  padding: 96px 0;
}
.inl-126 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.inl-127 {
  max-height: 260px;
}
.inl-128 {
  padding: 42px 0 42px;
  background-image:
    linear-gradient(rgba(248, 249, 252, 0.86), rgba(255, 255, 255, 0.9)),
    url("../images/a125/c70.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inl-129 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--navy);
}

/* Hover behaviors moved from inline HTML handlers */
.hover-colored-card:hover .card-img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.hover-colored-card:hover .card-footer {
  background-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(43, 50, 62, 0.24);
}

.inl-33:hover {
  opacity: 0.8;
}

.inl-81:hover {
  color: #fff;
  background-color: var(--gold);
}

.inl-91:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.inl-98:hover {
  transform: translateY(-4px) scale(1.06);
  background-color: var(--gold);
  color: #ffffff;
}

.inl-118:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(32, 40, 58, 0.08);
}

/* Final mobile safeguards for About split text/image overflow */
@media (max-width: 991px) {
  .inl-28 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    overflow: hidden;
  }

  .inl-29 {
    width: 100%;
    min-width: 0;
    padding-bottom: 28px;
  }

  .inl-30,
  [data-i18n="about_split_text"] {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .inl-34 {
    margin: 0 0 18px !important;
    justify-content: flex-start;
    overflow: hidden;
  }

  .inl-35 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .inl-36 {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .inl-38 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 0;
  }

  .inl-39 {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .inl-40 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* Keep 13+ rotating badge readable and fully visible on mobile */
  .inl-48.rotating-badge-wrapper {
    width: 142px !important;
    height: 142px !important;
    right: 6px !important;
    top: -16px !important;
    transform: none !important;
    padding: 8px;
  }

  .inl-49.rotating-badge-bg {
    width: 100% !important;
    height: 100% !important;
  }

  .inl-51 {
    font-size: 10px;
    letter-spacing: 0.6px;
  }

  .about-badge-logo {
    width: 56px;
    height: 56px;
  }
}
