:root {
  --primary-color: #0f4c81;
  --primary-dark: #08355b;
  --accent-color: #f4c430;
  --bg-light: #f5f7fb;
  --glass-light-bg: rgba(255, 255, 255, 0.1);
  --glass-light-border: rgba(255, 255, 255, 0.22);
  --glass-dark-bg: rgba(15, 23, 42, 0.1);
  --glass-dark-border: rgba(226, 232, 240, 0.18);
  --warm-text: #8e6658;
  --warm-text-strong: #734d41;
  --warm-text-soft: #a37a6b;
}

html[lang="zh-CN"] body {
  font-family: "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

html[lang="en"] body {
  font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

html[lang="ja"] body {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

body {
  color: #1f2933;
  background: #020617;
}

p,
li,
.small,
.text-secondary,
.text-muted {
  color: #24303d;
}

.navbar,
.footer {
  position: relative;
}

.footer {
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
}

.navbar {
  overflow: visible;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1080;
}

.navbar {
  border-bottom: 2px solid rgba(244, 196, 48, 0.92);
  background: rgba(2, 6, 23, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.footer {
  border-top: 2px solid rgba(244, 196, 48, 0.92);
}

.navbar::before,
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  z-index: 0;
}

.navbar::after,
.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: 24px 18px;
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  z-index: 0;
  pointer-events: none;
}

html[lang="zh-CN"] .navbar::before,
html[lang="zh-CN"] .footer::before {
  background-image:
    linear-gradient(135deg, rgba(2, 6, 23, 0.88), rgba(8, 53, 91, 0.82)),
    url("../img/FE76537_C01.jpg");
}

html[lang="zh-CN"] .navbar::after,
html[lang="zh-CN"] .footer::after {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    url("../img/FE76537_C01.jpg");
}

html[lang="en"] .navbar::before,
html[lang="en"] .footer::before {
  background-image:
    linear-gradient(135deg, rgba(3, 7, 18, 0.9), rgba(15, 23, 42, 0.82)),
    url("../img/FE76536_C01.jpg");
}

html[lang="en"] .navbar::after,
html[lang="en"] .footer::after {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    url("../img/FE76536_C01.jpg");
}

html[lang="ja"] .navbar::before,
html[lang="ja"] .footer::before {
  background-image:
    linear-gradient(135deg, rgba(7, 10, 24, 0.9), rgba(30, 41, 59, 0.82)),
    url("../img/FE76537_C01.jpg");
}

html[lang="ja"] .navbar::after,
html[lang="ja"] .footer::after {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    url("../img/FE76537_C01.jpg");
}

.navbar > .container,
.footer > .container {
  position: relative;
  z-index: 1;
}

body {
  padding-top: 76px;
  padding-bottom: 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-logo {
  display: block;
  height: auto;
}

.brand-logo-horizontal {
  height: 46px;
  width: auto;
  max-width: none;
}

.brand-logo-square {
  height: 40px;
  width: 40px;
  display: none;
}

.brand-note {
  margin-left: 0.65rem;
  font-size: 0.78rem;
  line-height: 1;
  color: rgba(248, 250, 252, 0.82);
  white-space: nowrap;
}

.navbar > .container {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .nav-link,
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .navbar-toggler,
.navbar .dropdown-toggle {
  color: #f8fafc;
}

.navbar .nav-link {
  opacity: 0.9;
  position: relative;
  padding-bottom: 0.45rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  opacity: 1;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.15rem;
  right: 0.15rem;
  bottom: -0.1rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4c430, #facc15);
  box-shadow: 0 0 10px rgba(244, 196, 48, 0.35);
}

@media (max-width: 575.98px) {
  .brand-logo-horizontal {
    display: none;
  }

  .brand-logo-square {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .hero-brand-showcase {
    position: relative;
    top: auto;
    right: auto;
    width: min(78vw, 420px);
    margin: 0 0 1.5rem auto;
  }

  .hero-brand-note {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 767.98px) {
  .hero-brand-showcase {
    width: min(82vw, 360px);
    margin: 0 auto 1.25rem;
  }

  .hero-brand-note {
    padding: 0.5rem 0.8rem;
    font-size: 0.74rem;
    line-height: 1.5;
  }
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #020617;
}

.hero {
  min-height: 90vh;
}

.page-hero {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.page-hero .section-label,
.hero .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.page-hero .section-title,
.hero .section-title {
  color: #f8fafc;
}

.page-hero .text-secondary,
.page-hero .small,
.page-hero p,
.hero .text-secondary,
.hero .small,
.hero p {
  color: rgba(248, 250, 252, 0.88) !important;
}

.hero .text-white-50,
.page-hero .text-white-50 {
  color: rgba(248, 250, 252, 0.84) !important;
}

.hero .text-white-75,
.page-hero .text-white-75 {
  color: rgba(248, 250, 252, 0.92) !important;
}

.hero > .container,
.page-hero > .container {
  position: relative;
  z-index: 2;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      135deg,
      rgba(2, 6, 23, 0.42),
      rgba(8, 53, 91, 0.22)
    ),
    radial-gradient(circle at 12% 18%, rgba(244, 196, 48, 0.08), transparent 36%),
    radial-gradient(circle at 82% 76%, rgba(59, 130, 246, 0.08), transparent 38%);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-brand-showcase {
  position: absolute;
  top: -8.2rem;
  left: 50%;
  z-index: 4;
  width: min(44vw, 600px);
  padding: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-brand-note {
  margin: 0 auto 0.85rem;
  width: fit-content;
  max-width: min(80vw, 720px);
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 19, 31, 0.42);
  color: rgba(245, 248, 251, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(4px);
}

.hero-brand-note-cn {
  position: relative;
  top: 3.8rem;
  margin-bottom: 4.65rem;
  font-size: 0.96rem;
}

.hero-brand-showcase::before {
  content: none;
}

.hero-brand-showcase img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.section-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.04);
}

.hero-slide.is-active {
  opacity: 1;
}

.section-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  transform: none;
}

.section-slide.is-active {
  opacity: 1;
}

.section-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.08);
  opacity: 1;
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 76, 129, 0.72);
  border: 1px solid rgba(226, 232, 240, 0.28);
  color: #e5e7eb;
  font-size: 0.85rem;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.28);
}

.badge {
  color: #16202a;
}

.hero-orb {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #facc15, #f97316);
  box-shadow: 0 0 0 2px rgba(248, 250, 252, 0.15);
}

.hero-title {
  font-size: clamp(2.4rem, 3vw + 1rem, 3.4rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-subtitle {
  font-size: 1.02rem;
  color: #e5e7eb;
  max-width: 34rem;
}

.text-accent {
  color: #facc15;
}

.text-hero {
  color: #e5e7eb;
}

.text-hero-muted {
  color: #9ca3af;
}

.fs-095 {
  font-size: 0.95rem;
}

.fs-09 {
  font-size: 0.9rem;
}

.fs-08 {
  font-size: 0.8rem;
}

.divider-v {
  width: 1px;
  height: 18px;
  background: rgba(148, 163, 184, 0.5);
}

.hero-card,
.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #e5e7eb;
}

.hero-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  background-position: top left;
  pointer-events: none;
}

.hero-card > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}

.hero-stat {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.hero-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  opacity: 1;
  pointer-events: none;
}

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

.hero-stat .text-white-50,
.hero-card .text-white-50,
.contact-card .text-white-50,
.contact-card .text-white-75 {
  color: rgba(248, 250, 252, 0.88) !important;
}

.hero-card,
.hero-card h1,
.hero-card h2,
.hero-card h3,
.hero-card h4,
.hero-card h5,
.hero-card h6,
.hero-card p,
.hero-card li,
.hero-card span,
.hero-card .small,
.hero-card .text-secondary,
.hero-card .text-muted,
.hero-card .text-white,
.hero-card .text-white-50,
.hero-card .text-white-75,
.hero-card .feature-list li,
.hero-card .feature-list span,
.hero-card .city-tag {
  color: #f8fafc !important;
}

.hero-card .feature-list strong,
.hero-card .text-accent {
  color: #facc15 !important;
}

.contact-card,
.contact-card h1,
.contact-card h2,
.contact-card h3,
.contact-card h4,
.contact-card h5,
.contact-card h6,
.contact-card p,
.contact-card li,
.contact-card span,
.contact-card .small,
.contact-card .text-secondary,
.contact-card .text-muted,
.contact-card .text-white,
.contact-card .text-white-50,
.contact-card .text-white-75 {
  color: #f8fafc !important;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: #6b7280;
  font-weight: 600;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section-divider {
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-color), var(--primary-color));
}

.service-card,
.card-soft {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid var(--glass-light-border);
  background: var(--glass-light-bg);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.service-card > *,
.card-soft > *,
.compare-table > * {
  position: relative;
  z-index: 1;
}

.service-card::before,
.card-soft::before,
.compare-table::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.service-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease, background 0.25s ease;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
  border-color: rgba(15, 76, 129, 0.7);
}

.service-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 76, 129, 0.06);
  color: var(--primary-color);
  font-size: 1.25rem;
}

.form-label {
  color: rgba(248, 250, 252, 0.92);
  font-weight: 600;
}

.form-control,
.form-select {
  color: var(--warm-text-strong);
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.92);
}

.form-control::placeholder {
  color: #8b685b;
  opacity: 1;
}

.contact-card .bg-white {
  background: var(--glass-light-bg) !important;
  border: 1px solid var(--glass-light-border);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--warm-text);
}

.feature-bullet {
  margin-top: 0.35rem;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
}

.bg-soft {
  background: var(--bg-light);
}

.content-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f8fafc;
}

.content-band > .container {
  position: relative;
  z-index: 2;
}

.content-band .section-label {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--warm-text) !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.content-band .section-title,
.content-band h1,
.content-band h2,
.content-band h3,
.content-band h4,
.content-band h5,
.content-band h6 {
  color: var(--warm-text-strong);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.content-band p,
.content-band li,
.content-band .small,
.content-band .text-secondary,
.content-band .text-muted {
  color: var(--warm-text) !important;
}

.focus-points .section-label {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--warm-text-strong) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}

.focus-points .section-title,
.focus-points .feature-list li,
.focus-points .feature-list strong,
.focus-points p,
.focus-points span {
  color: var(--warm-text-strong) !important;
}

.reading-block {
  position: relative;
  border-radius: 1.5rem;
  background: var(--glass-light-bg);
  border: 1px solid var(--glass-light-border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.reading-block .section-title,
.reading-block h1,
.reading-block h2,
.reading-block h3,
.reading-block h4,
.reading-block h5,
.reading-block h6,
.reading-block p,
.reading-block li,
.reading-block .small,
.reading-block .text-secondary,
.reading-block .text-muted,
.reading-block span {
  color: var(--warm-text-strong) !important;
}

.section-intro {
  position: relative;
  padding: 1.25rem 1.4rem;
  border-radius: 1.25rem;
  background: var(--glass-light-bg);
  border: 1px solid var(--glass-light-border);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.section-intro .section-label,
.section-intro .section-title,
.section-intro p,
.section-intro span,
.section-intro .small,
.section-intro .text-secondary,
.section-intro .text-muted {
  color: var(--warm-text-strong) !important;
}

.page-wallpaper .reading-block {
  background: var(--glass-light-bg);
  border: 1px solid var(--glass-light-border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-wallpaper .card-soft,
.page-wallpaper .service-card,
.page-wallpaper .compare-table {
  background: var(--glass-light-bg);
  border-color: var(--glass-light-border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.page-wallpaper .content-band .section-label,
.page-wallpaper .content-band .section-title,
.page-wallpaper .content-band h1,
.page-wallpaper .content-band h2,
.page-wallpaper .content-band h3,
.page-wallpaper .content-band h4,
.page-wallpaper .content-band h5,
.page-wallpaper .content-band h6,
.page-wallpaper .content-band p,
.page-wallpaper .content-band li,
.page-wallpaper .content-band span,
.page-wallpaper .content-band strong,
.page-wallpaper .content-band .small,
.page-wallpaper .content-band .text-secondary,
.page-wallpaper .content-band .text-muted,
.page-wallpaper .content-band .feature-list li,
.page-wallpaper .content-band .compare-table th,
.page-wallpaper .content-band .compare-table td {
  color: var(--warm-text-strong) !important;
}

.page-wallpaper .badge-pill,
.page-wallpaper .badge.bg-light,
.page-wallpaper .bg-light.text-secondary {
  background: rgba(255, 255, 255, 0.16) !important;
  color: var(--warm-text-strong) !important;
}

.content-band a:not(.btn) {
  color: #8a4b38;
}

.content-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.24), rgba(15, 23, 42, 0.18)),
    radial-gradient(circle at 15% 18%, rgba(244, 196, 48, 0.04), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(15, 76, 129, 0.05), transparent 38%);
}

.city-tag,
.badge-pill {
  border-radius: 999px;
}

.city-tag {
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.015);
  color: #e5e7eb;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.badge-pill,
.bg-light.text-secondary,
.badge.bg-light {
  background: rgba(255, 255, 255, 0.16) !important;
  color: var(--warm-text-strong) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.compare-table {
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid var(--glass-light-border);
  overflow: hidden;
  background: var(--glass-light-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.compare-table thead {
  background: rgba(255, 255, 255, 0.12);
}

.compare-table th,
.compare-table td {
  font-size: 0.9rem;
  vertical-align: top;
  color: var(--warm-text);
}

.compare-col-22 {
  width: 22%;
}

.compare-col-39 {
  width: 39%;
}

.contact-inner {
  position: relative;
  z-index: 1;
}

.footer {
  border-top: 2px solid rgba(244, 196, 48, 0.92);
  background: rgba(2, 6, 23, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 2px 0 rgba(244, 196, 48, 0.92),
    0 -6px 16px rgba(15, 23, 42, 0.08);
}

.footer .text-muted,
.footer .small {
  color: rgba(226, 232, 240, 0.82) !important;
}

#overview .service-card h1,
#overview .service-card h2,
#overview .service-card h3,
#overview .service-card h4,
#overview .service-card h5,
#overview .service-card h6,
#overview .service-card p,
#overview .service-card li,
#overview .service-card span,
#overview .service-card .small,
#overview .service-card .text-secondary,
#overview .service-card .text-muted {
  color: rgba(248, 250, 252, 0.94) !important;
}

#overview .service-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

#overview .service-card::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.card-soft .text-secondary,
.service-card .text-secondary,
.compare-table .text-secondary,
.card-soft .small,
.service-card .small,
.compare-table .small {
  color: var(--warm-text) !important;
}

.card-soft h1,
.card-soft h2,
.card-soft h3,
.card-soft h4,
.card-soft h5,
.card-soft h6,
.service-card h1,
.service-card h2,
.service-card h3,
.service-card h4,
.service-card h5,
.service-card h6,
.compare-table strong,
.compare-table th {
  color: var(--warm-text-strong);
}

.section-intro,
.reading-block,
.service-card,
.card-soft,
.compare-table {
  color: rgba(248, 250, 252, 0.94);
}

.section-intro .section-label,
.section-intro .section-title,
.section-intro h1,
.section-intro h2,
.section-intro h3,
.section-intro h4,
.section-intro h5,
.section-intro h6,
.section-intro p,
.section-intro li,
.section-intro span,
.section-intro .small,
.section-intro .text-secondary,
.section-intro .text-muted,
.reading-block .section-label,
.reading-block .section-title,
.reading-block h1,
.reading-block h2,
.reading-block h3,
.reading-block h4,
.reading-block h5,
.reading-block h6,
.reading-block p,
.reading-block li,
.reading-block span,
.reading-block .small,
.reading-block .text-secondary,
.reading-block .text-muted,
.service-card h1,
.service-card h2,
.service-card h3,
.service-card h4,
.service-card h5,
.service-card h6,
.service-card p,
.service-card li,
.service-card span,
.service-card .small,
.service-card .text-secondary,
.service-card .text-muted,
.card-soft h1,
.card-soft h2,
.card-soft h3,
.card-soft h4,
.card-soft h5,
.card-soft h6,
.card-soft p,
.card-soft li,
.card-soft span,
.card-soft .small,
.card-soft .text-secondary,
.card-soft .text-muted,
.compare-table th,
.compare-table td,
.compare-table strong,
.compare-table .small,
.compare-table .text-secondary,
.compare-table .text-muted {
  color: rgba(248, 250, 252, 0.94) !important;
}

.section-intro .text-muted,
.section-intro .small,
.reading-block .text-muted,
.reading-block .small,
.service-card .text-muted,
.service-card .small,
.card-soft .text-muted,
.card-soft .small,
.compare-table .text-muted,
.compare-table .small {
  color: rgba(226, 232, 240, 0.86) !important;
}

.section-intro .section-label,
.reading-block .section-label,
.badge-pill,
.bg-light.text-secondary,
.badge.bg-light {
  color: rgba(248, 250, 252, 0.94) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18);
}

.service-card .service-icon {
  color: rgba(248, 250, 252, 0.96) !important;
  background: rgba(255, 255, 255, 0.08);
}

.tail-bright .section-intro,
.tail-bright .reading-block,
.tail-bright .service-card,
.tail-bright .card-soft,
.tail-bright .compare-table {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.tail-bright .section-label,
.tail-bright .section-title,
.tail-bright h1,
.tail-bright h2,
.tail-bright h3,
.tail-bright h4,
.tail-bright h5,
.tail-bright h6,
.tail-bright p,
.tail-bright li,
.tail-bright span,
.tail-bright strong,
.tail-bright .small,
.tail-bright .text-secondary,
.tail-bright .text-muted,
.tail-bright .compare-table th,
.tail-bright .compare-table td {
  color: rgba(248, 250, 252, 0.95) !important;
}

.tail-bright .feature-list li,
.tail-bright .card-soft .text-secondary,
.tail-bright .service-card .text-secondary,
.tail-bright .compare-table .text-secondary,
.tail-bright .card-soft .small,
.tail-bright .service-card .small,
.tail-bright .compare-table .small {
  color: rgba(226, 232, 240, 0.9) !important;
}

.tail-bright .badge-pill,
.tail-bright .bg-light.text-secondary,
.tail-bright .badge.bg-light,
.tail-bright .section-label {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: rgba(248, 250, 252, 0.95) !important;
}

.page-bright .content-band .section-intro,
.page-bright .content-band .reading-block,
.page-bright .content-band .service-card,
.page-bright .content-band .card-soft,
.page-bright .content-band .compare-table {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.page-bright .content-band .section-label,
.page-bright .content-band .section-title,
.page-bright .content-band h1,
.page-bright .content-band h2,
.page-bright .content-band h3,
.page-bright .content-band h4,
.page-bright .content-band h5,
.page-bright .content-band h6,
.page-bright .content-band p,
.page-bright .content-band li,
.page-bright .content-band span,
.page-bright .content-band strong,
.page-bright .content-band .small,
.page-bright .content-band .text-secondary,
.page-bright .content-band .text-muted,
.page-bright .content-band .compare-table th,
.page-bright .content-band .compare-table td {
  color: rgba(248, 250, 252, 0.95) !important;
}

.page-bright .content-band .feature-list li,
.page-bright .content-band .card-soft .text-secondary,
.page-bright .content-band .service-card .text-secondary,
.page-bright .content-band .compare-table .text-secondary,
.page-bright .content-band .card-soft .small,
.page-bright .content-band .service-card .small,
.page-bright .content-band .compare-table .small {
  color: rgba(226, 232, 240, 0.9) !important;
}

.page-bright .content-band .badge-pill,
.page-bright .content-band .bg-light.text-secondary,
.page-bright .content-band .badge.bg-light,
.page-bright .content-band .section-label {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: rgba(248, 250, 252, 0.95) !important;
}

.page-wallpaper.page-bright .content-band .section-intro,
.page-wallpaper.page-bright .content-band .reading-block,
.page-wallpaper.page-bright .content-band .service-card,
.page-wallpaper.page-bright .content-band .card-soft,
.page-wallpaper.page-bright .content-band .compare-table {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.page-wallpaper.page-bright .content-band .section-label,
.page-wallpaper.page-bright .content-band .section-title,
.page-wallpaper.page-bright .content-band h1,
.page-wallpaper.page-bright .content-band h2,
.page-wallpaper.page-bright .content-band h3,
.page-wallpaper.page-bright .content-band h4,
.page-wallpaper.page-bright .content-band h5,
.page-wallpaper.page-bright .content-band h6,
.page-wallpaper.page-bright .content-band p,
.page-wallpaper.page-bright .content-band li,
.page-wallpaper.page-bright .content-band span,
.page-wallpaper.page-bright .content-band strong,
.page-wallpaper.page-bright .content-band .small,
.page-wallpaper.page-bright .content-band .text-secondary,
.page-wallpaper.page-bright .content-band .text-muted,
.page-wallpaper.page-bright .content-band .compare-table th,
.page-wallpaper.page-bright .content-band .compare-table td {
  color: rgba(248, 250, 252, 0.95) !important;
}

.page-wallpaper.page-bright .content-band .feature-list li,
.page-wallpaper.page-bright .content-band .card-soft .text-secondary,
.page-wallpaper.page-bright .content-band .service-card .text-secondary,
.page-wallpaper.page-bright .content-band .compare-table .text-secondary,
.page-wallpaper.page-bright .content-band .card-soft .small,
.page-wallpaper.page-bright .content-band .service-card .small,
.page-wallpaper.page-bright .content-band .compare-table .small {
  color: rgba(226, 232, 240, 0.9) !important;
}

.page-wallpaper.page-bright .content-band .badge-pill,
.page-wallpaper.page-bright .content-band .bg-light.text-secondary,
.page-wallpaper.page-bright .content-band .badge.bg-light,
.page-wallpaper.page-bright .content-band .section-label {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: rgba(248, 250, 252, 0.95) !important;
}

.page-wallpaper.page-bright .content-band .compare-table,
.page-wallpaper.page-bright .content-band .compare-table .table,
.page-wallpaper.page-bright .content-band .compare-table th,
.page-wallpaper.page-bright .content-band .compare-table td {
  background: transparent !important;
  --bs-table-bg: transparent;
  --bs-table-color: rgba(248, 250, 252, 0.95);
  --bs-table-striped-bg: transparent;
  --bs-table-striped-color: rgba(248, 250, 252, 0.95);
  --bs-table-active-bg: transparent;
  --bs-table-active-color: rgba(248, 250, 252, 0.95);
  --bs-table-hover-bg: transparent;
  --bs-table-hover-color: rgba(248, 250, 252, 0.95);
}

.page-wallpaper.page-bright .content-band .compare-table {
  background: rgba(255, 255, 255, 0.06) !important;
}

.page-wallpaper.page-bright .content-band .compare-table::before {
  background: transparent !important;
}

.page-bright .content-band .compare-table,
.page-bright .content-band .compare-table .table,
.page-bright .content-band .compare-table thead,
.page-bright .content-band .compare-table tbody,
.page-bright .content-band .compare-table tr,
.page-bright .content-band .compare-table th,
.page-bright .content-band .compare-table td {
  background: transparent !important;
  --bs-table-bg: transparent;
  --bs-table-color: rgba(248, 250, 252, 0.95);
  --bs-table-striped-bg: transparent;
  --bs-table-striped-color: rgba(248, 250, 252, 0.95);
  --bs-table-active-bg: transparent;
  --bs-table-active-color: rgba(248, 250, 252, 0.95);
  --bs-table-hover-bg: transparent;
  --bs-table-hover-color: rgba(248, 250, 252, 0.95);
}

.page-bright .content-band .compare-table {
  background: rgba(255, 255, 255, 0.06) !important;
}

.page-bright .content-band .compare-table::before {
  background: transparent !important;
}

.page-wallpaper section.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.page-wallpaper section .container.py-4,
.page-wallpaper section .container.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.page-about section.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.page-about section .container.py-4,
.page-about section .container.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.page-about section:last-of-type {
  padding-bottom: 4.5rem !important;
}

.page-about section:last-of-type .container {
  padding-bottom: 2.5rem !important;
}

.page-about .tail-bright {
  padding-top: 1.5rem !important;
}

.page-wallpaper section:last-of-type {
  padding-bottom: 4.5rem !important;
}

.culture-hero {
  background:
    linear-gradient(135deg, rgba(2, 6, 23, 0.68), rgba(8, 53, 91, 0.46)),
    radial-gradient(circle at 16% 18%, rgba(244, 196, 48, 0.12), transparent 30%),
    url("../img/FE76537_C01.jpg") center/cover no-repeat;
}

.page-wallpaper-culture .bg-soft,
.page-wallpaper-culture section.py-5:not(.culture-hero) {
  color: var(--warm-text-strong);
}

.page-wallpaper-culture .reading-block,
.page-wallpaper-culture .card-soft,
.page-wallpaper-culture .compare-table {
  background: rgba(7, 14, 28, 0.34) !important;
  border-radius: 1rem !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 6px 16px rgba(2, 6, 23, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.page-wallpaper-culture .reading-block.p-4,
.page-wallpaper-culture .card-soft.p-4 {
  padding: 1.15rem !important;
}

.page-wallpaper-culture .reading-block.p-lg-5,
.page-wallpaper-culture .card-soft.p-lg-5 {
  padding: 1.4rem !important;
}

.page-wallpaper-culture .compare-table .table th,
.page-wallpaper-culture .compare-table .table td {
  padding: 0.72rem 0.82rem;
  line-height: 1.45;
}

.page-wallpaper-culture .section-title {
  margin-bottom: 0.7rem !important;
}

.page-wallpaper-culture p,
.page-wallpaper-culture .feature-list,
.page-wallpaper-culture .source-list,
.page-wallpaper-culture .section-divider {
  margin-bottom: 0.75rem !important;
}

.page-wallpaper-culture .small.mb-0,
.page-wallpaper-culture p.mb-0,
.page-wallpaper-culture .feature-list.mb-0,
.page-wallpaper-culture .feature-list.mb-3:last-child,
.page-wallpaper-culture .source-list.mb-4:last-child {
  margin-bottom: 0 !important;
}

.page-wallpaper-culture .feature-list li + li,
.page-wallpaper-culture .source-list li + li {
  margin-top: 0.4rem;
}

.page-wallpaper-culture .reading-block::before,
.page-wallpaper-culture .card-soft::before,
.page-wallpaper-culture .compare-table::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01) 36%, rgba(255, 255, 255, 0)),
    radial-gradient(circle at 18% 22%, rgba(244, 196, 48, 0.05), transparent 30%);
}

.page-wallpaper-culture .reading-block .section-label,
.page-wallpaper-culture .reading-block .section-title,
.page-wallpaper-culture .reading-block h1,
.page-wallpaper-culture .reading-block h2,
.page-wallpaper-culture .reading-block h3,
.page-wallpaper-culture .reading-block h4,
.page-wallpaper-culture .reading-block h5,
.page-wallpaper-culture .reading-block h6,
.page-wallpaper-culture .reading-block p,
.page-wallpaper-culture .reading-block li,
.page-wallpaper-culture .reading-block span,
.page-wallpaper-culture .reading-block strong,
.page-wallpaper-culture .reading-block .small,
.page-wallpaper-culture .reading-block .text-secondary,
.page-wallpaper-culture .reading-block .text-muted,
.page-wallpaper-culture .card-soft h1,
.page-wallpaper-culture .card-soft h2,
.page-wallpaper-culture .card-soft h3,
.page-wallpaper-culture .card-soft h4,
.page-wallpaper-culture .card-soft h5,
.page-wallpaper-culture .card-soft h6,
.page-wallpaper-culture .card-soft p,
.page-wallpaper-culture .card-soft li,
.page-wallpaper-culture .card-soft span,
.page-wallpaper-culture .card-soft strong,
.page-wallpaper-culture .card-soft .small,
.page-wallpaper-culture .card-soft .text-secondary,
.page-wallpaper-culture .card-soft .text-muted,
.page-wallpaper-culture .compare-table th,
.page-wallpaper-culture .compare-table td,
.page-wallpaper-culture .compare-table strong,
.page-wallpaper-culture .compare-table .small,
.page-wallpaper-culture .compare-table .text-secondary,
.page-wallpaper-culture .compare-table .text-muted {
  color: rgba(248, 250, 252, 0.95) !important;
}

.page-wallpaper-culture .compare-table,
.page-wallpaper-culture .compare-table .table,
.page-wallpaper-culture .compare-table thead,
.page-wallpaper-culture .compare-table tbody,
.page-wallpaper-culture .compare-table tr,
.page-wallpaper-culture .compare-table th,
.page-wallpaper-culture .compare-table td {
  background: transparent !important;
  --bs-table-bg: transparent;
  --bs-table-color: rgba(248, 250, 252, 0.95);
  --bs-table-striped-bg: transparent;
  --bs-table-striped-color: rgba(248, 250, 252, 0.95);
  --bs-table-active-bg: transparent;
  --bs-table-active-color: rgba(248, 250, 252, 0.95);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.04);
  --bs-table-hover-color: rgba(248, 250, 252, 0.95);
}

.page-wallpaper-culture section.py-5 {
  position: relative;
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
}

.page-wallpaper-culture section.py-5::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
}

.page-wallpaper-culture section.py-5:last-of-type::after,
.page-wallpaper-culture .culture-hero::after {
  content: none;
}

.culture-history .reading-block,
.culture-history .card-soft {
  background: rgba(7, 14, 28, 0.34) !important;
}

.culture-history .reading-block {
  background: rgba(7, 14, 28, 0.3) !important;
}

.culture-history {
  position: relative;
  overflow: hidden;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(3, 7, 18, 0.94), rgba(15, 23, 42, 0.88)),
    url("../img/FE76536_C01.jpg");
  background-position: left top, left top;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.culture-stats {
  position: relative;
  overflow: hidden;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(3, 7, 18, 0.97), rgba(15, 23, 42, 0.93)),
    radial-gradient(circle at 20% 18%, rgba(244, 196, 48, 0.08), transparent 34%),
    url("../img/FE76503_C01.jpg");
  background-position: left top, left top, left top;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.culture-brands {
  position: relative;
  overflow: hidden;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(3, 7, 18, 0.97), rgba(15, 23, 42, 0.93)),
    radial-gradient(circle at 78% 22%, rgba(244, 196, 48, 0.08), transparent 32%),
    url("../img/FE76503_C01.jpg");
  background-position: left top, left top, left top;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
}

.culture-brands .reading-block,
.culture-brands .compare-table {
  background: rgba(7, 14, 28, 0.32) !important;
}

.culture-brands .reading-block {
  background: rgba(7, 14, 28, 0.28) !important;
}

.culture-brands .compare-table {
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 8px 20px rgba(2, 6, 23, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.culture-brands .compare-table thead {
  background: rgba(255, 255, 255, 0.08) !important;
}

.culture-brands .compare-table tbody tr + tr td {
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

.culture-brands .compare-table th:first-child,
.culture-brands .compare-table td:first-child {
  white-space: nowrap;
}

.culture-whites .reading-block,
.culture-whites .card-soft,
.culture-whites .insight-quote {
  background: rgba(7, 14, 28, 0.34) !important;
}

.culture-whites .reading-block,
.culture-whites .insight-quote {
  background: rgba(7, 14, 28, 0.3) !important;
}

.culture-whites {
  position: relative;
  overflow: hidden;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(3, 7, 18, 0.94), rgba(15, 23, 42, 0.88)),
    url("../img/FE76536_C01.jpg");
  background-position: left top, left top;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.culture-advantages {
  position: relative;
  overflow: hidden;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(3, 7, 18, 0.96), rgba(15, 23, 42, 0.92)),
    radial-gradient(circle at 18% 20%, rgba(244, 196, 48, 0.08), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(59, 130, 246, 0.08), transparent 36%),
    url("../img/FE76536_C01.jpg");
  background-position: left top, left top, left top, left top;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto;
}

.culture-advantages .reading-block,
.culture-advantages .compare-table {
  background: rgba(7, 14, 28, 0.34) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 8px 20px rgba(2, 6, 23, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.culture-advantages .reading-block {
  background: rgba(7, 14, 28, 0.3) !important;
}

.culture-advantages .reading-block::before,
.culture-advantages .compare-table::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.culture-advantages .reading-block .section-label,
.culture-advantages .reading-block .section-title,
.culture-advantages .reading-block p,
.culture-advantages .reading-block .text-secondary,
.culture-advantages .reading-block .small,
.culture-advantages .compare-table th,
.culture-advantages .compare-table td,
.culture-advantages .compare-table strong,
.culture-advantages .compare-table .small,
.culture-advantages .compare-table .text-secondary,
.culture-advantages .compare-table .text-muted {
  color: rgba(248, 250, 252, 0.95) !important;
}

.culture-advantages .compare-table,
.culture-advantages .compare-table .table,
.culture-advantages .compare-table thead,
.culture-advantages .compare-table tbody,
.culture-advantages .compare-table tr,
.culture-advantages .compare-table th,
.culture-advantages .compare-table td {
  background: transparent !important;
  --bs-table-bg: transparent;
  --bs-table-color: rgba(248, 250, 252, 0.95);
  --bs-table-striped-bg: transparent;
  --bs-table-striped-color: rgba(248, 250, 252, 0.95);
  --bs-table-active-bg: transparent;
  --bs-table-active-color: rgba(248, 250, 252, 0.95);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.04);
  --bs-table-hover-color: rgba(248, 250, 252, 0.95);
}

.culture-advantages .compare-table thead {
  background: rgba(255, 255, 255, 0.08) !important;
}

.culture-judgement .reading-block,
.culture-judgement .card-soft {
  background: rgba(7, 14, 28, 0.34) !important;
}

.culture-judgement .reading-block,
.culture-judgement .card-soft .source-list {
  background: rgba(7, 14, 28, 0.3) !important;
}

.culture-judgement {
  position: relative;
  overflow: hidden;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(3, 7, 18, 0.94), rgba(15, 23, 42, 0.88)),
    url("../img/FE76503_C01.jpg");
  background-position: left top, left top;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.culture-judgement .reading-block,
.culture-judgement .card-soft {
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 6px 16px rgba(2, 6, 23, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.culture-judgement .reading-block::before,
.culture-judgement .card-soft::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 20% 24%, rgba(244, 196, 48, 0.08), transparent 28%);
}

.culture-judgement .reading-block .section-label,
.culture-judgement .reading-block .section-title,
.culture-judgement .reading-block h1,
.culture-judgement .reading-block h2,
.culture-judgement .reading-block h3,
.culture-judgement .reading-block h4,
.culture-judgement .reading-block h5,
.culture-judgement .reading-block h6,
.culture-judgement .reading-block p,
.culture-judgement .reading-block li,
.culture-judgement .reading-block span,
.culture-judgement .reading-block strong,
.culture-judgement .reading-block .small,
.culture-judgement .reading-block .text-secondary,
.culture-judgement .reading-block .text-muted,
.culture-judgement .card-soft h1,
.culture-judgement .card-soft h2,
.culture-judgement .card-soft h3,
.culture-judgement .card-soft h4,
.culture-judgement .card-soft h5,
.culture-judgement .card-soft h6,
.culture-judgement .card-soft p,
.culture-judgement .card-soft li,
.culture-judgement .card-soft span,
.culture-judgement .card-soft strong,
.culture-judgement .card-soft .small,
.culture-judgement .card-soft .text-secondary,
.culture-judgement .card-soft .text-muted,
.culture-judgement .source-list a {
  color: rgba(248, 250, 252, 0.95) !important;
}

.culture-judgement .source-list a {
  text-decoration-color: rgba(244, 196, 48, 0.55);
}

.culture-judgement .source-list a:hover,
.culture-judgement .source-list a:focus {
  color: #facc15 !important;
}

.culture-metric .display-6 {
  font-size: clamp(2rem, 2.2vw + 1rem, 2.6rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--warm-text-strong);
}

.page-wallpaper-culture .culture-metric .display-6 {
  color: rgba(248, 250, 252, 0.98) !important;
  text-shadow: 0 2px 10px rgba(2, 6, 23, 0.3);
}

.page-wallpaper-culture .culture-metric .small.text-muted {
  color: rgba(248, 250, 252, 0.82) !important;
}

.feature-list-light li,
.feature-list-light strong {
  color: rgba(248, 250, 252, 0.96) !important;
}

.insight-quote {
  border-color: rgba(244, 196, 48, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
}

.insight-quote,
.insight-quote h1,
.insight-quote h2,
.insight-quote h3,
.insight-quote h4,
.insight-quote h5,
.insight-quote h6,
.insight-quote p,
.insight-quote li,
.insight-quote span,
.insight-quote strong,
.insight-quote .small,
.insight-quote .text-secondary,
.insight-quote .text-muted {
  color: var(--warm-text-strong) !important;
}

.source-list {
  padding-left: 1.1rem;
}

.source-list li + li {
  margin-top: 0.55rem;
}

.source-list a {
  color: var(--warm-text-strong);
  text-decoration-color: rgba(138, 75, 56, 0.45);
  text-underline-offset: 0.15em;
}

.source-list a:hover,
.source-list a:focus {
  color: #8a4b38;
}

.page-wallpaper section:last-of-type .container {
  padding-bottom: 2.5rem !important;
}

.page-about .tail-bright .container {
  padding-top: 1rem !important;
}

.page-about .compare-table,
.page-about .compare-table .table,
.page-about .compare-table th,
.page-about .compare-table td {
  background: transparent !important;
  --bs-table-bg: transparent;
  --bs-table-color: rgba(248, 250, 252, 0.95);
  --bs-table-striped-bg: transparent;
  --bs-table-striped-color: rgba(248, 250, 252, 0.95);
  --bs-table-active-bg: transparent;
  --bs-table-active-color: rgba(248, 250, 252, 0.95);
  --bs-table-hover-bg: transparent;
  --bs-table-hover-color: rgba(248, 250, 252, 0.95);
}

.page-about .compare-table {
  background: rgba(255, 255, 255, 0.06) !important;
}

.page-about .compare-table::before {
  background: transparent !important;
}

.page-about .compare-table th,
.page-about .compare-table td {
  color: rgba(248, 250, 252, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.1);
}

.map-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  padding: 1rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.map-label {
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.88);
}

.map-frame {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.05) saturate(0.95) contrast(1.02);
}

.contact-summary {
  max-width: 48rem;
}

.contact-form-card {
  min-height: 20rem;
}

@media (min-width: 992px) {
  .contact-grid {
    align-items: stretch;
  }

  .contact-info-col,
  .contact-form-col {
    display: flex;
    flex-direction: column;
  }

  .contact-info-col .map-card,
  .contact-form-card {
    flex: 1 1 auto;
    min-height: 30rem;
  }

  .contact-info-col .map-frame {
    min-height: 26rem;
  }
}

body #overview .service-card p,
body #overview .service-card li,
body #overview .service-card span,
body #overview .service-card .small,
body #overview .service-card .text-secondary,
body #overview .service-card .text-muted {
  color: rgba(248, 250, 252, 0.96) !important;
}

body #overview .service-card h1,
body #overview .service-card h2,
body #overview .service-card h3,
body #overview .service-card h4,
body #overview .service-card h5,
body #overview .service-card h6 {
  color: rgba(248, 250, 252, 0.96) !important;
}

body #overview .service-card .service-icon {
  color: rgba(248, 250, 252, 0.96) !important;
  background: rgba(255, 255, 255, 0.08);
}

body #overview .service-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

#overview {
  padding-top: 2.25rem !important;
  padding-bottom: 1.5rem !important;
}

#overview .container {
  padding-top: 1rem !important;
  padding-bottom: 0.75rem !important;
}

#overview .section-intro {
  margin-bottom: 1.25rem !important;
}

#contact {
  padding-top: 1.5rem !important;
}

#contact > .container {
  padding-top: 0.75rem !important;
}

#contact .bg-white,
#contact .bg-white p,
#contact .bg-white span,
#contact .bg-white .small,
#contact .bg-white .text-muted,
#contact .bg-white .text-secondary {
  color: rgba(248, 250, 252, 0.9) !important;
}

.lang-dropdown .btn {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.lang-dropdown .btn:hover,
.lang-dropdown .btn:focus,
.lang-dropdown .btn.show {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.lang-dropdown .dropdown-menu {
  min-width: 9rem;
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
  z-index: 2000;
}

.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-dark);
  --bs-btn-hover-border-color: var(--primary-dark);
  --bs-btn-focus-shadow-rgb: 15, 76, 129;
  --bs-btn-color: #f8fafc;
  box-shadow: 0 10px 24px rgba(15, 76, 129, 0.18);
}

.btn-outline-light {
  --bs-btn-color: #f8fafc;
  --bs-btn-border-color: rgba(248, 250, 252, 0.72);
  --bs-btn-hover-color: #0f172a;
  --bs-btn-hover-bg: rgba(248, 250, 252, 0.94);
  --bs-btn-hover-border-color: rgba(248, 250, 252, 0.94);
  --bs-btn-focus-shadow-rgb: 248, 250, 252;
}

.content-band .btn-primary,
.content-band .btn-outline-light,
.content-band .btn-outline-secondary {
  position: relative;
  z-index: 1;
}

.content-band .btn-outline-secondary {
  --bs-btn-color: #16202a;
  --bs-btn-border-color: rgba(22, 32, 42, 0.24);
  --bs-btn-hover-color: #f8fafc;
  --bs-btn-hover-bg: #16202a;
  --bs-btn-hover-border-color: #16202a;
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

@media (max-width: 767.98px) {
  .hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
