:root {
  color-scheme: light;
  --luxury-midnight: #02142d;
  --luxury-navy: #052f63;
  --luxury-blue: #086dbd;
  --luxury-bright: #21b7ee;
  --luxury-ice: #eef9ff;
  --luxury-gold: #d9b45f;
  --luxury-ink: #102033;
  --luxury-line: #cfe7f6;
}

* {
  box-sizing: border-box;
}

html {
  background:
    radial-gradient(circle at 18% 8%, rgba(79, 194, 239, .38), transparent 32rem),
    radial-gradient(circle at 86% 18%, rgba(255, 221, 142, .18), transparent 25rem),
    linear-gradient(135deg, #02142d 0%, #064f93 46%, #0a83c8 100%);
  min-height: 100%;
}

body {
  margin: 0 !important;
  min-height: 100%;
  color: var(--luxury-ink);
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0) 20rem),
    repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #02142d 0%, #064f93 46%, #0a83c8 100%) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 20, 45, .08), rgba(2, 20, 45, .5)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .22), transparent 24rem);
  z-index: -1;
}

.luxury-site-header {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 28px));
  margin: 18px auto;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(3, 30, 66, .92), rgba(7, 94, 169, .76));
  color: #fff;
  box-shadow: 0 22px 55px rgba(0, 18, 48, .38);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}

.luxury-site-header > div,
.luxury-contact {
  position: relative;
  z-index: 1;
}

.luxury-site-header::after {
  content: "";
  position: absolute;
  inset: auto -10% -75% 42%;
  height: 180px;
  background: radial-gradient(circle, rgba(255,255,255,.26), transparent 62%);
  pointer-events: none;
}

.luxury-brand {
  display: block;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .28);
}

.luxury-tagline {
  display: block;
  margin-top: 9px;
  color: #e5f8ff;
  font-size: 1rem;
  font-weight: 600;
}

.luxury-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.luxury-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 8px;
  color: #fff !important;
  background: rgba(255, 255, 255, .12);
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.luxury-contact a:hover,
.luxury-contact a:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 18, 48, .24);
}

.luxury-contact a:first-child {
  color: #08264c !important;
  background: linear-gradient(180deg, #ffe7a7, var(--luxury-gold));
  border-color: rgba(255, 238, 179, .9);
}

.luxury-description {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto 18px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,249,255,.94));
  box-shadow: 0 18px 45px rgba(0, 18, 48, .22);
}

.luxury-description-title {
  display: block;
  margin: 0 0 8px;
  color: var(--luxury-navy);
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.luxury-description p {
  margin: 0;
  color: #18324d;
  font-size: 1rem;
}

.luxury-description-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.luxury-description-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #c9e5f5;
  border-radius: 8px;
  background: #fff;
  color: #06477f;
  font-size: .92rem;
  font-weight: 700;
}

body > table:first-of-type {
  width: min(1180px, calc(100% - 28px)) !important;
  margin: 0 auto 36px !important;
  float: none !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid rgba(255, 255, 255, .52) !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 28px 70px rgba(0, 19, 56, .34);
}

body > table:first-of-type td,
body > table:first-of-type th {
  border-color: var(--luxury-line) !important;
  line-height: 1.45;
}

table table {
  max-width: 100% !important;
}

td[bgcolor="#F4F4F4"],
td[bgcolor="#FFFFFF"],
table[bgcolor="#F4F4F4"],
table[bgcolor="#FFFFFF"] {
  background-color: rgba(255, 255, 255, .97) !important;
}

td[bgcolor="#E6F3F7"],
th[bgcolor="#E6F3F7"],
table[bgcolor="#E6F3F7"] {
  background-color: #e7f6ff !important;
}

a {
  color: var(--luxury-blue) !important;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: #043e77 !important;
  text-decoration-color: var(--luxury-gold);
}

img {
  max-width: 100%;
  height: auto;
}

body > table:first-of-type img {
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(3, 35, 77, .14);
}

font[size="7"],
h1 {
  color: #062a54 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0;
}

body > table:first-of-type > tbody > tr:first-child > td,
body > table:first-of-type > tr:first-child > td {
  background:
    linear-gradient(180deg, rgba(238, 249, 255, .96), rgba(255,255,255,.98)) !important;
}

body > table:first-of-type p {
  max-width: 100%;
}

body > table:first-of-type table {
  border-radius: 8px;
}

body > table:first-of-type [bgcolor="#0000FF"],
body > table:first-of-type [bgcolor="#000080"] {
  background-color: var(--luxury-navy) !important;
}

body > table:first-of-type [color="#0000FF"] {
  color: var(--luxury-blue) !important;
}

body > table:first-of-type [color="#CC3300"],
body > table:first-of-type [color="#FF0000"] {
  color: #a25500 !important;
}

center,
p[align="center"],
td[align="center"] {
  text-align: center;
}

@media (max-width: 760px) {
  .luxury-site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .luxury-contact {
    justify-content: flex-start;
    width: 100%;
  }

  .luxury-contact a {
    flex: 1 1 210px;
    justify-content: center;
  }

  .luxury-description {
    width: calc(100% - 12px);
    padding: 16px;
  }

  body > table:first-of-type {
    width: calc(100% - 12px) !important;
    margin-bottom: 18px !important;
  }

  body > table:first-of-type,
  body > table:first-of-type tbody,
  body > table:first-of-type tr,
  body > table:first-of-type td {
    max-width: 100% !important;
  }

  td,
  th {
    word-break: normal;
    overflow-wrap: anywhere;
  }
}