.section-pad {
  padding: 106px 0;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 90px;
  background: var(--paper);
}
.hero-glow {
  position: absolute;
  width: 660px;
  height: 660px;
  right: -210px;
  top: -300px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 50%;
}
.hero-glow::after {
  content: "";
  position: absolute;
  inset: 85px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 50%;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 78px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 20px;
  display: flex;
  gap: 11px;
  align-items: center;
  color: var(--blue);
  font:
    11px/1.1 Inter,
    "Noto Sans SC",
    sans-serif;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow-line {
  width: 26px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow.light {
  color: rgba(255, 255, 255, 0.7);
}
.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(42px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: -0.055em;
}
.hero-lead {
  max-width: 570px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 36px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 47px;
  padding: 0 21px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.btn span,
.text-link span,
.card-link span {
  font-family: Inter, sans-serif;
}
.btn-gold {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 9px 20px rgba(212, 175, 55, 0.18);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.3);
}
.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.text-link {
  font-size: 13px;
  color: var(--blue);
  border-bottom: 1px solid rgba(44, 120, 185, 0.35);
  padding-bottom: 3px;
}
.text-link:hover {
  color: var(--navy);
  border-color: var(--gold);
}
.text-link.dark {
  color: var(--navy);
  border-color: rgba(15, 52, 96, 0.24);
}
.hero-proof {
  display: flex;
  gap: 28px;
  margin-top: 48px;
}
.hero-proof > div {
  padding-left: 15px;
  border-left: 1px solid var(--gold);
}
.hero-proof strong {
  display: block;
  color: var(--navy);
  font:
    600 19px/1.1 Inter,
    sans-serif;
}
.hero-proof span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
}
.hero-card-wrap {
  position: relative;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 22px 55px rgba(15, 52, 96, 0.2);
}
.hero-card-top,
.hero-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.64);
  font:
    10px Inter,
    "Noto Sans SC",
    sans-serif;
  letter-spacing: 0.08em;
}
.hero-card-top {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6de0a6;
  margin-right: -auto;
  margin-right: 8px;
  box-shadow: 0 0 0 4px rgba(109, 224, 166, 0.11);
}
.card-code {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.35);
}
.founder-hero-card {
  padding: 31px 30px 28px;
}

.founder-hero-head {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.founder-hero-head img {
  width: 112px;
  height: 150px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(212, 175, 55, 0.7);
  background: var(--white);
}

.founder-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font:
    10px/1 Inter,
    sans-serif;
  letter-spacing: 0.12em;
}

.founder-hero-head h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0;
}

.founder-hero-head h2 small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.45);
  font:
    9px/1 Inter,
    sans-serif;
  letter-spacing: 0.12em;
}

.founder-hero-head strong {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
}

.founder-statement {
  margin: 25px 0 23px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.75;
}

.founder-credentials {
  display: grid;
  gap: 13px;
}

.founder-credentials > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.founder-credentials span {
  color: var(--gold);
  font:
    9px/1 Inter,
    sans-serif;
}

.founder-credentials strong {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.founder-credentials small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
}

.founder-hero-actions {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 27px;
}

.founder-hero-actions .btn {
  min-height: 43px;
  padding: 0 17px;
}

.founder-profile-link {
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 11px;
}
.lead-form {
  display: grid;
  gap: 13px;
}
.lead-form label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 11px;
}
.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  padding: 11px 12px;
  outline: none;
  border-radius: 0;
  transition:
    border 0.2s ease,
    box-shadow 0.2s ease;
}
.lead-form textarea {
  resize: vertical;
  min-height: 74px;
}
.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.14);
}
.form-submit {
  min-height: 44px;
  border: 0;
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.form-submit:hover {
  background: #e3c35a;
  transform: translateY(-1px);
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.form-status {
  min-height: 18px;
  margin: 0;
  color: var(--gold);
  font-size: 11px;
}
.form-status.error {
  color: #ffb5a7;
}
.hero-card-foot {
  padding: 13px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 9px;
}
.metrics-strip {
  background: var(--navy);
  color: var(--white);
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px 0;
}
.metrics-grid > div {
  min-height: 66px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  gap: 14px;
}
.metrics-grid > div:first-child {
  padding-left: 0;
}
.metrics-grid > div:last-child {
  border-right: 0;
}
.metric-number {
  color: var(--gold);
  font:
    500 30px/1 Inter,
    sans-serif;
  letter-spacing: -0.04em;
}
.metric-label {
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  line-height: 1.4;
}

.audience-section {
  background: var(--white);
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.audience-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 31px 32px 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.audience-card::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -72px;
  bottom: -94px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.18;
}
.audience-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.audience-company {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}
.audience-talent {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}
.audience-study {
  color: var(--navy);
  background: var(--light-blue);
  border-color: #c9dce9;
}
.audience-number {
  font:
    10px Inter,
    "Noto Sans SC",
    sans-serif;
  letter-spacing: 0.13em;
  opacity: 0.72;
}
.audience-card h3 {
  max-width: 430px;
  margin: 58px 0 12px;
  font-size: 27px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}
.audience-card p {
  max-width: 470px;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  opacity: 0.73;
}
.audience-link {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
  padding-top: 15px;
  border-top: 1px solid currentColor;
  font-size: 12px;
  opacity: 0.85;
}
.audience-link b {
  font:
    17px Inter,
    sans-serif;
}

.section-heading {
  max-width: 650px;
  margin-bottom: 48px;
}
.section-heading h2,
.about-copy h2,
.faq-grid h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.055em;
}
.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 25px 24px 23px;
  background: var(--white);
  border: 1px solid var(--line);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(212, 175, 55, 0.65);
}
.service-card.featured {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.service-card-study {
  background: var(--light-blue);
  border-color: #c9dce9;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font:
    10px Inter,
    sans-serif;
  letter-spacing: 0.12em;
}
.featured .service-top {
  color: rgba(255, 255, 255, 0.62);
}
.service-tag {
  color: var(--gold);
}
.service-icon {
  margin-top: 47px;
  color: var(--gold);
  font:
    33px/1 Inter,
    sans-serif;
}
.service-card h3 {
  margin: 18px 0 10px;
  color: var(--navy);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.featured h3 {
  color: var(--white);
}
.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.featured p {
  color: rgba(255, 255, 255, 0.68);
}
.service-meta {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 24px;
  color: var(--navy);
  font:
    11px Inter,
    sans-serif;
}
.featured .service-meta {
  color: var(--gold-soft);
}
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  padding-top: 14px;
  color: var(--blue);
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.featured .card-link {
  color: var(--gold);
  border-color: rgba(255, 255, 255, 0.19);
}

.about-section {
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 98px;
  align-items: center;
}
.portrait-wrap {
  position: relative;
  max-width: 380px;
}
.portrait-frame {
  position: relative;
  margin-left: 19px;
  width: calc(100% - 19px);
  aspect-ratio: 0.83;
  background: var(--navy);
  overflow: hidden;
}
.portrait-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 14px;
  border: 1px solid rgba(212, 175, 55, 0.54);
  pointer-events: none;
}
.portrait-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.9);
}
.portrait-caption {
  position: absolute;
  left: 0;
  bottom: 27px;
  width: 190px;
  padding: 14px 16px;
  background: var(--gold);
  color: var(--navy);
}
.portrait-caption span {
  display: block;
  margin-bottom: 8px;
  font:
    9px Inter,
    sans-serif;
  letter-spacing: 0.13em;
}
.portrait-caption strong {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.gold-stamp {
  position: absolute;
  top: 28px;
  right: -37px;
  width: 76px;
  height: 76px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: var(--white);
  font:
    18px/1 Inter,
    sans-serif;
}
.gold-stamp span {
  display: block;
  margin-top: 4px;
  font-size: 7px;
  letter-spacing: 0.18em;
}
.about-copy h2 {
  font-size: 39px;
}
.founder-role {
  margin: 6px 0 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}
.thin {
  font:
    400 12px Inter,
    sans-serif;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.about-lead {
  max-width: 560px;
  margin: 22px 0 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
.tags span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 11px;
}
.timeline {
  padding-left: 18px;
  border-left: 1px solid var(--gold);
}
.timeline-item {
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 16px;
  padding: 0 0 17px;
}
.timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-year {
  color: var(--blue);
  font:
    10px/1.4 Inter,
    sans-serif;
  letter-spacing: 0.04em;
}
.timeline-item strong {
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
}
.timeline-item p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.about-copy > .text-link {
  display: inline-block;
  margin-top: 29px;
}

.bridge-section {
  color: var(--white);
  background: var(--navy-2);
}
.bridge-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 74px;
  align-items: center;
}
.bridge-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3.5vw, 43px);
  line-height: 1.34;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.bridge-copy > p:last-child {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  line-height: 1.9;
}
.bridge-map {
  display: grid;
  grid-template-columns: 1fr 58px 1fr 58px 1fr;
  align-items: stretch;
}
.bridge-node {
  min-height: 178px;
  padding: 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bridge-node.core {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}
.bridge-node > span {
  color: var(--gold);
  font:
    9px Inter,
    sans-serif;
  letter-spacing: 0.13em;
}
.bridge-node.core > span {
  color: rgba(15, 52, 96, 0.62);
}
.bridge-node strong {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.45;
}
.bridge-node small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.6;
}
.bridge-node.core small {
  color: rgba(15, 52, 96, 0.65);
}
.bridge-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.44);
}
.bridge-arrow span {
  font-size: 9px;
}
.bridge-arrow b {
  color: var(--gold);
  font:
    20px Inter,
    sans-serif;
}

.process-section {
  background: var(--light-blue);
}
.centered {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.centered .eyebrow {
  justify-content: center;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(15, 52, 96, 0.14);
  border: 1px solid rgba(15, 52, 96, 0.14);
}
.process-step {
  min-height: 230px;
  padding: 28px 24px;
  background: var(--light-blue);
}
.process-step > span {
  color: var(--gold);
  font:
    22px/1 Inter,
    sans-serif;
}
.process-step h3 {
  margin: 38px 0 8px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 600;
}
.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.row-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: none;
}
.row-heading .text-link {
  margin-bottom: 7px;
}
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.insight-card {
  background: var(--white);
  border: 1px solid var(--line);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.insight-visual {
  height: 190px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 20px;
  color: var(--white);
  overflow: hidden;
}
.insight-visual::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  right: -35px;
  bottom: -70px;
}
.visual-blue {
  background: var(--blue);
}
.visual-gold {
  color: var(--navy);
  background: var(--gold);
}
.visual-ink {
  background: var(--navy-2);
}
.insight-visual span {
  position: relative;
  z-index: 1;
  font:
    10px Inter,
    sans-serif;
  letter-spacing: 0.14em;
}
.insight-visual strong {
  position: relative;
  z-index: 1;
  font:
    500 27px/0.93 Inter,
    sans-serif;
  letter-spacing: -0.06em;
}
.insight-body {
  padding: 19px 20px 21px;
}
.insight-cat {
  color: var(--gold);
  font:
    10px Inter,
    sans-serif;
  letter-spacing: 0.11em;
}
.insight-body h3 {
  min-height: 57px;
  margin: 10px 0 16px;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
}
.insight-body p {
  margin: 0;
  color: var(--muted);
  font:
    10px Inter,
    "Noto Sans SC",
    sans-serif;
}
.insight-body p span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid var(--line);
}

.faq-section {
  background: var(--white);
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 94px;
  align-items: start;
}
.faq-intro {
  max-width: 330px;
  margin: 22px 0 25px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: grid;
  grid-template-columns: 48px 1fr 25px;
  align-items: center;
  gap: 10px;
  padding: 19px 0;
  list-style: none;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  color: var(--gold);
  font:
    11px Inter,
    sans-serif;
}
.faq-list summary strong {
  color: var(--navy);
  font-size: 15px;
  font-weight: 600;
}
.faq-list summary i {
  color: var(--blue);
  font:
    normal 22px/1 Inter,
    sans-serif;
  text-align: right;
  transition: transform 0.2s ease;
}
.faq-list details[open] summary i {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: -2px 25px 20px 58px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.contact-section {
  padding: 96px 0 100px;
  color: var(--white);
  background: var(--navy);
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}
.contact-copy h2 {
  color: var(--white);
  font-size: clamp(34px, 4.5vw, 54px);
}
.contact-copy > p:not(.eyebrow) {
  max-width: 460px;
  margin: 22px 0 33px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
}
.contact-details {
  display: grid;
  gap: 20px;
}
.contact-details a,
.contact-details div {
  display: grid;
  gap: 4px;
  width: fit-content;
}
.contact-details span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  letter-spacing: 0.1em;
}
.contact-details strong {
  color: var(--gold);
  font:
    500 17px Inter,
    "Noto Sans SC",
    sans-serif;
}
.contact-form-card {
  padding: 27px 30px 26px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}
.form-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.form-card-heading span {
  color: var(--gold);
  font:
    10px Inter,
    sans-serif;
  letter-spacing: 0.13em;
}
.form-card-heading strong {
  color: var(--navy);
  font-size: 17px;
  font-weight: 600;
}
.contact-form-card .form-submit {
  margin-top: 3px;
}
.contact-form-card .form-note {
  margin-top: 1px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.58);
  background: var(--navy-2);
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 32px 0;
}
.footer-brand strong {
  color: var(--white);
}
.footer-brand small {
  color: rgba(255, 255, 255, 0.4);
}
.footer-links {
  display: flex;
  gap: 23px;
  font-size: 11px;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-social {
  justify-self: end;
  display: flex;
  gap: 13px;
  font-size: 10px;
}
.footer-social span + span {
  padding-left: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font:
    9px/1.5 Inter,
    "Noto Sans SC",
    sans-serif;
}
.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  gap: 8px;
}

.float-channel {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 132px;
  min-height: 44px;
  padding: 6px 13px 6px 7px;
  color: var(--white);
  box-shadow: 0 10px 25px rgba(15, 52, 96, 0.24);
  font-size: 11px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.float-channel.whatsapp {
  background: #168c62;
}

.float-channel.wechat {
  background: #0a9b47;
}

.float-channel:hover {
  transform: translateY(-3px);
}

.channel-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  font:
    700 10px/1 Inter,
    "Noto Sans SC",
    sans-serif;
}

.contact-toast {
  position: fixed;
  right: 22px;
  bottom: 130px;
  z-index: 32;
  max-width: min(320px, calc(100vw - 40px));
  margin: 0;
  padding: 11px 14px;
  color: var(--white);
  background: var(--navy-2);
  box-shadow: var(--shadow);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.contact-toast.show {
  opacity: 1;
  transform: translateY(0);
}
