.brand-wordmark {
  width: auto;
  min-width: 168px;
  padding: 0 15px 0 10px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
  gap: 8px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: block;
}

.brand-wordmark span {
  white-space: nowrap;
}

.site-footer strong {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.site-footer .brand-mark {
  width: 42px;
  height: 42px;
}

.site-footer b {
  color: #111827;
}

.language-switcher {
  position: fixed !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  z-index: 20;
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.lang-trigger {
  min-width: 72px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #11182724;
  border-radius: 999px;
  background: rgba(237, 237, 237, .88);
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 34px #11182712;
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  gap: 4px;
  min-width: 130px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 60px #1118271a;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease;
}

.language-switcher.open .lang-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lang-option {
  min-height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.lang-option:hover,
.lang-option.is-active {
  background: #111827;
  color: #fff;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.secondary-cta {
  color: #374151;
  border-color: #11182733;
}

.trust-line {
  color: #6b7280 !important;
  max-width: 560px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.page-hero {
  min-height: 66vh;
}

.page-hero .hero-surface {
  min-height: 66vh;
}

.product-card .outline-cta,
.cta-panel .outline-cta {
  align-self: flex-start;
  justify-self: flex-start;
}

.product-card h3 {
  overflow-wrap: anywhere;
}

.faq-row,
.case-row {
  grid-template-columns: 68px minmax(220px, .85fr) minmax(0, 1.25fr);
}

.case-row p strong {
  color: #111827;
}

.cta-panel {
  align-content: start;
  gap: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.site-footer p,
.site-footer small {
  color: #6b7280;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer div:last-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  justify-content: flex-end;
}

.site-footer a {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.site-footer small {
  grid-column: 1 / -1;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric-strip article {
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 0 18px 48px #1118270f;
  display: grid;
  align-content: end;
}

.metric-strip strong {
  font-size: clamp(38px, 6vw, 68px);
  line-height: .9;
  letter-spacing: -.04em;
}

.metric-strip span {
  color: #6b7280;
  font-size: 15px;
  font-weight: 600;
}

.compact-media,
.case-media {
  position: relative;
  min-height: 168px;
  border-radius: 16px;
  overflow: hidden;
  background: #e5e7eb;
}

.compact-media video,
.compact-media img,
.case-media video,
.case-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.proof-card .compact-media {
  border-radius: 0;
  min-height: 150px;
}

.proof-card.is-featured .compact-media {
  min-height: 190px;
}

.case-gallery {
  display: grid;
  gap: 34px;
}

.portfolio-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 20px 56px #11182712;
}

.portfolio-card-media {
  display: block;
  background: #e5e7eb;
}

.portfolio-card .compact-media,
.portfolio-card .portfolio-preview {
  min-height: 214px;
  border-radius: 0;
}

.portfolio-card .compact-media video,
.portfolio-card .compact-media img {
  object-fit: cover;
}

.portfolio-card-copy {
  display: grid;
  gap: 9px;
  padding: 18px;
}

.portfolio-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #3b82f6;
  font-size: 13px;
  font-weight: 800;
}

.portfolio-card-topline strong {
  color: #6b7280;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.portfolio-card h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(26px, 3vw, 42px);
  line-height: .98;
}

.portfolio-card p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.45;
}

.portfolio-card .portfolio-type {
  color: #374151;
  font-weight: 700;
}

.portfolio-card b,
.visit-link {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 800;
}

.visit-link {
  margin-top: 4px;
}

.stayfix-ui-preview {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 18px;
  background: linear-gradient(135deg, #f7fbff, #dde8f2);
}

.stayfix-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-weight: 900;
}

.stayfix-brand::first-letter {
  color: #fff;
}

.stayfix-window {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px #0f172a1a;
}

.stayfix-window h3 {
  margin: 8px 0 4px;
  font-size: 28px;
  line-height: .95;
}

.stayfix-window p {
  color: #64748b;
  margin: 0;
}

.stayfix-urgent {
  display: inline-flex;
  width: max-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 800;
}

.stayfix-ui-preview ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.stayfix-ui-preview li span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 11px;
}

.case-panel {
  display: grid;
  gap: 22px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  box-shadow: 0 22px 60px #11182712;
}

.case-num {
  color: #c9a96e;
  font-size: clamp(48px, 9vw, 96px);
  line-height: .82;
  font-weight: 700;
  letter-spacing: -.06em;
}

.case-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.case-panel-head h2 {
  font-size: clamp(38px, 6vw, 82px);
  max-width: 720px;
}

.case-panel-head p,
.case-copy-block p {
  color: #6b7280;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.6;
}

.case-panel-head strong {
  flex-shrink: 0;
  border: 1px solid #111827;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.case-panel .case-media {
  aspect-ratio: 16 / 8.4;
  min-height: 260px;
}

.case-copy-block {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: start;
}

.case-copy-block h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}

.case-copy-block ul {
  display: grid;
  gap: 10px;
  color: #374151;
  font-size: 17px;
  line-height: 1.55;
}

.case-copy-block li::before,
.plan-card li::before {
  content: "— ";
  color: #c9a96e;
}

.plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.plan-card {
  position: relative;
}

.plan-card .plan-price {
  color: #111827;
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -.04em;
  line-height: 1;
}

.plan-suited {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.45;
  margin: -4px 0 2px;
}

.plan-card.is-recommended {
  border-color: #c9a96e;
  box-shadow: 0 24px 70px rgba(201, 169, 110, .22);
  transform: translateY(-10px);
}

.plan-badge {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #c9a96e;
  color: #111827;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.selector-question,
.selector-result {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 20px 56px #11182710;
}

.selector-question h3 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 34px);
  letter-spacing: -.04em;
}

.selector-question div {
  display: grid;
  gap: 10px;
}

.selector-question button {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #11182718;
  border-radius: 14px;
  background: #fff;
  color: #374151;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.selector-question button:hover,
.selector-question button.is-active {
  border-color: #111827;
  background: #111827;
  color: #fff;
  transform: translateY(-1px);
}

.selector-result {
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-color: rgba(201, 169, 110, .55);
  background: linear-gradient(135deg, #fff, #fbf6eb);
}

.selector-result span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.selector-result strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .9;
  letter-spacing: -.06em;
}

.selector-result p {
  grid-column: 1;
  max-width: 720px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.55;
}

.selector-result .outline-cta {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 56px #11182710;
}

.pricing-comparison {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  color: #111827;
}

.pricing-comparison th,
.pricing-comparison td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 15px;
  line-height: 1.35;
}

.pricing-comparison th {
  background: #f9fafb;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-comparison tr:last-child td {
  border-bottom: 0;
}

.pricing-comparison th:nth-child(3),
.pricing-comparison td:nth-child(3),
.pricing-comparison .popular-cell {
  background: rgba(201, 169, 110, .12);
  font-weight: 800;
}

.stayfix-preview {
  background-image: linear-gradient(105deg, rgba(12, 22, 36, .66), rgba(31, 64, 87, .22) 46%, rgba(91, 141, 179, .3)), url("/assets/kuala-lumpur-skyline.jpg");
}

.auntli-preview {
  background-image: linear-gradient(105deg, rgba(102, 78, 45, .5), rgba(239, 229, 211, .3)), url("/assets/hong-kong-skyline.jpg");
}

@media (max-width: 980px) {
  .faq-row,
  .case-row {
    grid-template-columns: 56px 1fr;
  }

  .faq-row p,
  .case-row p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .brand-wordmark {
    min-width: 48px;
    height: 40px;
    font-size: 11px;
    padding: 0 8px;
  }

  .brand-wordmark span {
    display: none;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .cta-row {
    display: grid;
  }

  .page-hero,
  .page-hero .hero-surface {
    min-height: 78vh;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer div:last-of-type {
    justify-content: flex-start;
  }

  .metric-strip,
  .plan-grid,
  .portfolio-card-grid,
  .pricing-selector {
    grid-template-columns: 1fr;
  }

  .plan-card.is-recommended {
    transform: none;
  }

  .selector-result,
  .selector-result p,
  .selector-result .outline-cta {
    grid-column: auto;
    grid-row: auto;
  }

  .case-panel-head,
  .case-copy-block {
    display: grid;
  }

  .case-panel .case-media {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }

  .case-panel-head strong {
    justify-self: start;
  }
}
