/* The Work App homepage — clean field-ops marketing layout */

:root {
  --hp-navy: #5c4033;
  --hp-navy-mid: #7c5c3f;
  --hp-ink: #27272a;
  --hp-muted: #52525b;
  --hp-line: #e8dfd0;
  --hp-white: #ffffff;
  --hp-page: #ffffff;
  --hp-tint: #faf7f3;
  --hp-blue: #7c5c3f;
  --hp-blue-soft: #e8dfd0;
  --hp-mint: #f0e8dc;
  --hp-peach: #f6eee4;
  --hp-lime: #efe6d4;
  --hp-sky: #f3eee6;
  --hp-green: #6b8f5e;
  --hp-amber: #c9b896;
  --hp-rose: #c45b5b;
  --hp-gold: #c9b896;
  --hp-radius: 22px;
  --hp-radius-sm: 16px;
  --hp-shadow: 0 10px 30px rgba(92, 64, 51, 0.08);
  --hp-shadow-lg: 0 28px 70px rgba(92, 64, 51, 0.14);
}

.twa-hp {
  background: var(--hp-page);
  color: var(--hp-ink);
}

.twa-hp a { color: var(--hp-blue); }
.twa-hp a:hover { color: var(--hp-navy); }

.hp-header.twa-site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  backdrop-filter: blur(18px);
}

.hp-header.twa-site-header.is-compact {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 28px rgba(92, 64, 51, 0.06);
}

.hp-header .navbar {
  padding: 0.85rem 0 !important;
}

.hp-header-inner {
  display: flex;
  align-items: center;
}

.hp-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none !important;
}

.hp-brand-mark { height: 32px; width: auto; }
.hp-brand-name {
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--hp-navy);
  letter-spacing: -0.03em;
}

.hp-nav .nav-link {
  color: var(--hp-navy) !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.45rem 0.7rem !important;
}

.hp-login-link {
  font-weight: 700 !important;
  opacity: 0.72;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hp-btn:hover { transform: translateY(-1px); }

.hp-btn-primary {
  background: linear-gradient(135deg, var(--hp-gold) 0%, #d4c4a8 100%);
  color: var(--hp-navy) !important;
  box-shadow: 0 10px 22px rgba(92, 64, 51, 0.18);
}

.hp-btn-primary:hover {
  background: #b8a078;
  color: var(--hp-navy) !important;
}

.hp-btn-ghost {
  background: transparent;
  color: var(--hp-navy) !important;
  border: 1px solid var(--hp-line);
}

.hp-btn-text {
  background: transparent;
  color: var(--hp-navy) !important;
  min-height: 48px;
  padding: 0.7rem 0.2rem;
  box-shadow: none;
  font-weight: 800;
}

.hp-btn-text::after { content: " →"; }

.hp-btn-light {
  background: #fff;
  color: var(--hp-navy) !important;
}

.hp-btn-ghost-light {
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff !important;
}

.hp-nav-cta {
  min-height: 42px;
  padding: 0.4rem 1.05rem;
  font-size: 0.9rem;
}

.hp-menu-toggle {
  border: 0;
  background: transparent;
}

.hp-menu-bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 22px;
}

.hp-menu-bars span {
  display: block;
  height: 2px;
  background: var(--hp-navy);
  border-radius: 2px;
}

.hp-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-blue);
  margin-bottom: 0.85rem;
}

.hp-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hp-blue);
  margin-bottom: 0.85rem;
}

.hp-kicker {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hp-muted);
  margin-bottom: 1rem;
}

.hp-lead {
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--hp-muted);
  max-width: 36rem;
}

.hp-section {
  padding: clamp(3.2rem, 7vw, 5.5rem) 0;
}

.hp-section-head {
  max-width: 760px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.hp-section-head h2,
.hp-hero h1,
.hp-proof-copy h2,
.hp-final h2 {
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: var(--hp-navy);
}

.hp-hero h1 {
  font-size: clamp(2.15rem, 5.2vw, 4.6rem);
  margin: 0 0 1.05rem;
}

.hp-section-head h2,
.hp-proof-copy h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.85rem);
}

.hp-final h2 { color: #fff; }

.hp-hero {
  padding: clamp(2.2rem, 6vw, 4.8rem) 0 3.2rem;
  overflow: visible;
  background:
    radial-gradient(720px 280px at 88% 8%, rgba(124, 92, 63, 0.08), transparent 60%),
    linear-gradient(180deg, #faf7f3 0%, #fff 72%);
}

.hp-hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1.4rem 1.6rem;
  align-items: center;
}

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

.hp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1.1rem;
  margin: 1.5rem 0 1.25rem;
}

.hp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--hp-muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.hp-hero-trust li::before {
  content: "✓";
  color: var(--hp-green);
  margin-right: 0.4rem;
}

.hp-hero-visual {
  position: relative;
  min-height: 0;
  padding: 0.2rem 0 0.4rem;
}

.hp-hero-stage {
  position: relative;
  width: min(100%, 455px);
  margin-left: auto;
}

.hp-hero-glow {
  position: absolute;
  inset: 8% 6% 12% 10%;
  background:
    radial-gradient(ellipse at 55% 42%, rgba(255, 255, 255, 0.95) 0%, rgba(250, 247, 243, 0.55) 42%, transparent 72%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}

.hp-hero-phone {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(10px 22px 16px rgba(92, 64, 51, 0.16));
  user-select: none;
  pointer-events: none;
}

.hp-hero-floats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp-hero-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(232, 223, 208, 0.9);
  border-radius: 18px;
  padding: 0.72rem 0.95rem 0.72rem 0.72rem;
  box-shadow: 0 16px 36px rgba(92, 64, 51, 0.12);
  min-width: 188px;
  white-space: nowrap;
  animation: hpHeroFloat 4.2s ease-in-out infinite;
}

.hp-hero-float strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--hp-navy);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hp-hero-float small {
  display: block;
  margin-top: 0.12rem;
  color: var(--hp-muted);
  font-size: 0.74rem;
  font-weight: 600;
}

.hp-hero-float-ico {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.hp-hero-float-ico svg {
  width: 16px;
  height: 16px;
}

.hp-hero-float-ico--shift {
  background: #6fbf57;
  color: #fff;
}

.hp-hero-float-ico--done {
  background: #c9b896;
  color: #fff;
}

.hp-hero-float-ico--inspect {
  background: #f3eee6;
  color: #7c5c3f;
}

.hp-hero-float--shift {
  top: 12%;
  left: 2%;
  animation-delay: 0s;
}

.hp-hero-float--done {
  left: 1%;
  bottom: 21%;
  animation-delay: 2.4s;
}

.hp-hero-float--inspect {
  right: 3%;
  top: 41%;
  animation-delay: 1.2s;
}

@keyframes hpHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.hp-ui { padding: 1rem 1.1rem 1.2rem; }
.hp-ui-chrome { display: flex; gap: 6px; margin-bottom: 0.9rem; }
.hp-ui-chrome span {
  width: 8px; height: 8px; border-radius: 50%;
  background: #d7dee8;
}
.hp-ui-head {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}
.hp-ui-head strong { display: block; font-size: 0.98rem; color: var(--hp-navy); }
.hp-ui-head span { font-size: 0.78rem; color: var(--hp-muted); }
.hp-ui-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--hp-navy); color: #fff;
  display: grid; place-items: center;
  font-size: 0.68rem; font-weight: 800;
}
.hp-ui-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}
.hp-ui-kpi {
  background: var(--hp-tint);
  border-radius: 12px;
  padding: 0.55rem 0.4rem;
  text-align: center;
}
.hp-ui-kpi b { display: block; font-size: 1.05rem; color: var(--hp-navy); }
.hp-ui-kpi span { font-size: 0.68rem; color: var(--hp-muted); }
.hp-ui-kpi--green { background: var(--hp-mint); }
.hp-ui-kpi--amber { background: var(--hp-peach); }
.hp-ui-kpi--blue { background: var(--hp-sky); }
.hp-ui-kpi--rose { background: #fdeeee; }
.hp-ui-list { list-style: none; padding: 0; margin: 0; }
.hp-ui-list li {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.55rem 0;
  border-top: 1px solid var(--hp-line);
  font-size: 0.86rem;
}
.hp-ui-list strong { display: block; color: var(--hp-navy); }
.hp-ui-list span { color: var(--hp-muted); font-size: 0.78rem; }
.hp-ui-list em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--hp-green);
}
.hp-ui-dot { width: 8px; height: 8px; border-radius: 50%; }
.hp-ui-dot--green { background: var(--hp-green); }
.hp-ui-dot--amber { background: var(--hp-amber); }
.hp-ui-dot--blue { background: var(--hp-blue); }
.hp-ui-bar {
  width: 42px; height: 5px; background: #e6eef6; border-radius: 99px; overflow: hidden;
}
.hp-ui-bar i {
  display: block; height: 100%; background: var(--hp-amber);
}

.hp-trust { padding: 2.2rem 0 0.8rem; }
.hp-trust-bni {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1.1rem auto 0;
  padding: 0.45rem 0.9rem 0.45rem 0.65rem;
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  text-decoration: none !important;
  color: var(--hp-navy) !important;
  box-shadow: 0 8px 20px rgba(92, 64, 51, 0.05);
}
.hp-trust .container { text-align: center; }
.hp-trust-bni img {
  display: block;
  height: 28px;
  width: auto;
}
.hp-trust-bni span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.hp-logo-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.hp-logo-track {
  display: flex; gap: 1.6rem; width: max-content;
  animation: hp-marquee 42s linear infinite;
  align-items: center;
}
.hp-logo-chip {
  padding: 0.2rem 0;
  border: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #8a97ad;
  background: transparent;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

@keyframes hp-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hp-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.hp-pillar {
  background: var(--hp-sky);
  border: 0;
  border-radius: 28px;
  padding: 1.5rem 1.3rem 1.4rem;
  box-shadow: none;
  min-height: 100%;
}
.hp-pillar--people { background: var(--hp-sky); }
.hp-pillar--time { background: var(--hp-mint); }
.hp-pillar--work { background: var(--hp-peach); }
.hp-pillar--control { background: var(--hp-lime); }
.hp-pillar-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 1.05rem;
  color: #fff;
  font-size: 1.05rem;
}
.hp-pillar--people .hp-pillar-icon { background: #7c5c3f; }
.hp-pillar--time .hp-pillar-icon { background: #5c4033; }
.hp-pillar--work .hp-pillar-icon { background: #a08060; }
.hp-pillar--control .hp-pillar-icon { background: #c9b896; color: #5c4033; }
.hp-pillar h3 {
  font-size: 1.18rem;
  margin: 0 0 0.55rem;
  letter-spacing: -0.03em;
}
.hp-pillar p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hp-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.85rem;
  justify-content: center;
}
.hp-tab {
  font: inherit;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid var(--hp-line);
  background: #fff;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  color: var(--hp-navy);
  cursor: pointer;
}
.hp-tab.is-active {
  background: var(--hp-navy);
  color: #fff;
  border-color: var(--hp-navy);
}
.hp-tab-panel { display: none; }
.hp-tab-panel.is-active {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}
.hp-tab-visual {
  background: #faf7f3;
  border: 1px solid var(--hp-line);
  border-radius: 22px;
  box-shadow: var(--hp-shadow);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-tab-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.hp-tab-copy h3 {
  font-size: clamp(1.7rem, 2.5vw, 2.15rem);
  margin: 0 0 0.7rem;
  letter-spacing: -0.035em;
  color: var(--hp-navy);
  line-height: 1.15;
}
.hp-tab-copy p {
  color: var(--hp-muted);
  margin-bottom: 1rem;
  font-size: 1.08rem;
  line-height: 1.65;
}
.hp-tab-copy ul { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.hp-tab-copy li {
  padding: 0.4rem 0;
  color: var(--hp-navy);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
}
.hp-tab-copy li::before {
  content: "· ";
  color: var(--hp-navy);
  font-weight: 800;
}
.hp-text-link {
  display: inline-flex;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--hp-navy) !important;
}
.hp-text-link::after { content: " →"; }

.hp-ui-rows {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hp-ui-rows li {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 0.7rem;
  align-items: center;
  padding: 0.62rem 0;
  border-top: 1px solid var(--hp-line);
  font-size: 0.86rem;
}
.hp-ui-rows strong { display: block; color: var(--hp-navy); }
.hp-ui-rows span { color: var(--hp-muted); font-size: 0.78rem; }
.hp-ui-avatar {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--hp-blue-soft);
  color: var(--hp-navy);
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
}
.hp-ui-status {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}
.hp-ui-status--green { color: var(--hp-green); }
.hp-ui-status--amber { color: #c48a3a; }
.hp-ui-status--rose { color: var(--hp-rose); }
.hp-ui-status--blue { color: var(--hp-navy-mid); }
.hp-ui-status--muted { color: var(--hp-muted); }
.hp-ui-chiprow {
  display: flex;
  gap: 0.4rem;
  margin: 0.4rem 0 0.7rem;
}
.hp-ui-chiprow span {
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: var(--hp-tint);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--hp-navy);
}

.hp-industries {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}
@media (min-width: 768px) {
  .hp-industries {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
  }
}
.hp-industry {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  align-items: center;
  gap: 0.95rem;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
  background: #fff;
  border: 1px solid rgba(92, 64, 51, 0.1);
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(92, 64, 51, 0.04);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
a.hp-industry {
  cursor: pointer;
  color: inherit;
}
.twa-hp a.hp-industry,
.twa-hp a.hp-industry:hover {
  color: inherit;
  text-decoration: none;
}
a.hp-industry:hover {
  border-color: rgba(92, 64, 51, 0.22);
  box-shadow: 0 10px 24px rgba(92, 64, 51, 0.1);
  transform: translateY(-1px);
}
.hp-industry-thumb {
  display: block;
  width: 5.5rem;
  height: 4.1rem;
  border-radius: 11px;
  overflow: hidden;
  background: var(--hp-tint);
  border: 1px solid rgba(92, 64, 51, 0.08);
}
.hp-industry-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hp-industry-body h3 {
  font-size: 1.02rem;
  margin: 0 0 0.22rem;
  color: var(--hp-navy);
  line-height: 1.3;
}
.hp-industry-body p {
  color: var(--hp-muted);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.45;
}

.hp-proof {
  padding: clamp(2.4rem, 6vw, 4.8rem) 0 0.4rem;
}
.hp-proof-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem 4rem;
  align-items: center;
  margin-bottom: 2.4rem;
}
.hp-proof-photo {
  position: relative;
  padding-right: 3.4rem;
}
.hp-proof-photo img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: 28% 18%;
  border-radius: 28px;
  display: block;
}
.hp-proof-float {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 236px;
}
.hp-proof-float li {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 0.82rem 0.95rem;
  margin-bottom: 0.7rem;
  box-shadow: 0 16px 40px rgba(92, 64, 51, 0.14);
}
.hp-proof-float li:last-child { margin-bottom: 0; }
.hp-proof-ico {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}
.hp-proof-ico--green { background: #e8dfd0; color: #5c4033; }
.hp-proof-ico--blue { background: #f3eee6; color: #7c5c3f; }
.hp-proof-float strong { display: block; font-size: 0.92rem; color: var(--hp-navy); line-height: 1.2; }
.hp-proof-float span { color: var(--hp-muted); font-size: 0.8rem; }
.hp-proof-copy .hp-btn-primary::after { content: " →"; }
.hp-proof-copy .hp-lead { margin-bottom: 1.4rem; }

.hp-results {
  background: var(--hp-navy);
  color: #fff;
  border-radius: 28px;
  padding: 1.85rem 1rem;
  margin: 0 0 0.6rem;
}
.hp-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.hp-results-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 0.7rem;
  font-size: 1.1rem;
}
.hp-results-ico--green {
  background: rgba(201, 184, 150, 0.22);
  color: #e8dfd0;
}
.hp-results-ico--blue {
  background: rgba(201, 184, 150, 0.18);
  color: #c9b896;
}
.hp-results-item strong {
  display: block;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  letter-spacing: -0.045em;
  font-weight: 800;
  line-height: 1.15;
}
.hp-results-item span {
  display: block;
  margin-top: 0.2rem;
  opacity: 0.72;
  font-size: 0.92rem;
}

.hp-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hp-flow-step {
  background: var(--hp-tint);
  border-radius: 24px;
  padding: 1.4rem 1.2rem;
}
.hp-flow-num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--hp-navy);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.hp-flow-step h3 { font-size: 1.15rem; margin-bottom: 0.7rem; }
.hp-flow-step ul { list-style: none; padding: 0; margin: 0; }
.hp-flow-step li { color: var(--hp-muted); padding: 0.12rem 0; font-size: 0.92rem; }

.hp-stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.hp-story {
  background: var(--hp-tint);
  border: 0;
  border-radius: 24px;
  padding: 1.5rem;
}
.hp-story h3 { font-size: 1.12rem; margin-bottom: 0.7rem; }
.hp-story p { color: var(--hp-muted); }
.hp-story-meta { margin-top: 1.1rem; }
.hp-story-meta strong { display: block; color: var(--hp-navy); }

.hp-awards {
  padding: clamp(2.4rem, 5vw, 4rem) 0 0.6rem;
}
.hp-award-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  max-width: 860px;
  margin: 0 auto;
}
.hp-award {
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--hp-shadow);
}
.hp-award-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.7rem 1.15rem;
  background: var(--hp-tint);
  color: var(--hp-muted);
  font-size: 0.85rem;
  font-weight: 600;
  border-bottom: 1px solid var(--hp-line);
}
.hp-award img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.hp-award-body {
  padding: 1.15rem 1.25rem 1.3rem;
}
.hp-award h3 {
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
  color: var(--hp-navy);
}
.hp-award p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--hp-muted);
}

.hp-pricing-wrap {
  padding: 0.5rem 0 3.4rem;
  background: #fff;
}
.hp-pricing-wrap .pricing-section {
  margin: 0 auto !important;
  padding-top: 2.25rem !important;
  max-width: var(--twa-container);
}
.hp-pricing-wrap .pricing-section > .row {
  --bs-gutter-x: 0;
}
.hp-pricing-wrap .pricing-calc {
  position: relative;
  z-index: 1;
}
.hp-pricing-wrap .pricing-headcount-row {
  position: relative;
  z-index: 1;
}
.hp-pricing-wrap h2,
.hp-pricing-wrap .h1 {
  color: var(--hp-navy);
  letter-spacing: -0.04em;
}

.hp-final {
  background: var(--hp-navy);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-radius: 0;
}
.hp-final-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 2rem;
  align-items: center;
}
.hp-final p { color: rgba(255,255,255,0.78); max-width: 36rem; }
.hp-final-quote {
  margin: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 1.4rem;
}
.hp-final-quote p { color: #fff; font-size: 1.05rem; }
.hp-final-quote cite { display: block; margin-top: 0.8rem; opacity: 0.7; font-style: normal; }

.hp-footer {
  background: #f7f9fc;
  color: var(--hp-muted);
  padding: 3.2rem 0 1.4rem;
}
.hp-footer-grid {
  display: grid;
  grid-template-columns: minmax(13rem, 1.35fr) repeat(4, minmax(9.5rem, 1fr));
  gap: 1.8rem 2.2rem;
  align-items: start;
}
.hp-footer-grid > * { min-width: 0; }
.hp-footer h2 {
  color: var(--hp-navy);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.7rem;
}
.hp-footer ul { list-style: none; padding: 0; margin: 0; }
.hp-footer li { margin: 0 0 0.35rem; }
.hp-footer li a {
  display: inline;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}
.hp-footer a { color: var(--hp-muted) !important; }
.hp-footer a:hover { color: var(--hp-navy) !important; }
.hp-footer-tag { font-weight: 700; color: var(--hp-navy); margin: 0.7rem 0 0.3rem; }
.hp-footer-blurb { opacity: 0.85; margin: 0; }
.hp-footer-apps, .hp-footer-langs {
  display: flex; flex-wrap: wrap; gap: 0.7rem;
  margin-top: 0.8rem;
}
.hp-footer-langs {
  margin-top: 0;
  align-items: center;
}
.hp-footer-langs a,
.hp-footer-langs span { white-space: nowrap; }
.hp-footer-langs span { color: var(--hp-navy); font-weight: 800; }
.hp-footer-contact {
  display: grid;
  grid-template-columns: minmax(14rem, 1.3fr) minmax(12rem, 1fr) auto;
  gap: 1.4rem 2.4rem;
  align-items: start;
  margin-top: 2.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--hp-line);
}
.hp-footer-address {
  display: block;
  font-style: normal;
  margin: 0;
  line-height: 1.55;
}
.hp-footer-address span { display: block; }
.hp-footer-address-note { opacity: 0.8; }
.hp-footer-contact-reach p { margin: 0 0 0.35rem; }
.hp-footer-contact-reach p:last-child { margin-bottom: 0; }
.hp-brand--foot {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
.hp-brand--foot .hp-brand-mark {
  height: 32px;
  width: auto;
  max-width: none;
  background: var(--hp-navy);
  border-radius: 12px;
  padding: 7px;
  box-shadow: 0 4px 12px rgba(92, 64, 51, 0.25);
}
.hp-footer .hp-brand--foot .hp-brand-name {
  color: var(--hp-navy) !important;
}
.hp-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem 1.6rem;
  margin-top: 1.6rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--hp-line);
  font-size: 0.85rem;
}
.hp-footer-bottom p { margin: 0; }
.hp-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.25rem;
}
.hp-footer-legal a { white-space: nowrap; }

.hp-contact-page {
  padding: 2.4rem 0 3.6rem;
}
.hp-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem 2.6rem;
  align-items: stretch;
  background: linear-gradient(160deg, #5c4033 0%, #7c5c3f 58%, #6a4b35 100%);
  color: #fff;
  border-radius: 28px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  box-shadow: 0 24px 50px rgba(92, 64, 51, 0.18);
}
.hp-contact-copy h2 {
  color: #fff;
  margin: 0 0 0.7rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.hp-contact-copy .hp-eyebrow,
.hp-contact-copy .hp-lead {
  color: rgba(255, 255, 255, 0.82);
}
.hp-contact-place {
  display: inline-block;
  margin: 1.1rem 0 0.35rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hp-contact-address {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 26rem;
}
.hp-contact-board {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}
.hp-contact-tile {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff !important;
  text-decoration: none !important;
}
a.hp-contact-tile:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
}
.hp-contact-ico {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: #f1df94;
}
.hp-contact-tile small {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}
.hp-contact-tile strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
}
.hp-contact-tile strong a {
  color: #fff !important;
  text-decoration: none !important;
}
.hp-contact-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.45rem;
}
.hp-contact-ctas .hp-btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
}
.hp-contact-ctas .hp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.hp-header .nav-top-margin { margin-top: 0 !important; }
.hp-header .navbar-collapse { visibility: visible; }
.hp-header .dropdown-menu {
  border: 1px solid var(--hp-line);
  border-radius: 16px;
  box-shadow: var(--hp-shadow);
  padding: 0.45rem;
}
.hp-header .dropdown-item {
  border-radius: 10px;
  font-weight: 600;
  color: var(--hp-navy);
}
.hp-header .dropdown-item:hover {
  background: var(--hp-sky);
  color: var(--hp-navy);
}

.hp-section,
.hp-hero,
.hp-trust,
.hp-awards,
.hp-final,
.hp-proof,
.hp-results,
.hp-pricing-wrap,
#product,
#field,
.hp-hash-anchor,
.bpoint,
.bpoint2 {
  scroll-margin-top: 92px;
}

.hp-hash-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.twa-hp .twa-whatsapp-btn { right: 18px; }

.twa-hp.twa-saas .hp-header.twa-site-header,
.twa-hp.twa-saas .hp-header.twa-site-header.is-compact {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}
.twa-hp.twa-saas .hp-header.twa-site-header.is-compact {
  box-shadow: 0 8px 28px rgba(92, 64, 51, 0.06);
}
.twa-hp.twa-saas .hp-header .navbar a.nav-link,
.twa-hp.twa-saas .hp-header .navbar .nav-link.dropdown-toggle,
.twa-hp.twa-saas .hp-header .navbar-brand,
.twa-hp.twa-saas .hp-header .navbar-brand p {
  color: var(--hp-navy) !important;
}

#industries .hp-section-head {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
#industries .hp-section-head .hp-lead {
  margin: 1rem auto 0;
  text-align: center;
}

#product .hp-section-head {
  max-width: 860px;
  margin-bottom: 2.8rem;
}
#product .hp-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  color: var(--hp-navy-mid);
  margin-bottom: 1rem;
}
#product .hp-section-head h2 {
  font-size: clamp(2.35rem, 4.6vw, 3.55rem);
  line-height: 1.12;
  margin: 0;
}
#product .hp-section-head .hp-lead {
  margin: 1.1rem auto 0;
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  text-align: center;
  max-width: 40rem;
}

@media (max-width: 1200px) {
  .hp-hero-stage { width: min(100%, 400px); }
  .hp-hero-float { min-width: 170px; }
}

@media (max-width: 1100px) {
  .hp-pillars, .hp-flow, .hp-stories { grid-template-columns: 1fr 1fr; }
  .hp-industries { grid-template-columns: 1fr 1fr; }
  .hp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hp-footer-contact { grid-template-columns: 1fr 1fr; }
  .hp-footer-langs { grid-column: 1 / -1; }
}

@media (max-width: 991px) {
  .hp-hero-grid,
  .hp-proof-grid,
  .hp-tab-panel.is-active,
  .hp-final-inner,
  .hp-contact-panel {
    grid-template-columns: 1fr;
  }
  .hp-hero-visual {
    padding: 0.2rem 0 1.4rem;
    min-height: 0;
  }
  .hp-hero-stage {
    margin: 0 auto;
    width: min(100%, 460px);
  }
  .hp-hero-float--shift { top: 8%; left: 0; }
  .hp-hero-float--done { left: 0; bottom: 14%; }
  .hp-hero-float--inspect { right: 0; top: 40%; }
  .hp-proof-photo { padding-right: 0; }
  .hp-proof-photo img { height: 340px; }
  .hp-proof-float {
    right: 12px;
    width: min(230px, 78%);
  }
  .hp-ui-kpis { grid-template-columns: 1fr 1fr; }
  .hp-header .navbar-collapse {
    background: #fff;
    padding: 0.6rem 0 1rem;
  }
  .hp-header .navbar-nav {
    align-items: stretch !important;
  }
}

@media (max-width: 640px) {
  .hp-pillars, .hp-flow, .hp-industries, .hp-stories, .hp-results-grid, .hp-footer-grid, .hp-footer-contact, .hp-award-cards {
    grid-template-columns: 1fr;
  }
  .hp-footer-langs { grid-column: auto; }
  .hp-footer-bottom { align-items: flex-start; }
  .hp-footer-legal a { white-space: normal; }
  .hp-hero h1 { font-size: 2.25rem; }
  .hp-brand-name { display: none; }
  .hp-logo-track { animation-duration: 28s; }
  .hp-hero-stage { width: min(100%, 340px); }
  .hp-hero-float {
    min-width: 0;
    padding: 0.55rem 0.7rem 0.55rem 0.55rem;
    gap: 0.5rem;
  }
  .hp-hero-float strong { font-size: 0.76rem; }
  .hp-hero-float small { font-size: 0.66rem; }
  .hp-hero-float-ico { width: 28px; height: 28px; }
  .hp-hero-float-ico svg { width: 14px; height: 14px; }
  .hp-proof-float {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 280px;
    margin: -2.4rem auto 0;
  }
  .hp-proof-photo img { height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .hp-logo-track,
  .hp-hero-float { animation: none; }
}

.ind-page {
  background: var(--hp-page);
}
.ind-hero {
  position: relative;
  min-height: 28rem;
  display: flex;
  align-items: flex-end;
  padding: 7.5rem 0 3.2rem;
  background: #5c4033 center / cover no-repeat;
  color: #fff;
}
.ind-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 28, 20, 0.28) 0%, rgba(44, 28, 20, 0.82) 100%);
}
.ind-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}
.ind-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0 0 1rem;
  opacity: 0.88;
}
.ind-crumb a {
  color: #fff !important;
  text-decoration: none;
}
.ind-crumb a:hover { text-decoration: underline; }
.ind-hero h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: #fff;
}
.ind-hero-lead {
  font-size: 1.08rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.9);
}
.ind-intro {
  padding-top: 2.4rem;
  padding-bottom: 0.4rem;
}
.ind-intro-text {
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 46rem;
  margin: 0 auto;
  color: var(--hp-ink);
  text-align: center;
}
.ind-ps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 800px) {
  .ind-ps { grid-template-columns: 1fr 1fr; gap: 1.2rem; }
}
.ind-ps-block {
  background: #fff;
  border: 1px solid rgba(92, 64, 51, 0.1);
  border-radius: 18px;
  padding: 1.4rem 1.5rem;
}
.ind-ps-block.is-solution {
  background: var(--hp-tint);
}
.ind-ps-block h3 {
  font-size: 1.05rem;
  margin: 0 0 0.8rem;
  color: var(--hp-navy);
}
.ind-ps-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ind-ps-block li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.2rem;
  color: var(--hp-muted);
  line-height: 1.45;
}
.ind-ps-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--hp-rose);
}
.ind-ps-block.is-solution li::before {
  background: var(--hp-green);
}
.ind-process {
  background: var(--hp-tint);
}
.ind-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.ind-steps li {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1rem;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(92, 64, 51, 0.08);
  border-radius: 16px;
  padding: 1rem 1.2rem;
}
.ind-steps time {
  font-weight: 700;
  color: var(--hp-navy);
  font-size: 0.92rem;
}
.ind-steps h3 {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  color: var(--hp-navy);
}
.ind-steps p {
  margin: 0;
  color: var(--hp-muted);
  line-height: 1.5;
}
.ind-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
@media (min-width: 768px) {
  .ind-features { grid-template-columns: 1fr 1fr; }
}
.ind-feature {
  background: #fff;
  border: 1px solid rgba(92, 64, 51, 0.1);
  border-radius: 16px;
  padding: 1.2rem 1.3rem;
}
.ind-feature h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--hp-navy);
}
.ind-feature p {
  margin: 0;
  color: var(--hp-muted);
  line-height: 1.5;
}
.ind-modules-wrap {
  background: var(--hp-tint);
}
.ind-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
}
.ind-modules span {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(92, 64, 51, 0.12);
  color: var(--hp-navy);
  font-weight: 650;
  font-size: 0.88rem;
}

.hp-faq {
  background: var(--hp-page);
  padding-top: clamp(2.2rem, 5vw, 4rem);
}
.hp-faq .hp-section-head { margin-bottom: 2rem; }
.hp-faq .hp-section-head h1 {
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: var(--hp-navy);
  font-size: clamp(1.9rem, 3.4vw, 2.85rem);
  margin: 0 0 0.85rem;
}
.hp-faq .hp-lead {
  margin-left: auto;
  margin-right: auto;
}
.hp-faq-list {
  max-width: 44rem;
  margin: 0 auto;
}
.hp-faq-item {
  border: 1px solid var(--hp-line);
  border-radius: 16px;
  background: #fff;
  padding: 0 1.35rem;
  margin-bottom: 0.7rem;
  box-shadow: 0 8px 24px rgba(92, 64, 51, 0.04);
}
.hp-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: var(--hp-navy);
  padding: 1.1rem 2.1rem 1.1rem 0;
  position: relative;
  font-size: 1.02rem;
  line-height: 1.35;
}
.hp-faq-item summary::-webkit-details-marker { display: none; }
.hp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--hp-navy);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
}
.hp-faq-item[open] {
  border-color: rgba(92, 64, 51, 0.18);
}
.hp-faq-item[open] summary::after { content: "−"; }
.hp-faq-item p {
  margin: 0 0 1.15rem;
  color: var(--hp-muted);
  line-height: 1.65;
  font-size: 0.98rem;
}
.hp-faq-cta {
  text-align: center;
  margin-top: 2.4rem;
}
.hp-faq-cta p {
  color: var(--hp-muted);
  margin: 0 0 1rem;
}
