.brand-wordmark {
  width: auto;
  min-width: 198px;
  height: 50px;
  padding: 5px 14px 5px 5px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
  gap: 10px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  background: transparent !important;
  box-shadow: none !important;
}

.brand-wordmark .brand-mark {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 auto;
  display: block;
  object-fit: contain !important;
}

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

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

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

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

.language-switcher {
  position: relative !important;
  top: auto !important;
  right: auto !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;
}

.hero-nav {
  display: grid !important;
  grid-template-columns: auto minmax(0, auto) auto auto;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  padding: 0 !important;
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: auto;
}

.hero-nav > * {
  pointer-events: auto;
}

.nav-pill {
  gap: 24px !important;
  min-height: 50px;
  border: 1px solid #1118271c;
  border-radius: 16px !important;
  background: rgba(237, 237, 237, .82) !important;
  box-shadow: 0 14px 36px #1118270f;
  white-space: nowrap;
}

.header-cta {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d9b879;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 14px 32px #9f7f3c24;
  transition: transform .18s ease, background .18s ease;
}

.header-cta:hover {
  background: #e4c887;
  transform: translateY(-1px);
}

.header-cta.whatsapp-cta {
  gap: 8px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 32px rgba(37, 211, 102, .24);
}

.header-cta.whatsapp-cta:hover {
  background: #1fbd5a;
}

.whatsapp-icon {
  width: 17px;
  height: 17px;
  display: block;
  flex: 0 0 auto;
}

.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;
}

.visual-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  align-items: center;
  gap: clamp(22px, 4vw, 56px);
}

.visual-feature.is-reverse {
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
}

.visual-feature.is-reverse .geo-visual-card {
  order: 2;
}

.visual-feature-copy {
  display: grid;
  gap: 14px;
}

.visual-feature-copy h2 {
  margin: 0;
  max-width: 760px;
}

.visual-feature-copy p {
  max-width: 620px;
  color: #6b7280;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.55;
  margin: 0;
}

.geo-visual-card {
  margin: 0;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 22px 58px #11182714;
}

.geo-visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.insight-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

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

.insight-visual-card img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.insight-visual-card div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.insight-visual-card span {
  color: #3b82f6;
  font-size: 13px;
  font-weight: 800;
}

.insight-visual-card h3,
.insight-visual-card p {
  margin: 0;
}

.insight-visual-card p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.45;
}

.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(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}

.stage-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.stage-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  position: relative;
}

.stage-timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 31px;
  height: 1px;
  background: linear-gradient(90deg, #c9a96e, #60a5fa);
  opacity: .55;
}

.stage-node {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .74);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  min-height: 160px;
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: start;
  position: relative;
  box-shadow: 0 18px 48px #1118270f;
}

.stage-node span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.stage-node h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  font-weight: 600;
}

.stage-node p,
.data-support {
  color: #6b7280;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.data-support {
  margin-top: 16px;
  max-width: 760px;
}

.stage-card strong {
  color: #111827;
  font-size: 15px;
}

.stage-card small {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.45;
}

.plan-card {
  position: relative;
  min-height: 0;
}

.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;
}

.plan-details {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.plan-details summary {
  cursor: pointer;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.plan-details summary::-webkit-details-marker {
  display: none;
}

.plan-details summary::after {
  content: "+";
  margin-left: 8px;
  color: #c9a96e;
}

.plan-details[open] summary::after {
  content: "−";
}

.diagnosis-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .10);
  padding: 22px;
  display: grid;
  gap: 18px;
}

.diagnosis-card p {
  color: #374151;
  margin: 0;
  font-size: 20px;
  line-height: 1.55;
}

.diagnosis-visual {
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(17,24,39,.92), rgba(17,24,39,.76)),
    radial-gradient(circle at 84% 10%, rgba(201,169,110,.38), transparent 34%);
  padding: 18px;
  display: grid;
  gap: 10px;
}

.diagnosis-visual span {
  color: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
}

.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) {
  .hero-nav {
    width: calc(100% - 24px);
    grid-template-columns: auto auto auto auto;
    justify-content: flex-start !important;
    overflow: visible;
    padding: 12px 0 4px !important;
  }

  .hero-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-pill {
    gap: 18px !important;
    padding-inline: 18px !important;
    max-width: min(54vw, 520px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-pill::-webkit-scrollbar {
    display: none;
  }

  .faq-row,
  .case-row {
    grid-template-columns: 56px 1fr;
  }

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

  .visual-feature,
  .visual-feature.is-reverse,
  .insight-visual-grid {
    grid-template-columns: 1fr;
  }

  .visual-feature.is-reverse .geo-visual-card {
    order: 0;
  }
}

@media (max-width: 680px) {
  .hero-nav {
    padding-top: 10px !important;
  }

  .brand-wordmark {
    width: auto;
    min-width: 168px;
    height: 46px;
    font-size: 12px;
    padding: 4px 10px 4px 4px;
  }

  .brand-wordmark span {
    display: inline-block;
  }

  .brand-wordmark .brand-mark {
    width: 38px !important;
    height: 38px !important;
  }

  .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,
  .insight-visual-grid {
    grid-template-columns: 1fr;
  }

  .geo-visual-card {
    min-height: 220px;
    border-radius: 18px;
  }

  .insight-visual-card img {
    height: 190px;
  }

  .stage-timeline {
    grid-template-columns: 1fr;
  }

  .stage-timeline::before {
    left: 28px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 1px;
    height: auto;
  }

  .stage-node {
    min-height: 132px;
    padding-left: 54px;
  }

  .diagnosis-card p {
    font-size: 17px;
  }

  .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;
  }
}
