body {
  overflow-x: hidden;
}

:root {
  --color-brand-blue: #004EA2;
  --color-brand-cyan: #00A6E8;
  --color-brand-navy: #00306A;
  --color-brand-orange: #F39800;
  --color-brand-gray: #F4F6F8;
  --shadow-brand-card: 0 10px 28px rgba(0,35,80,.12);
  --shadow-brand-float: 0 24px 70px rgba(0,35,80,.18);
}

.bg-brand-blue {
  background-color: var(--color-brand-blue);
}

.bg-brand-cyan {
  background-color: var(--color-brand-cyan);
}

.bg-brand-navy {
  background-color: var(--color-brand-navy);
}

.bg-brand-orange {
  background-color: var(--color-brand-orange);
}

.bg-brand-gray {
  background-color: var(--color-brand-gray);
}

.text-brand-blue {
  color: var(--color-brand-blue);
}

.text-brand-navy {
  color: var(--color-brand-navy);
}

.text-brand-orange {
  color: var(--color-brand-orange);
}

.border-brand-blue {
  border-color: var(--color-brand-blue);
}

.border-brand-orange {
  border-color: var(--color-brand-orange);
}

.shadow-card {
  --tw-shadow: var(--shadow-brand-card);
  --tw-shadow-colored: var(--shadow-brand-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-float {
  --tw-shadow: var(--shadow-brand-float);
  --tw-shadow-colored: var(--shadow-brand-float);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.from-brand-cyan {
  --tw-gradient-from: var(--color-brand-cyan) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 166 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-brand-blue {
  --tw-gradient-to: var(--color-brand-blue) var(--tw-gradient-to-position);
}

.hover\:bg-brand-navy:hover {
  background-color: var(--color-brand-navy);
}

.hover\:bg-brand-gray:hover {
  background-color: var(--color-brand-gray);
}

.hover\:text-brand-blue:hover {
  color: var(--color-brand-blue);
}

.hover\:border-brand-blue:hover {
  border-color: var(--color-brand-blue);
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(0,49,108,.75), rgba(0,49,108,.2) 48%, rgba(0,49,108,.08)),
    radial-gradient(circle at 72% 38%, rgba(255,255,255,.35) 0 8%, transparent 9%),
    url('../images/top-message.jpg') center / cover no-repeat,
    linear-gradient(135deg, #d9edf9 0%, #79c3e8 35%, #eaf7ff 66%, #ffffff 100%);
}

@media (max-width: 767px) {
  .hero-bg {
    background:
      linear-gradient(90deg, rgba(0,49,108,.8), rgba(0,49,108,.55) 58%, rgba(0,49,108,.42)),
      url('../images/top-message.jpg') center / cover no-repeat,
      linear-gradient(135deg, #d9edf9 0%, #79c3e8 35%, #eaf7ff 66%, #ffffff 100%);
  }
}

.hero-visual-lines {
  background-image:
    linear-gradient(120deg, rgba(255,255,255,.35) 0 2px, transparent 2px 36px),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.55) 0 2px, transparent 3px);
  background-size: 64px 64px, 34px 34px;
}

.mega-panel {
  display: none;
}

.nav-group:hover .mega-panel {
  display: block;
}

.clip-corner {
  clip-path: polygon(0 0, 100% 0, 100% 86%, 84% 100%, 0 100%);
}

.diagonal {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(90px, 12vw, 150px);
  z-index: 0;
  pointer-events: none;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.diagonal > * {
  position: relative;
  z-index: 1;
}

.title-en {
  writing-mode: vertical-rl;
  letter-spacing: .12em;
}

.entry-content > * + * {
  margin-top: 1.25rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #0f172a;
  font-weight: 900;
  line-height: 1.45;
}

.entry-content h2 {
  margin-top: 2.75rem;
  font-size: clamp(1.5rem, 2.1vw, 1.875rem);
}

.entry-content h3 {
  margin-top: 2.25rem;
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
}

.entry-content h4 {
  margin-top: 1.875rem;
  font-size: 1.0625rem;
}

.entry-content p {
  line-height: 2;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.5rem;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li + li {
  margin-top: .5rem;
}

.entry-content blockquote {
  border-left: 4px solid #cbd5e1;
  padding-left: 1rem;
  color: #475569;
  font-weight: 700;
}

.entry-content a {
  color: #004EA2;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-content {
  max-width: 100%;
}

.contact-content form {
  display: grid;
  gap: 24px;
}

.contact-content p {
  margin: 0;
}

.contact-content label {
  display: grid;
  gap: 8px;
  color: #0f172a;
  font-weight: 800;
}

.contact-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.contact-content select,
.contact-content textarea {
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px 14px;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.7;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-content textarea {
  min-height: 180px;
  resize: vertical;
}

.business-anchor-section {
  scroll-margin-top: 92px;
}

@media (min-width: 1024px) {
  .business-anchor-section {
    scroll-margin-top: 150px;
  }
}

.business-anchor-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-anchor-nav a {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 16px 18px;
  color: #0f172a;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.5;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.business-anchor-nav a::after {
  content: "→";
  color: var(--color-brand-blue);
  font-size: .9rem;
}

.business-anchor-nav a:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 78, 162, .25);
  box-shadow: 0 10px 24px rgba(0, 35, 80, .08);
  color: var(--color-brand-blue);
}

.business-hero-visual {
  position: relative;
}

.business-media-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 28px;
  background-color: #dbeafe;
}

.business-media-frame--wide {
  aspect-ratio: 8 / 5;
}

.business-media-frame--product {
  aspect-ratio: 4 / 3;
}

.business-media-frame__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
}

@media (min-width: 1024px) {
  .business-media-frame--wide {
    min-height: 360px;
  }

  .business-media-frame--product {
    min-height: 420px;
  }
}

.business-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  isolation: isolate;
}

.business-visual::before,
.business-visual::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.business-visual__label {
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, .82);
  padding: 8px 12px;
  color: #0f172a;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.business-visual__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.business-visual__grid span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, .25);
  backdrop-filter: blur(8px);
}

.business-visual__grid span:nth-child(1) {
  left: 8%;
  top: 18%;
  width: 140px;
  height: 140px;
}

.business-visual__grid span:nth-child(2) {
  right: 10%;
  top: 14%;
  width: 110px;
  height: 110px;
}

.business-visual__grid span:nth-child(3) {
  left: 24%;
  bottom: 18%;
  width: 170px;
  height: 170px;
}

.business-visual__grid span:nth-child(4) {
  right: 14%;
  bottom: 12%;
  width: 220px;
  height: 100px;
  border-radius: 28px;
}

.business-visual__grid span:nth-child(5) {
  left: 52%;
  top: 42%;
  width: 54px;
  height: 54px;
}

.business-visual--hero {
  min-height: 480px;
  border: 1px solid rgba(255, 255, 255, .16);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .24) 0 11%, transparent 12%),
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .02)),
    linear-gradient(145deg, #00306a 0%, #005cb8 52%, #00a6e8 100%);
}

.business-visual--hero::before {
  left: 8%;
  bottom: 12%;
  width: 44%;
  height: 52%;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 32px;
  transform: skewY(-10deg);
}

.business-visual--hero::after {
  right: -30px;
  top: 60px;
  width: 180px;
  height: 180px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(243, 152, 0, .8), rgba(243, 152, 0, .18));
  transform: rotate(20deg);
}

.business-visual--grid {
  min-height: 360px;
  background:
    linear-gradient(155deg, rgba(0, 78, 162, .12), rgba(0, 166, 232, .08)),
    linear-gradient(135deg, #ffffff 0%, #edf6ff 52%, #dcefff 100%);
}

.business-visual--grid::before {
  inset: 26px;
  border-radius: 24px;
  border: 1px dashed rgba(0, 78, 162, .22);
}

.business-visual--grid::after {
  right: 28px;
  bottom: 22px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 166, 232, .26), rgba(0, 166, 232, 0));
}

.business-visual--v {
  background:
    linear-gradient(145deg, rgba(0, 78, 162, .08), rgba(0, 166, 232, .2)),
    linear-gradient(135deg, #ffffff 0%, #eef7ff 55%, #d8eeff 100%);
}

.business-visual--v::before {
  left: 10%;
  top: 18%;
  width: 44%;
  height: 60%;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(0, 78, 162, .82), rgba(0, 166, 232, .34));
  transform: skewX(-12deg);
}

.business-visual--v::after {
  right: 12%;
  bottom: 16%;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(243, 152, 0, .85), rgba(243, 152, 0, .2));
}

.business-visual--h {
  background:
    linear-gradient(145deg, rgba(0, 166, 232, .16), rgba(0, 78, 162, .08)),
    linear-gradient(145deg, #ffffff 0%, #f2fbff 55%, #deeff7 100%);
}

.business-visual--h::before {
  left: 12%;
  top: 26%;
  width: 68%;
  height: 22%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 78, 162, .92), rgba(0, 166, 232, .6));
  box-shadow: 0 22px 42px rgba(0, 78, 162, .18);
}

.business-visual--h::after {
  right: 14%;
  top: 18%;
  width: 86px;
  height: 86px;
  border-radius: 26px;
  border: 14px solid rgba(243, 152, 0, .65);
}

.business-visual--g {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, .95) 0 9%, transparent 10%),
    linear-gradient(145deg, rgba(0, 78, 162, .06), rgba(0, 166, 232, .24)),
    linear-gradient(135deg, #ffffff 0%, #edf7fb 58%, #daf5ea 100%);
}

.business-visual--g::before {
  left: 10%;
  bottom: 18%;
  width: 54%;
  height: 54%;
  border-radius: 999px;
  border: 20px solid rgba(0, 78, 162, .78);
}

.business-visual--g::after {
  right: 12%;
  top: 18%;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 166, 232, .78), rgba(0, 166, 232, .16));
  box-shadow: -86px 110px 0 -20px rgba(243, 152, 0, .52);
}

.business-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.business-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 78, 162, .34), rgba(0, 166, 232, .18));
}

.business-timeline__item {
  position: relative;
  margin-left: 0;
  padding: 0 0 0 40px;
}

.business-timeline__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  border: 6px solid rgba(0, 78, 162, .16);
  border-radius: 999px;
  background-color: var(--color-brand-blue);
}

.business-timeline__label {
  color: var(--color-brand-blue);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.business-timeline__title {
  margin-top: 6px;
  color: #0f172a;
  font-size: 1.125rem;
  font-weight: 900;
}

.business-timeline__text {
  margin-top: 8px;
  color: #475569;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.9;
}

.business-country-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.business-country-band span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ebf5ff 0%, #dceeff 100%);
  padding: 10px 14px;
  color: var(--color-brand-blue);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-content input:focus,
.contact-content select:focus,
.contact-content textarea:focus {
  border-color: var(--color-brand-blue);
  box-shadow: 0 0 0 3px rgba(0, 78, 162, .14);
}

.contact-content input[type="checkbox"],
.contact-content input[type="radio"] {
  margin-right: 8px;
  accent-color: var(--color-brand-blue);
}

.contact-content input[type="submit"],
.contact-content button[type="submit"] {
  display: inline-flex;
  min-height: 52px;
  width: 100%;
  max-width: 320px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  background-color: var(--color-brand-blue);
  padding: 14px 28px;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.contact-content input[type="submit"]:hover,
.contact-content button[type="submit"]:hover {
  background-color: var(--color-brand-navy);
  transform: translateY(-1px);
}

.contact-content .wpcf7-form-control-wrap,
.contact-content .mwform-checkbox-field,
.contact-content .mwform-radio-field {
  display: block;
  margin-top: 8px;
}

.contact-content .wpcf7-not-valid-tip,
.contact-content .error {
  margin-top: 6px;
  color: #dc2626;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.contact-content .wpcf7-response-output {
  margin: 24px 0 0;
  border-radius: 8px;
  padding: 16px 18px;
  font-weight: 800;
  line-height: 1.7;
}

.archive-card {
  max-width: 100%;
  min-width: 0;
}

.archive-card a,
.archive-card h2,
.archive-card p {
  min-width: 0;
}

.archive-card h2,
.archive-card p {
  overflow-wrap: anywhere;
}

.news-sidebar {
  max-width: 100%;
  min-width: 0;
  border-top: 4px solid var(--color-brand-blue);
  background-color: #fff;
  padding: 24px;
  box-shadow: var(--shadow-brand-card);
}

.news-submenu-list {
  display: grid;
  gap: 0;
}

.news-submenu-list li {
  border-top: 1px solid #e2e8f0;
}

.news-submenu-list li:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.news-submenu-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  color: #334155;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  transition: color .2s ease;
}

.news-submenu-list a::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.news-submenu-list a:hover,
.news-submenu-list .current-menu-item > a,
.news-submenu-list .current_page_item > a {
  color: var(--color-brand-blue);
}
