:root {
  --apex-navy-950: #071d2c;
  --apex-navy-900: #0b2940;
  --apex-navy-800: #123b58;
  --apex-gold-600: #b98a3d;
  --apex-gold-500: #d2aa62;
  --apex-gold-200: #f1dfbb;
  --apex-ink: #102334;
  --apex-muted: #647380;
  --apex-white: #ffffff;
  --apex-offwhite: #fbfaf7;
  --apex-gray-100: #f4f6f7;
  --apex-gray-200: #e6eaed;
  --apex-radius-sm: 10px;
  --apex-radius-md: 18px;
  --apex-radius-lg: 30px;
  --apex-shadow: 0 22px 70px rgba(7, 29, 44, 0.11);
  --apex-shell: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.apex-site {
  margin: 0;
  overflow-x: hidden;
  background: var(--apex-white);
  color: var(--apex-ink);
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

body.apex-site a {
  color: inherit;
  text-decoration: none;
}

body.apex-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.apex-site button,
body.apex-site input,
body.apex-site textarea,
body.apex-site select {
  font: inherit;
}

.screen-reader-text,
.apex-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.apex-skip-link:focus {
  z-index: 100000;
  top: 12px;
  right: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  overflow: visible;
  clip: auto;
  background: var(--apex-white);
  color: var(--apex-navy-950);
}

:focus-visible {
  outline: 3px solid var(--apex-gold-500);
  outline-offset: 3px;
}

.apex-shell {
  width: min(var(--apex-shell), calc(100% - 48px));
  margin-inline: auto;
}

.apex-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(7, 29, 44, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease;
}

.admin-bar .apex-header {
  top: 32px;
}

.apex-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(7, 29, 44, 0.08);
}

.apex-header__inner {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 34px;
}

.apex-logo {
  display: block;
  flex: 0 0 210px;
}

.apex-logo img {
  width: 210px;
  height: auto;
}

.apex-nav {
  margin-inline: auto;
}

.apex-nav__list,
.apex-footer__links,
.apex-contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.apex-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.apex-nav__list a {
  position: relative;
  display: block;
  padding-block: 30px;
  color: #31495b;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.apex-nav__list a::after {
  position: absolute;
  right: 0;
  bottom: 23px;
  width: 0;
  height: 2px;
  background: var(--apex-gold-600);
  content: "";
  transition: width 0.2s ease;
}

.apex-nav__list a:hover::after,
.apex-nav__list .current-menu-item > a::after {
  width: 100%;
}

.apex-header__cta,
.apex-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.apex-header__cta,
.apex-button--primary {
  background: var(--apex-navy-900);
  color: var(--apex-white) !important;
}

.apex-header__cta:hover,
.apex-button--primary:hover {
  background: var(--apex-gold-600);
  transform: translateY(-2px);
}

.apex-button--light {
  background: var(--apex-white);
  color: var(--apex-navy-950) !important;
}

.apex-button--outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--apex-white) !important;
}

.apex-button--outline-dark {
  border-color: var(--apex-navy-900);
  color: var(--apex-navy-900) !important;
}

.apex-button--outline:hover,
.apex-button--outline-dark:hover {
  border-color: var(--apex-gold-500);
  background: var(--apex-gold-500);
  color: var(--apex-navy-950) !important;
}

.apex-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 50%;
  background: var(--apex-gray-100);
}

.apex-menu-toggle > span:not(.screen-reader-text) {
  width: 19px;
  height: 2px;
  background: var(--apex-navy-900);
}

.apex-hero {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  background: var(--apex-navy-950);
  color: var(--apex-white);
}

.apex-hero__media {
  position: absolute;
  inset: 0;
}

.apex-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 29, 44, 0.35) 0%, rgba(7, 29, 44, 0.8) 54%, rgba(7, 29, 44, 0.98) 100%);
  content: "";
}

.apex-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apex-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 710px;
  align-items: center;
}

.apex-hero__copy {
  max-width: 720px;
  padding-block: 92px;
}

.apex-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--apex-gold-500);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.apex-eyebrow::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

.apex-hero h1,
.apex-page-hero h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.18;
}

.apex-hero h1 span {
  color: var(--apex-gold-200);
}

.apex-hero__lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.9;
}

.apex-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.apex-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.apex-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.apex-hero__trust span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--apex-gold-500);
  content: "";
}

.apex-section {
  padding-block: 110px;
}

.apex-section--gray {
  background: var(--apex-gray-100);
}

.apex-section--navy {
  background: var(--apex-navy-950);
  color: var(--apex-white);
}

.apex-section-heading {
  max-width: 760px;
  margin-bottom: 54px;
}

.apex-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.apex-section-heading--center .apex-eyebrow {
  justify-content: center;
}

.apex-section-heading h2,
.apex-split__content h2,
.apex-cta h2 {
  margin: 0;
  color: var(--apex-navy-950);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.28;
}

.apex-section--navy .apex-section-heading h2,
.apex-section--navy .apex-split__content h2 {
  color: var(--apex-white);
}

.apex-section-heading > p:last-child,
.apex-split__content > p {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--apex-muted);
  font-size: 16px;
}

.apex-section--navy .apex-section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.66);
}

.apex-service-grid,
.apex-card-grid,
.apex-post-grid,
.apex-value-grid,
.apex-hotel-grid {
  display: grid;
  gap: 24px;
}

.apex-service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.apex-service-card {
  position: relative;
  display: flex;
  min-height: 320px;
  padding: 32px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--apex-gray-200);
  border-radius: var(--apex-radius-md);
  background: var(--apex-white);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.apex-service-card:hover {
  border-color: var(--apex-gold-500);
  box-shadow: var(--apex-shadow);
  transform: translateY(-7px);
}

.apex-service-card__number {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--apex-gray-100);
  color: var(--apex-gold-600);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.apex-service-card h3 {
  margin: 48px 0 12px;
  color: var(--apex-navy-950);
  font-size: 23px;
  line-height: 1.45;
}

.apex-service-card p {
  margin: 0 0 26px;
  color: var(--apex-muted);
  font-size: 14px;
}

.apex-text-link {
  margin-top: auto;
  color: var(--apex-navy-900) !important;
  font-size: 14px;
  font-weight: 700;
}

.apex-text-link:hover {
  color: var(--apex-gold-600) !important;
}

.apex-split {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 78px;
}

.apex-split__media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--apex-radius-lg);
}

.apex-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apex-split__badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 240px;
  padding: 22px;
  border-radius: var(--apex-radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--apex-shadow);
  color: var(--apex-navy-950);
  backdrop-filter: blur(12px);
}

.apex-split__badge strong {
  display: block;
  color: var(--apex-gold-600);
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  line-height: 1.2;
}

.apex-check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

.apex-check-list li {
  position: relative;
  padding-right: 34px;
}

.apex-check-list li::before {
  position: absolute;
  top: 7px;
  right: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--apex-gold-200);
  color: var(--apex-navy-950);
  content: "✓";
  font-size: 12px;
  font-weight: 800;
}

.apex-journey {
  overflow-x: auto;
  padding-bottom: 18px;
  scrollbar-width: thin;
}

.apex-journey__track {
  position: relative;
  display: grid;
  min-width: 1120px;
  grid-template-columns: repeat(9, 1fr);
  gap: 12px;
}

.apex-journey__track::before {
  position: absolute;
  top: 31px;
  right: 5%;
  left: 5%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  content: "";
}

.apex-journey__step {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.apex-journey__step span {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: var(--apex-navy-950);
  color: var(--apex-gold-500);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  transition: background 0.2s ease, color 0.2s ease;
}

.apex-journey__step:hover span {
  background: var(--apex-gold-500);
  color: var(--apex-navy-950);
}

.apex-journey__step strong {
  margin-top: 18px;
  color: var(--apex-white);
  font-size: 13px;
  line-height: 1.5;
}

.apex-value-grid {
  grid-template-columns: repeat(4, 1fr);
}

.apex-value-card {
  padding: 32px 28px;
  border-top: 3px solid var(--apex-gold-500);
  background: var(--apex-white);
  box-shadow: 0 15px 50px rgba(7, 29, 44, 0.07);
}

.apex-value-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.apex-value-card p {
  margin: 0;
  color: var(--apex-muted);
  font-size: 14px;
}

.apex-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--apex-gray-200);
  border-radius: var(--apex-radius-md);
  background: var(--apex-white);
}

.apex-stat {
  padding: 30px;
  text-align: center;
}

.apex-stat:not(:last-child) {
  border-left: 1px solid var(--apex-gray-200);
}

.apex-stat strong {
  display: block;
  color: var(--apex-navy-900);
  font-family: "Poppins", sans-serif;
  font-size: 32px;
}

.apex-stat span {
  color: var(--apex-muted);
  font-size: 13px;
}

.apex-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.apex-testimonial {
  padding: 34px;
  border-radius: var(--apex-radius-md);
  background: var(--apex-white);
  box-shadow: 0 14px 46px rgba(7, 29, 44, 0.07);
}

.apex-testimonial__stars {
  color: var(--apex-gold-600);
  letter-spacing: 4px;
}

.apex-testimonial blockquote {
  margin: 24px 0;
  color: #334d5f;
  font-size: 15px;
}

.apex-testimonial strong {
  display: block;
  color: var(--apex-navy-950);
}

.apex-testimonial span {
  color: var(--apex-muted);
  font-size: 12px;
}

.apex-cta {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 42px;
  padding: 54px;
  border-radius: var(--apex-radius-lg);
  background: linear-gradient(135deg, var(--apex-gold-200), #f7ecd6);
}

.apex-cta p {
  max-width: 650px;
  margin: 16px 0 0;
  color: #5d584f;
}

.apex-page-hero {
  position: relative;
  display: flex;
  min-height: 470px;
  align-items: flex-end;
  overflow: hidden;
  padding-block: 110px 76px;
  background: var(--apex-navy-950);
  color: var(--apex-white);
}

.apex-page-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(210, 170, 98, 0.18), transparent 24rem),
    linear-gradient(120deg, transparent 50%, rgba(255, 255, 255, 0.035) 50%);
  content: "";
}

.apex-page-hero > .apex-shell {
  position: relative;
  z-index: 2;
}

.apex-page-hero h1 {
  max-width: 900px;
  font-size: clamp(44px, 5vw, 72px);
}

.apex-page-hero p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.apex-page-hero--compact {
  min-height: 330px;
}

.apex-card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.apex-info-card {
  padding: 30px;
  border: 1px solid var(--apex-gray-200);
  border-radius: var(--apex-radius-md);
  background: var(--apex-white);
}

.apex-info-card h3 {
  margin: 0 0 12px;
  color: var(--apex-navy-950);
  font-size: 21px;
}

.apex-info-card p {
  margin: 0;
  color: var(--apex-muted);
}

.apex-numbered-list {
  display: grid;
  max-width: 900px;
  margin-inline: auto;
  gap: 0;
}

.apex-numbered-item {
  display: grid;
  align-items: start;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding-block: 28px;
  border-bottom: 1px solid var(--apex-gray-200);
}

.apex-numbered-item > span {
  color: var(--apex-gold-600);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.apex-numbered-item h3 {
  margin: 0 0 7px;
  font-size: 22px;
}

.apex-numbered-item p {
  margin: 0;
  color: var(--apex-muted);
}

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

.apex-hotel-card {
  overflow: hidden;
  border: 1px solid var(--apex-gray-200);
  border-radius: var(--apex-radius-md);
  background: var(--apex-white);
}

.apex-hotel-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.apex-hotel-card__body {
  padding: 30px;
}

.apex-hotel-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
}

.apex-hotel-card p {
  margin: 0 0 22px;
  color: var(--apex-muted);
}

.apex-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.apex-tag-row span {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--apex-gray-100);
  color: #526775;
  font-size: 11px;
}

.apex-faq {
  display: grid;
  max-width: 920px;
  margin-inline: auto;
  gap: 12px;
}

.apex-faq details {
  overflow: hidden;
  border: 1px solid var(--apex-gray-200);
  border-radius: var(--apex-radius-sm);
  background: var(--apex-white);
}

.apex-faq summary {
  position: relative;
  padding: 23px 58px 23px 24px;
  cursor: pointer;
  color: var(--apex-navy-950);
  font-weight: 700;
  list-style: none;
}

.apex-faq summary::-webkit-details-marker {
  display: none;
}

.apex-faq summary::before {
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--apex-gold-600);
  content: "+";
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  transform: translateY(-50%);
}

.apex-faq details[open] summary::before {
  content: "−";
}

.apex-faq details p {
  padding: 0 58px 24px 24px;
  margin: 0;
  color: var(--apex-muted);
}

.apex-post-grid {
  grid-template-columns: repeat(3, 1fr);
}

.apex-post-card {
  overflow: hidden;
  border: 1px solid var(--apex-gray-200);
  border-radius: var(--apex-radius-md);
  background: var(--apex-white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apex-post-card:hover {
  box-shadow: var(--apex-shadow);
  transform: translateY(-6px);
}

.apex-post-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.apex-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.apex-post-card:hover .apex-post-card__media img {
  transform: scale(1.04);
}

.apex-post-card__body {
  display: flex;
  min-height: 255px;
  padding: 28px;
  flex-direction: column;
}

.apex-post-card__meta {
  color: var(--apex-gold-600);
  font-size: 11px;
  font-weight: 700;
}

.apex-post-card h2,
.apex-post-card h3 {
  margin: 13px 0 10px;
  color: var(--apex-navy-950);
  font-size: 21px;
  line-height: 1.5;
}

.apex-post-card p {
  margin: 0 0 22px;
  color: var(--apex-muted);
  font-size: 13px;
}

.apex-post-card--small .apex-post-card__body {
  min-height: 210px;
}

.apex-magazine-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--apex-navy-950);
  color: var(--apex-white);
}

.apex-magazine-hero__grid {
  display: grid;
  min-height: 620px;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 74px;
}

.apex-magazine-cover {
  position: relative;
  max-width: 440px;
  margin-inline: auto;
  padding: 24px;
  transform: rotate(-2deg);
}

.apex-magazine-cover img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.38);
}

.apex-magazine-cover::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(210, 170, 98, 0.35);
  content: "";
  transform: translate(10px, 10px);
}

.apex-search-box {
  display: flex;
  max-width: 620px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--apex-white);
}

.apex-search-box input {
  min-width: 0;
  flex: 1;
  padding: 16px 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.apex-search-box button {
  padding-inline: 24px;
  border: 0;
  border-radius: 999px;
  background: var(--apex-gold-500);
  color: var(--apex-navy-950);
  font-weight: 700;
}

.apex-article {
  padding-block: 90px;
}

.apex-article__header {
  max-width: 960px;
}

.apex-article__header h1 {
  margin: 18px 0 24px;
  color: var(--apex-navy-950);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.3;
}

.apex-breadcrumb {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--apex-muted);
  font-size: 12px;
}

.apex-article__header .post-categories {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.apex-article__header .post-categories a {
  color: var(--apex-gold-600);
  font-size: 13px;
  font-weight: 700;
}

.apex-article__meta {
  display: flex;
  gap: 18px;
  color: var(--apex-muted);
  font-size: 12px;
}

.apex-article__cover {
  margin-top: 48px;
}

.apex-article__cover img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  border-radius: var(--apex-radius-lg);
}

.apex-article__body {
  display: grid;
  max-width: 960px;
  grid-template-columns: 1fr 150px;
  gap: 60px;
  margin-top: 56px;
}

.apex-article__content {
  font-size: 18px;
  line-height: 2;
}

.apex-article__content h2 {
  margin: 46px 0 18px;
  color: var(--apex-navy-950);
  font-size: 34px;
}

.apex-share {
  position: sticky;
  top: 120px;
  display: flex;
  align-self: start;
  flex-direction: column;
  gap: 10px;
}

.apex-share strong {
  margin-bottom: 8px;
  font-size: 12px;
}

.apex-share a {
  color: var(--apex-muted) !important;
  font-size: 12px;
}

.apex-article__footer {
  max-width: 960px;
}

.apex-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 36px;
  border-top: 1px solid var(--apex-gray-200);
}

.apex-tags a {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--apex-gray-100);
  font-size: 11px;
}

.apex-contact-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 64px;
}

.apex-contact-details {
  display: grid;
  gap: 18px;
}

.apex-contact-detail {
  padding: 24px;
  border-radius: var(--apex-radius-sm);
  background: var(--apex-gray-100);
}

.apex-contact-detail span {
  display: block;
  margin-bottom: 5px;
  color: var(--apex-muted);
  font-size: 11px;
}

.apex-contact-detail strong {
  color: var(--apex-navy-950);
}

.apex-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 36px;
  border: 1px solid var(--apex-gray-200);
  border-radius: var(--apex-radius-md);
  background: var(--apex-white);
  box-shadow: var(--apex-shadow);
}

.apex-field {
  display: grid;
  gap: 7px;
}

.apex-field--full {
  grid-column: 1 / -1;
}

.apex-field label {
  color: var(--apex-navy-950);
  font-size: 12px;
  font-weight: 700;
}

.apex-field input,
.apex-field textarea,
.apex-field select {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #d8dfe3;
  border-radius: 8px;
  background: var(--apex-white);
  color: var(--apex-ink);
}

.apex-field textarea {
  min-height: 130px;
  resize: vertical;
}

.apex-form__notice {
  grid-column: 1 / -1;
  padding: 12px 15px;
  border-radius: 8px;
  background: #edf7ef;
  color: #275f34;
  font-size: 13px;
}

.apex-map-placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  border-radius: var(--apex-radius-md);
  background:
    linear-gradient(rgba(7, 29, 44, 0.82), rgba(7, 29, 44, 0.82)),
    url("https://images.unsplash.com/photo-1572252009286-268acec5ca0a?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: var(--apex-white);
  text-align: center;
}

.apex-map-placeholder strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.apex-footer {
  background: var(--apex-navy-950);
  color: var(--apex-white);
}

.apex-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1fr;
  gap: 72px;
  padding-block: 82px;
}

.apex-footer__brand img {
  width: 230px;
  padding: 10px;
  border-radius: 8px;
  background: var(--apex-white);
}

.apex-footer__brand p {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.apex-footer h2 {
  margin: 0 0 22px;
  color: var(--apex-gold-200);
  font-size: 17px;
}

.apex-footer__links {
  display: grid;
  gap: 9px;
}

.apex-footer__links a,
.apex-contact-list a {
  color: rgba(255, 255, 255, 0.64) !important;
  font-size: 13px;
}

.apex-footer__links a:hover,
.apex-contact-list a:hover {
  color: var(--apex-gold-200) !important;
}

.apex-contact-list {
  display: grid;
  gap: 14px;
}

.apex-contact-list li {
  display: grid;
}

.apex-contact-list span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.apex-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.apex-social a {
  color: var(--apex-gold-200) !important;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
}

.apex-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.apex-footer__bottom > div {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.apex-error {
  display: flex;
  min-height: 660px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.apex-error > span {
  color: var(--apex-gold-500);
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.apex-error h1 {
  margin: 24px 0 8px;
}

.apex-error p {
  margin: 0 0 24px;
  color: var(--apex-muted);
}

.apex-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.apex-reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

  .apex-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .apex-header__inner {
    gap: 18px;
  }

  .apex-logo,
  .apex-logo img {
    width: 180px;
    flex-basis: 180px;
  }

  .apex-nav__list {
    gap: 15px;
  }

  .apex-nav__list a {
    font-size: 11px;
  }

  .apex-service-grid,
  .apex-card-grid,
  .apex-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 980px) {
  .admin-bar .apex-header {
    top: 46px;
  }

  .apex-header__inner {
    min-height: 76px;
  }

  .apex-menu-toggle {
    display: flex;
    margin-right: auto;
  }

  .apex-nav {
    position: fixed;
    z-index: 999;
    top: 76px;
    right: 0;
    bottom: 0;
    width: min(360px, 88vw);
    padding: 26px;
    overflow-y: auto;
    background: var(--apex-white);
    box-shadow: -20px 30px 60px rgba(7, 29, 44, 0.18);
    transform: translateX(105%);
    transition: transform 0.25s ease;
  }

  .admin-bar .apex-nav {
    top: 122px;
  }

  .apex-nav.is-open {
    transform: none;
  }

  .apex-nav__list {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .apex-nav__list a {
    padding: 13px 8px;
    border-bottom: 1px solid var(--apex-gray-200);
    font-size: 14px;
  }

  .apex-nav__list a::after {
    display: none;
  }

  .apex-header__cta {
    display: none;
  }

  .apex-split,
  .apex-magazine-hero__grid,
  .apex-contact-layout {
    grid-template-columns: 1fr;
  }

  .apex-split__media {
    min-height: 450px;
  }

  .apex-testimonial-grid {
    grid-template-columns: 1fr;
  }

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

  .apex-stat:nth-child(2) {
    border-left: 0;
  }

  .apex-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--apex-gray-200);
  }

  .apex-cta {
    grid-template-columns: 1fr;
  }

  .apex-hotel-grid {
    grid-template-columns: 1fr;
  }

  .apex-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .apex-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .apex-shell {
    width: min(var(--apex-shell), calc(100% - 30px));
  }

  .apex-header__inner {
    min-height: 70px;
  }

  .apex-logo,
  .apex-logo img {
    width: 154px;
    flex-basis: 154px;
  }

  .apex-nav {
    top: 70px;
  }

  .admin-bar .apex-nav {
    top: 116px;
  }

  .apex-hero,
  .apex-hero__content {
    min-height: 680px;
  }

  .apex-hero__media::after {
    background: linear-gradient(0deg, rgba(7, 29, 44, 0.95) 20%, rgba(7, 29, 44, 0.58) 100%);
  }

  .apex-hero__copy {
    align-self: flex-end;
    padding-block: 84px 60px;
  }

  .apex-hero h1,
  .apex-page-hero h1 {
    font-size: 44px;
  }

  .apex-hero__lead {
    font-size: 16px;
  }

  .apex-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .apex-button {
    width: 100%;
  }

  .apex-hero__trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .apex-section {
    padding-block: 78px;
  }

  .apex-section-heading {
    margin-bottom: 38px;
  }

  .apex-section-heading h2,
  .apex-split__content h2,
  .apex-cta h2 {
    font-size: 36px;
  }

  .apex-service-grid,
  .apex-card-grid,
  .apex-post-grid,
  .apex-value-grid {
    grid-template-columns: 1fr;
  }

  .apex-service-card {
    min-height: 280px;
  }

  .apex-split {
    gap: 42px;
  }

  .apex-split__media {
    min-height: 390px;
  }

  .apex-stat-strip {
    grid-template-columns: 1fr;
  }

  .apex-stat {
    border-bottom: 1px solid var(--apex-gray-200) !important;
    border-left: 0 !important;
  }

  .apex-stat:last-child {
    border-bottom: 0 !important;
  }

  .apex-cta {
    padding: 34px 24px;
  }

  .apex-page-hero {
    min-height: 400px;
    padding-block: 88px 56px;
  }

  .apex-hotel-card img {
    height: 230px;
  }

  .apex-magazine-hero,
  .apex-magazine-hero__grid {
    min-height: auto;
  }

  .apex-magazine-hero__grid {
    padding-block: 72px;
    gap: 34px;
  }

  .apex-magazine-cover {
    max-width: 330px;
  }

  .apex-article {
    padding-block: 64px;
  }

  .apex-article__header h1 {
    font-size: 40px;
  }

  .apex-article__body {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .apex-share {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .apex-share strong {
    width: 100%;
  }

  .apex-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .apex-field--full {
    grid-column: auto;
  }

  .apex-footer__grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 60px;
  }

  .apex-footer__brand {
    grid-column: auto;
  }

  .apex-footer__bottom > div {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
  }
}
