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

.hero-nav .header-cta.start-project-cta {
  background: #dfbd74;
  border: 1px solid #dfbd74;
  color: #111827;
  box-shadow: 0 18px 42px rgba(201, 169, 110, .24);
}

.hero-nav .header-cta.start-project-cta:hover {
  background: #d4aa58;
  border-color: #d4aa58;
  color: #111827;
}

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

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

.stage-node {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-height: 0;
  padding: 0 14px;
  display: grid;
  align-content: center;
  justify-items: center;
  position: relative;
  text-align: center;
}

.stage-node::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #111827;
  border: 3px solid #dfbd74;
  box-shadow: 0 0 0 8px rgba(223, 189, 116, .18);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.stage-node::after {
  content: "";
  width: 1px;
  height: 54px;
  background: rgba(17, 24, 39, .24);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.stage-node:nth-child(odd)::after {
  top: calc(50% + 10px);
}

.stage-node:nth-child(even)::after {
  bottom: calc(50% + 10px);
}

.stage-node span,
.stage-node h3,
.stage-node p {
  max-width: 160px;
  position: relative;
  z-index: 3;
}

.stage-node:nth-child(odd) span,
.stage-node:nth-child(odd) h3,
.stage-node:nth-child(odd) p {
  transform: translateY(96px);
}

.stage-node:nth-child(even) span,
.stage-node:nth-child(even) h3,
.stage-node:nth-child(even) p {
  transform: translateY(-96px);
}

.stage-node h3 {
  font-size: clamp(18px, 1.9vw, 26px);
}

.stage-node p,
.data-support {
  font-size: 15px;
}

.start-project-section {
  background: #070707;
  color: #f8fafc;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 96px);
  margin-top: 0;
  max-width: none;
  padding: clamp(56px, 8vw, 110px) clamp(24px, 5vw, 72px);
}

.start-project-section .page-kicker {
  color: #dfbd74;
}

.start-project-section h2 {
  color: #fff;
  font-size: clamp(58px, 7.8vw, 108px);
  letter-spacing: -.07em;
  line-height: .88;
  margin: 0;
  max-width: 560px;
  text-transform: uppercase;
}

.start-project-section .outline-word {
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  text-stroke: 1.5px #fff;
}

.start-project-section p {
  color: rgba(248, 250, 252, .7);
  font-size: 16px;
  line-height: 1.6;
  max-width: 460px;
}

.start-project-meta {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.start-project-meta span {
  align-items: center;
  color: rgba(248, 250, 252, .78);
  display: flex;
  gap: 12px;
  font-size: 15px;
}

.start-project-meta b {
  align-items: center;
  background: rgba(223, 189, 116, .2);
  border-radius: 999px;
  color: #dfbd74;
  display: inline-flex;
  font-size: 11px;
  height: 28px;
  justify-content: center;
  min-width: 28px;
  padding: 0 8px;
}

.start-project-form {
  align-content: start;
  display: grid;
  gap: 18px;
}

.start-project-form .form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.start-project-form label {
  color: rgba(248, 250, 252, .72);
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.start-project-form input,
.start-project-form select,
.start-project-form textarea {
  background: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  color: #fff;
  font: inherit;
  min-height: 54px;
  padding: 0 16px;
}

.start-project-form textarea {
  min-height: 112px;
  padding: 16px;
  resize: vertical;
}

.start-project-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 4px;
}

.start-project-actions button {
  background: #dfbd74;
  border: 0;
  border-radius: 999px;
  color: #111827;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .08em;
  min-height: 54px;
  padding: 0 34px;
  text-transform: uppercase;
}

.start-project-actions .text-action {
  background: transparent;
  color: rgba(248, 250, 252, .65);
  min-height: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .hero-nav .header-cta.start-project-cta {
    grid-area: cta;
    justify-self: stretch;
  }

  .stage-timeline {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    padding: 14px 0 14px 30px;
  }

  .stage-timeline::before {
    bottom: 0;
    left: 9px;
    right: auto;
    top: 0;
    width: 2px;
    height: auto;
  }

  .stage-node {
    align-content: start;
    justify-items: start;
    padding: 0 0 0 18px;
    text-align: left;
  }

  .stage-node::before {
    left: -21px;
    top: 12px;
    transform: none;
  }

  .stage-node::after {
    display: none;
  }

  .stage-node span,
  .stage-node h3,
  .stage-node p,
  .stage-node:nth-child(odd) span,
  .stage-node:nth-child(odd) h3,
  .stage-node:nth-child(odd) p,
  .stage-node:nth-child(even) span,
  .stage-node:nth-child(even) h3,
  .stage-node:nth-child(even) p {
    max-width: none;
    transform: none;
  }

  .start-project-section {
    grid-template-columns: 1fr;
    padding: 52px 22px;
  }

  .start-project-section h2 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .start-project-form .form-row {
    grid-template-columns: 1fr;
  }
}

.stage-timeline::before {
  background: linear-gradient(90deg, #d2b46f 0%, #1f6f8b 50%, #2f7f62 100%) !important;
  height: 3px !important;
  opacity: 1 !important;
  z-index: 1;
}

.stage-node::before {
  background: #0f172a !important;
  border-color: #d2b46f !important;
  box-shadow: 0 0 0 10px rgba(210, 180, 111, .24) !important;
  z-index: 3;
}

.stage-node::after {
  background: rgba(15, 23, 42, .34) !important;
  z-index: 2;
}

.start-project-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(31, 111, 139, .08), transparent 34%),
    radial-gradient(circle at 12% 80%, rgba(47, 127, 98, .06), transparent 30%),
    #f4f5f4 !important;
  border-top: 1px solid rgba(17, 24, 39, .08);
  color: #111827 !important;
}

.start-project-section .page-kicker {
  color: #1f6f8b !important;
}

.start-project-section h2 {
  color: #111827 !important;
  letter-spacing: -.04em !important;
  text-transform: none !important;
}

.start-project-section .outline-word {
  color: #111827 !important;
  -webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}

.start-project-section p,
.start-project-meta span {
  color: #4b5563 !important;
}

.start-project-meta b {
  background: rgba(31, 111, 139, .1) !important;
  color: #1f6f8b !important;
}

.start-project-form {
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(17, 24, 39, .1);
  padding: clamp(20px, 3vw, 34px);
}

.start-project-form label {
  color: #111827 !important;
}

.start-project-form input,
.start-project-form select,
.start-project-form textarea {
  background: #fff !important;
  border: 1px solid rgba(17, 24, 39, .14) !important;
  color: #111827 !important;
}

.start-project-form input::placeholder,
.start-project-form textarea::placeholder {
  color: #6b7280 !important;
}

.start-project-actions button {
  background: #e5e7eb !important;
  border: 1px solid rgba(17, 24, 39, .12) !important;
  color: #111827 !important;
}

.start-project-actions button[type="submit"] {
  background: #0f2742 !important;
  border-color: #0f2742 !important;
  color: #fff !important;
}

.start-project-actions .text-action {
  background: transparent !important;
  border: 0 !important;
  color: #111827 !important;
}

@media (max-width: 760px) {
  .stage-timeline::before {
    height: auto !important;
    width: 3px !important;
  }

  .start-project-section {
    padding: 42px 20px !important;
  }

  .start-project-section h2 {
    font-size: clamp(38px, 11vw, 58px) !important;
  }

  .start-project-form {
    border-radius: 18px;
    padding: 18px;
  }
}

.aw-editorial-section {
  background: #f4f5f4;
  border-top: 1px solid rgba(17, 24, 39, .1);
  color: #070707;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(76px, 9vw, 128px) clamp(24px, 5vw, 44px);
}

.aw-sec-label {
  align-items: center;
  color: #777;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 14px;
  letter-spacing: .28em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.aw-sec-label::before {
  background: #777;
  content: "";
  display: inline-block;
  height: 1px;
  width: 42px;
}

.aw-big-h {
  color: #070707;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .92;
  margin: 0;
  text-transform: uppercase;
}

.aw-outline {
  color: transparent;
  -webkit-text-stroke: 1.45px #070707;
}

.aw-pain-grid {
  border: 1px solid rgba(7, 7, 7, .14);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 66px;
}

.aw-pain-card {
  background: rgba(255, 255, 255, .42);
  min-height: 180px;
  padding: 44px 42px;
}

.aw-pain-card + .aw-pain-card {
  border-left: 1px solid rgba(7, 7, 7, .1);
}

.aw-dot {
  align-items: center;
  background: #0b0b0b;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  margin-bottom: 26px;
  width: 36px;
}

.aw-card-tag,
.aw-mini-label {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.aw-pain-card p {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin: 18px 0 0;
}

.aw-fix-row {
  border-top: 1px solid rgba(7, 7, 7, .14);
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 70px;
  padding-top: 56px;
}

.aw-fix-row h3 {
  color: #070707;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 950;
  letter-spacing: -.035em;
  line-height: 1.02;
  margin: 20px 0 28px;
  max-width: 520px;
  text-transform: uppercase;
}

.aw-check {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 17px;
  gap: 18px;
  margin: 18px 0;
}

.aw-check::before {
  align-items: center;
  background: #070707;
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 13px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.aw-statement {
  color: #080808;
  font-size: clamp(30px, 4.5vw, 52px);
  letter-spacing: -.04em;
  line-height: 1.12;
  margin: 0;
  max-width: 960px;
}

.aw-statement strong {
  display: block;
  font-weight: 900;
}

.aw-two-cols {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 64px;
}

.aw-two-cols p,
.aw-about-copy p,
.aw-lead,
.aw-quotes-sub {
  color: #5d626b;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.aw-stats-row {
  border-top: 1px solid rgba(7, 7, 7, .12);
  display: flex;
  gap: clamp(42px, 7vw, 96px);
  margin-top: 66px;
  padding-top: 56px;
}

.aw-stats-row strong {
  color: #d0ad68;
  display: block;
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: .85;
}

.aw-stats-row span {
  color: #8a8a8a;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .28em;
  margin-top: 16px;
  text-transform: uppercase;
}

.aw-quotes {
  background: #eeeeec;
}

.aw-quotes-head {
  align-items: end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
}

.aw-rating {
  color: #070707;
  font-weight: 950;
  text-align: right;
}

.aw-rating span {
  display: block;
  font-size: 18px;
  letter-spacing: .16em;
}

.aw-rating strong {
  display: block;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -.06em;
  line-height: .9;
}

.aw-quotes-sub {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .26em;
  margin-top: 44px;
  text-transform: uppercase;
}

.aw-quote-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 56px;
}

.aw-quote-card {
  background: #fff;
  border: 1px solid rgba(7, 7, 7, .1);
  min-height: 260px;
  padding: 44px;
}

.aw-quote-card > span {
  border: 1px solid #070707;
  border-radius: 999px;
  color: #070707;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  padding: 8px 16px;
  text-transform: uppercase;
}

.aw-quote-card blockquote {
  color: #111;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
  margin: 30px 0 34px;
}

.aw-quote-card p {
  margin: 0;
}

.aw-quote-card b,
.aw-quote-card small {
  display: block;
}

.aw-quote-card b {
  color: #111;
  font-size: 15px;
}

.aw-quote-card small {
  color: #7b7b7b;
  font-size: 13px;
  margin-top: 2px;
}

.aw-pricing-teaser .aw-lead {
  margin-top: 28px;
  max-width: 560px;
}

.aw-black-btn {
  align-items: center;
  background: #070707;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-top: 42px;
  min-height: 56px;
  padding: 0 34px;
  text-decoration: none;
  text-transform: uppercase;
}

.aw-about-compact {
  display: grid;
  gap: clamp(48px, 8vw, 110px);
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
}

.aw-about-copy {
  align-self: center;
}

.aw-about-copy p + p {
  margin-top: 26px;
}

.aw-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.aw-chip-row span {
  background: #fff;
  border: 1px solid rgba(7, 7, 7, .1);
  border-radius: 999px;
  color: #070707;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  padding: 12px 18px;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .aw-editorial-section {
    padding: 72px 24px;
  }

  .aw-big-h {
    font-size: clamp(42px, 12vw, 64px);
  }

  .aw-pain-grid,
  .aw-fix-row,
  .aw-two-cols,
  .aw-quote-grid,
  .aw-about-compact {
    grid-template-columns: 1fr;
  }

  .aw-pain-card + .aw-pain-card {
    border-left: 0;
    border-top: 1px solid rgba(7, 7, 7, .1);
  }

  .aw-pain-card,
  .aw-quote-card {
    min-height: 0;
    padding: 30px;
  }

  .aw-fix-row {
    gap: 48px;
  }

  .aw-stats-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }

  .aw-quotes-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .aw-rating {
    text-align: left;
  }
}
