.brief-footer {
  --brief-ink: #f4efe6;
  --brief-navy: #061525;
  --brief-brass: #c4a574;
  --brief-rule: rgba(244, 239, 230, 0.12);
  position: relative;
  background: #061525;
  overflow: hidden;
  isolation: isolate;
  color: #c8c2b6;
}

.brief-footer-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(196, 165, 116, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 165, 116, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 50% at 80% 0%, #000 8%, transparent 70%);
}

.brief-footer-atmosphere::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #083d77, var(--brief-brass), #083d77);
}

.brief-footer > .container {
  position: relative;
  z-index: 1;
  padding-top: 56px;
}

.brief-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr 1.05fr;
  gap: 36px 28px;
  padding-bottom: 40px;
}

.brief-footer-brand img {
  height: 64px;
  width: auto;
}

.brief-footer-brand p {
  margin: 18px 0 20px;
  max-width: 36ch;
  color: #c8c2b6;
  font-size: 15px;
  line-height: 1.7;
}

.brief-footer-social {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.brief-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--brief-rule);
  color: var(--brief-brass);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.brief-footer-social a:hover {
  background: var(--brief-brass);
  color: #061525;
}

.brief-footer-col h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
  color: var(--brief-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brief-footer-col h3 i {
  color: var(--brief-brass);
  font-size: 13px;
}

.brief-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brief-footer-col li {
  margin: 0 0 12px;
}

.brief-footer-col li:last-child {
  margin-bottom: 0;
}

.brief-footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c8c2b6;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 0;
  transition: color 0.2s ease;
}

.brief-footer-col a i {
  width: 14px;
  color: var(--brief-brass);
  font-size: 13px;
}

.brief-footer-col a:hover {
  color: var(--brief-brass);
}

.brief-footer-col a.brief-footer-policy::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-color: var(--brief-brass);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4.5 5v6.2c0 5.05 3.28 9.76 7.5 10.8 4.22-1.04 7.5-5.75 7.5-10.8V5L12 2zm0 2.18 6 2.4v6.62c0 3.86-2.5 7.55-6 8.55-3.5-1-6-4.69-6-8.55V6.58l6-2.4z'/%3E%3Cpath fill='%23000' d='M12 7.2v11.35c2.72-.9 4.6-3.86 4.6-6.95V8.9L12 7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4.5 5v6.2c0 5.05 3.28 9.76 7.5 10.8 4.22-1.04 7.5-5.75 7.5-10.8V5L12 2zm0 2.18 6 2.4v6.62c0 3.86-2.5 7.55-6 8.55-3.5-1-6-4.69-6-8.55V6.58l6-2.4z'/%3E%3Cpath fill='%23000' d='M12 7.2v11.35c2.72-.9 4.6-3.86 4.6-6.95V8.9L12 7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.brief-footer-contact {
  display: grid;
  gap: 16px;
}

.brief-footer-contact a,
.brief-footer-contact p {
  margin: 0;
  color: #c8c2b6;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.brief-footer-contact a:hover {
  color: var(--brief-brass);
}

.brief-footer-contact span {
  display: block;
  margin-bottom: 4px;
  color: var(--brief-brass);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brief-footer-phones {
  display: grid;
  gap: 4px;
}

.main-nav .navbar-option-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.main-nav .navbar-option-item .btn i {
  margin-right: 8px;
  font-size: 14px;
}

.plat-nav-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.plat-nav-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4.5 5v6.2c0 5.05 3.28 9.76 7.5 10.8 4.22-1.04 7.5-5.75 7.5-10.8V5L12 2zm0 2.18 6 2.4v6.62c0 3.86-2.5 7.55-6 8.55-3.5-1-6-4.69-6-8.55V6.58l6-2.4z'/%3E%3Cpath fill='%23000' d='M12 7.2v11.35c2.72-.9 4.6-3.86 4.6-6.95V8.9L12 7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4.5 5v6.2c0 5.05 3.28 9.76 7.5 10.8 4.22-1.04 7.5-5.75 7.5-10.8V5L12 2zm0 2.18 6 2.4v6.62c0 3.86-2.5 7.55-6 8.55-3.5-1-6-4.69-6-8.55V6.58l6-2.4z'/%3E%3Cpath fill='%23000' d='M12 7.2v11.35c2.72-.9 4.6-3.86 4.6-6.95V8.9L12 7.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.brief-footer-base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 22px;
  border-top: 1px solid var(--brief-rule);
}

.brief-footer-credit,
.brief-footer-credit a {
  color: #8d877c;
  font-size: 13px;
  text-decoration: none;
}

.brief-footer-credit a:hover {
  color: var(--brief-ink);
}

.brief-footer-credit img {
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
}

.brief-footer-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(196, 165, 116, 0.35);
  background: transparent;
  color: #f4efe6;
  font-size: 13px;
}

.brief-footer-lang img {
  height: 16px;
}

.brief-footer-lang:focus,
.brief-footer-lang:hover,
.brief-footer-lang:active {
  background: rgba(244, 239, 230, 0.06);
  color: #f4efe6;
  border-color: var(--brief-brass);
}

.brief-footer .dropdown-menu {
  background: #0b1c2e;
  border: 1px solid var(--brief-rule);
  border-radius: 0;
}

.brief-footer .dropdown-item {
  color: #f4efe6;
}

.brief-footer .dropdown-item:hover {
  background: rgba(196, 165, 116, 0.12);
  color: var(--brief-brass);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu.brief-popover {
  width: 390px;
  padding: 18px 14px 12px;
  margin-top: 10px;
  background: #faf7f1;
  border: 0;
  border-radius: 0;
  border-top: 2px solid #c4a574;
  box-shadow: 0 22px 48px rgba(6, 21, 37, 0.28);
}

.brief-popover-kicker {
  margin: 0 10px 12px;
  color: #083d77;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brief-popover-item {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 10px !important;
  white-space: normal;
  color: #0b1c2e !important;
  border-bottom: 1px solid rgba(8, 61, 119, 0.1);
}

.brief-popover li:last-child .brief-popover-item {
  border-bottom: 0;
}

.brief-popover-item:hover,
.brief-popover-item:focus {
  background: rgba(8, 61, 119, 0.05);
  color: #0b1c2e !important;
}

.main-nav nav .navbar-nav .nav-item:hover .brief-popover a,
.main-nav nav .navbar-nav .nav-item:hover .brief-popover a strong,
.main-nav nav .navbar-nav .nav-item:hover .brief-popover a small {
  color: inherit;
}

.main-nav nav .navbar-nav .nav-item:hover .brief-popover .brief-popover-item {
  color: #0b1c2e !important;
}

.main-nav nav .navbar-nav .nav-item:hover .brief-popover .brief-popover-copy strong {
  color: #0b1c2e;
}

.main-nav nav .navbar-nav .nav-item:hover .brief-popover .brief-popover-copy small {
  color: #3d4a57;
}

.brief-popover-index {
  flex: 0 0 auto;
  padding-top: 3px;
  color: #b0894d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brief-popover-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brief-popover-copy strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #0b1c2e;
}

.brief-popover-copy small {
  color: #3d4a57;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.brief-page {
  --brief-ink: #0b1c2e;
  --brief-navy: #083d77;
  --brief-brass: #b0894d;
  --brief-paper: #faf7f1;
  --brief-muted: #3d4a57;
  --brief-rule: rgba(8, 61, 119, 0.12);
  background: var(--brief-paper);
  color: var(--brief-ink);
}

.brief-page-hero {
  position: relative;
  padding: 210px 0 80px;
  background:
    radial-gradient(ellipse 70% 80% at 85% 20%, #0c2a4d 0%, #061525 58%, #04101c 100%);
  overflow: hidden;
  color: #f4efe6;
}

.brief-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(196, 165, 116, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196, 165, 116, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 60% 70% at 80% 30%, #000 10%, transparent 72%);
  pointer-events: none;
}

.brief-page-hero::after {
  content: "";
  position: absolute;
  right: -2%;
  top: 46%;
  width: min(54vw, 560px);
  height: min(54vw, 560px);
  transform: translateY(-50%);
  background: url("../images/brief-hero-mark.svg") center / contain no-repeat;
  opacity: 0.55;
  pointer-events: none;
}

.brief-page-hero .container {
  position: relative;
  z-index: 1;
}

.brief-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #c4a574;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brief-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #c4a574;
}

.brief-page-hero h1 {
  max-width: 16ch;
  margin: 0 0 18px;
  color: #f4efe6;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.brief-page-hero h1.brief-title-wide {
  max-width: 22ch;
}

.brief-page-hero .brief-lead {
  max-width: 54ch;
  margin: 0;
  color: #d8d2c6;
  font-size: 18px;
  line-height: 1.7;
}

.brief-band {
  padding: 80px 0;
}

.brief-band-navy {
  background: #061525;
  color: #f4efe6;
}

.brief-band h2 {
  margin: 0 0 18px;
  color: var(--brief-ink);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.brief-band-navy h2 {
  color: #f4efe6;
}

.brief-copy {
  max-width: 68ch;
  color: var(--brief-muted);
  font-size: 17px;
  line-height: 1.75;
}

.brief-band-navy .brief-copy {
  color: #c8c2b6;
}

.brief-copy + .brief-copy {
  margin-top: 16px;
}

.brief-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 28px 0 0;
}

.brief-card {
  padding: 22px 20px;
  border: 1px solid var(--brief-rule);
  background: rgba(255, 255, 255, 0.55);
}

.brief-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--brief-brass);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.brief-card p {
  margin: 0;
  color: var(--brief-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.brief-card-label p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.brief-note {
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--brief-rule);
  max-width: 68ch;
  color: var(--brief-muted);
  font-size: 16px;
  line-height: 1.7;
}

.brief-band-navy .brief-note {
  border-top-color: rgba(244, 239, 230, 0.12);
  color: #c8c2b6;
}

.brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.brief-page-hero .brief-policy-updated {
  margin: 0 0 18px;
  color: #c4a574;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brief-page-hero .brief-lead-wide {
  max-width: 68ch;
}

.brief-policy {
  display: grid;
  gap: 0;
  max-width: 860px;
}

.brief-policy-article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--brief-rule);
}

.brief-policy-article:first-child {
  padding-top: 0;
}

.brief-policy-index {
  padding-top: 6px;
  color: var(--brief-brass);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.brief-policy-article h2 {
  margin: 0 0 12px;
  color: var(--brief-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.brief-policy-article p {
  margin: 0 0 16px;
  color: var(--brief-muted);
  font-size: 16px;
  line-height: 1.7;
}

.brief-policy-article p:last-child {
  margin-bottom: 0;
}

.brief-policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--brief-rule);
}

.brief-policy-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--brief-rule);
  color: var(--brief-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.brief-policy-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.brief-policy-link {
  color: #c4a574;
  text-decoration: underline;
}

.brief-card-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.brief-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.brief-band-navy .brief-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(244, 239, 230, 0.12);
}

.brief-band-navy .brief-card p {
  color: #f4efe6;
}

.brief-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.brief-frame {
  padding: 10px;
  border: 1px solid rgba(176, 137, 77, 0.35);
  background: rgba(255, 255, 255, 0.4);
}

.brief-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.brief-doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.brief-doc-card {
  position: relative;
  min-height: 148px;
  padding: 22px 20px 20px;
  border: 1px solid var(--brief-rule);
  background: rgba(255, 255, 255, 0.55);
}

.brief-doc-card > i {
  color: var(--brief-brass);
}

.brief-doc-card p {
  margin: 18px 72px 0 0;
  color: var(--brief-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.brief-doc-card .download-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 10px;
  border: 1px solid var(--brief-navy);
  background: transparent;
  color: var(--brief-navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brief-doc-card .download-btn:hover {
  background: var(--brief-navy);
  color: #faf7f1;
}

.brief-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.brief-price-card {
  padding: 24px 20px;
  border: 1px solid var(--brief-rule);
  background: rgba(255, 255, 255, 0.55);
}

.brief-band-navy .brief-price-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(244, 239, 230, 0.12);
}

.brief-price-card h3 {
  margin: 0;
  color: var(--brief-ink);
  font-size: 20px;
  font-weight: 700;
}

.brief-band-navy .brief-price-card h3 {
  color: #f4efe6;
}

.brief-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 14px 0 10px;
  color: var(--brief-navy);
}

.brief-band-navy .brief-price {
  color: #c4a574;
}

.brief-price em {
  font-style: normal;
  font-size: 13px;
  color: var(--brief-muted);
}

.brief-price strong {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brief-price-card > p,
.brief-price-note {
  margin: 0;
  color: var(--brief-muted);
  font-size: 14px;
  line-height: 1.5;
}

.brief-price-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.brief-price-card li {
  padding: 8px 0;
  border-top: 1px solid var(--brief-rule);
  color: var(--brief-muted);
  font-size: 14px;
  line-height: 1.45;
}

.brief-band-navy .brief-price-note,
.brief-band-navy .brief-price-card > p,
.brief-band-navy .brief-price-card li {
  color: #d8d2c6;
}

.brief-band-navy .brief-price-card li {
  border-top-color: rgba(244, 239, 230, 0.14);
}

.brief-band-navy .brief-price em {
  color: #c8c2b6;
}

.brief-include-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  margin-top: 28px;
}

.brief-include-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.brief-include-item span {
  flex: 0 0 auto;
  padding-top: 2px;
  color: var(--brief-brass);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brief-include-item p {
  margin: 0;
  color: var(--brief-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.brief-band-navy .brief-include-item p {
  color: #f4efe6;
}

.brief-contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.brief-contact-list a {
  display: block;
  padding: 20px 22px;
  border: 1px solid rgba(196, 165, 116, 0.28);
  color: #f4efe6;
  text-decoration: none;
}

.brief-contact-list a:hover {
  border-color: #c4a574;
}

.brief-contact-list span {
  display: block;
  margin-bottom: 8px;
  color: #c4a574;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brief-form {
  display: grid;
  gap: 16px;
  max-width: 560px;
  margin-top: 28px;
}

.brief-form input,
.brief-form select,
.brief-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--brief-rule);
  background: #fff;
  color: var(--brief-ink);
  border-radius: 0;
}

.brief-form input:focus,
.brief-form select:focus,
.brief-form textarea:focus {
  outline: 1px solid var(--brief-navy);
  border-color: var(--brief-navy);
}

.brief-form textarea {
  min-height: 140px;
  resize: vertical;
}

.brief-faq-group {
  margin-top: 56px;
}

.brief-faq-group h2 {
  margin: 0 0 8px;
}

.brief-faq-list {
  border-top: 1px solid var(--brief-rule);
}

.brief-faq-item {
  border-bottom: 1px solid var(--brief-rule);
}

.brief-faq-item summary {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 4px;
  list-style: none;
  cursor: pointer;
  color: var(--brief-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.brief-faq-item summary::-webkit-details-marker {
  display: none;
}

.brief-faq-item summary::after {
  content: "+";
  margin-left: auto;
  flex: 0 0 auto;
  color: var(--brief-brass);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.brief-faq-item[open] summary::after {
  content: "–";
}

.brief-faq-index {
  flex: 0 0 auto;
  padding-top: 4px;
  color: var(--brief-brass);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.brief-faq-item > p,
.brief-faq-body {
  margin: 0;
  padding: 0 4px 24px 52px;
  max-width: 74ch;
  color: var(--brief-muted);
  font-size: 16px;
  line-height: 1.7;
}

.brief-faq-body p {
  margin: 0 0 14px;
}

.brief-faq-body p:last-child {
  margin-bottom: 0;
}

.brief-faq-body ul,
.brief-faq-body ol {
  margin: 0 0 16px;
  padding-left: 18px;
}

.brief-faq-body li + li {
  margin-top: 8px;
}

.brief-faq-so {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 2px solid var(--brief-brass);
  background: rgba(8, 61, 119, 0.04);
}

.brief-faq-so strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brief-navy);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brief-table-wrap {
  overflow-x: auto;
  margin: 16px 0 20px;
}

.brief-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.brief-table th,
.brief-table td {
  padding: 12px 14px;
  border: 1px solid var(--brief-rule);
  text-align: left;
  vertical-align: top;
  color: var(--brief-ink);
}

.brief-table th {
  background: rgba(8, 61, 119, 0.06);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brief-windows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0 20px;
}

.brief-windows article {
  padding: 16px 18px;
  border: 1px solid var(--brief-rule);
  background: rgba(255, 255, 255, 0.55);
}

.brief-windows span {
  display: block;
  margin-bottom: 8px;
  color: var(--brief-brass);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brief-windows p {
  margin: 0;
  color: var(--brief-ink);
  font-weight: 500;
}

@media (max-width: 575px) {
  .brief-policy-article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brief-windows {
    grid-template-columns: 1fr;
  }

  .brief-faq-item > p,
  .brief-faq-body {
    padding-left: 4px;
  }
}

.brief-band-navy a.mail {
  color: #c4a574;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .brief-footer-grid,
  .brief-card-grid,
  .brief-card-grid-4,
  .brief-price-grid,
  .brief-doc-grid,
  .brief-split,
  .brief-contact-list {
    grid-template-columns: 1fr 1fr;
  }

  .brief-page-hero {
    padding: 170px 0 56px;
  }
}

@media (max-width: 575px) {
  .brief-footer-grid,
  .brief-card-grid,
  .brief-card-grid-2,
  .brief-card-grid-4,
  .brief-price-grid,
  .brief-doc-grid,
  .brief-split,
  .brief-include-grid,
  .brief-contact-list {
    grid-template-columns: 1fr;
  }
}

.brief-page {
  overflow-x: clip;
}

.brief-page img,
.brief-page svg,
.brief-page video {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .mobile-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 64px;
    padding: 8px 14px 8px 12px !important;
  }

  .mobile-nav .mobile-brand {
    flex: 0 1 auto;
    min-width: 0;
  }

  .mobile-nav .logo,
  .mobile-nav .mobile-brand img {
    height: 44px !important;
    width: auto;
    max-width: 132px;
    object-fit: contain;
  }

  .mobile-nav .navbar-option {
    position: static !important;
    top: auto;
    right: auto;
    transform: none !important;
    margin: 0 48px 0 auto !important;
    z-index: 1;
  }

  .mobile-nav .side-topbar-option {
    display: none !important;
  }

  .mobile-nav .plat-nav-btn {
    padding: 8px 12px !important;
    font-size: 12px !important;
    line-height: 1.2;
    box-shadow: none;
    white-space: nowrap;
  }

  .mobile-nav .plat-nav-btn::before {
    width: 13px;
    height: 13px;
  }

  .mean-container a.meanmenu-reveal {
    color: #f4efe6 !important;
    padding-right: 14px !important;
  }

  .mean-container a.meanmenu-reveal span {
    background-color: #f4efe6 !important;
  }

  .navbar-area.is-sticky .mean-container a.meanmenu-reveal {
    color: #061525 !important;
  }

  .navbar-area.is-sticky .mean-container a.meanmenu-reveal span {
    background-color: #061525 !important;
  }

  .mean-container .mean-nav {
    margin-top: 64px;
    background: #061525;
  }

  .mean-container .mean-nav .navbar-nav {
    max-height: min(70dvh, 520px);
  }

  .mean-container .mean-nav .navbar-nav .nav-item a {
    color: #f4efe6 !important;
    white-space: normal;
    line-height: 1.4;
  }

  .mean-container .mean-nav ul li {
    position: relative;
  }

  .mean-container .mean-nav .navbar-nav > .nav-item > a.nav-link {
    display: flex !important;
    align-items: center;
    float: none;
    width: 100%;
    box-sizing: border-box;
    gap: 12px;
    padding: 16px 56px 16px 20px !important;
    border-bottom: 1px solid rgba(244, 239, 230, 0.08);
  }

  .mean-container .mean-nav .navbar-nav > .nav-item > a.nav-link::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-color: #c4a574;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4.5 5v6.2c0 5.05 3.28 9.76 7.5 10.8 4.22-1.04 7.5-5.75 7.5-10.8V5z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2 4.5 5v6.2c0 5.05 3.28 9.76 7.5 10.8 4.22-1.04 7.5-5.75 7.5-10.8V5z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .mean-nav #pj::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 2a8 8 0 1 1-8 8 8 8 0 0 1 8-8zm0 3 3.2 6.4L12 16l-3.2-4.6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 2a8 8 0 1 1-8 8 8 8 0 0 1 8-8zm0 3 3.2 6.4L12 16l-3.2-4.6z'/%3E%3C/svg%3E");
  }

  .mean-nav #serv::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h5v14H3V7zm2 0h4V5h-4zm-5 2v10h14V9z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h5v14H3V7zm2 0h4V5h-4zm-5 2v10h14V9z'/%3E%3C/svg%3E");
  }

  .mean-nav #docs::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 6.5A2.5 2.5 0 0 1 5.5 4H10l2 2h6.5A2.5 2.5 0 0 1 21 8.5v9A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 6.5A2.5 2.5 0 0 1 5.5 4H10l2 2h6.5A2.5 2.5 0 0 1 21 8.5v9A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5z'/%3E%3C/svg%3E");
  }

  .mean-nav #price::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.4 11.6 12.4 2.6A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .6 1.4l9 9a2 2 0 0 0 2.8 0l7-7a2 2 0 0 0 0-2.8zM6.5 8A1.5 1.5 0 1 1 8 6.5 1.5 1.5 0 0 1 6.5 8z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.4 11.6 12.4 2.6A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .6 1.4l9 9a2 2 0 0 0 2.8 0l7-7a2 2 0 0 0 0-2.8zM6.5 8A1.5 1.5 0 1 1 8 6.5 1.5 1.5 0 0 1 6.5 8z'/%3E%3C/svg%3E");
  }

  .mean-nav #about::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 21V9l9-6 9 6v12h-6v-6H9v6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 21V9l9-6 9 6v12h-6v-6H9v6z'/%3E%3C/svg%3E");
  }

  .mean-nav #cont::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5h18v14H3zm2 2v.2l7 4.8 7-4.8V7zm14 10V10l-7 4.8L5 10v7z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5h18v14H3zm2 2v.2l7 4.8 7-4.8V7zm14 10V10l-7 4.8L5 10v7z'/%3E%3C/svg%3E");
  }

  .mean-nav #join::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0 2c-3.3 0-8 1.7-8 5v2h10.2A6 6 0 0 1 17 13.1C14.6 12.4 11.7 13 9 13zm8 1v3h-3v2h3v3h2v-3h3v-2h-3v-3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 11a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0 2c-3.3 0-8 1.7-8 5v2h10.2A6 6 0 0 1 17 13.1C14.6 12.4 11.7 13 9 13zm8 1v3h-3v2h3v3h2v-3h3v-2h-3v-3z'/%3E%3C/svg%3E");
  }

  .mean-container .mean-nav ul li a.mean-expand {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    left: auto !important;
    right: 8px !important;
    top: 6px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: none;
    color: #c4a574 !important;
    font-size: 22px !important;
    line-height: 1;
    border: 1px solid rgba(196, 165, 116, 0.35) !important;
    background: rgba(196, 165, 116, 0.08) !important;
  }

  .mean-nav .brief-popover {
    width: 100% !important;
    max-width: none !important;
    position: static !important;
    margin: 0 !important;
    padding: 4px 0 10px !important;
    background: #0b1c2e !important;
    border: 0 !important;
    border-top: 1px solid rgba(196, 165, 116, 0.28) !important;
    box-shadow: none !important;
  }

  .mean-nav .brief-popover-kicker,
  .mean-nav .brief-popover-copy strong,
  .mean-nav .brief-popover-copy small,
  .mean-nav .brief-popover-item {
    color: #f4efe6 !important;
  }

  .mean-nav .brief-popover-copy small {
    color: #c8c2b6 !important;
  }

  .brief-page-hero {
    padding: 118px 0 48px;
  }

  .brief-page-hero::after {
    right: -12%;
    width: 320px;
    height: 320px;
    opacity: 0.32;
  }

  .brief-page-hero h1 {
    font-size: clamp(28px, 7.6vw, 42px);
  }

  .brief-kicker {
    letter-spacing: 0.08em;
    font-size: 11px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .brief-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brief-footer-base {
    flex-direction: column;
    align-items: flex-start;
  }

  .brief-page .btn.main-btn {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .brief-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brief-page-hero {
    padding: 104px 0 40px;
  }

  .brief-page-hero::after {
    top: auto;
    bottom: -18%;
    transform: none;
    width: 240px;
    height: 240px;
    opacity: 0.22;
  }

  .brief-page-hero h1 {
    font-size: 26px;
  }

  .mobile-nav .navbar-option {
    margin-right: 44px !important;
  }

  .mobile-nav .plat-nav-btn {
    padding: 7px 10px !important;
    font-size: 11px !important;
  }
}
