/* ===========================================================
   OGRE — PLATFORM PAGE SYSTEM
   The technology & innovation hub. Built on the production
   token set in styles.css. Page-specific components only.
   Sections: Hero · Foundations · Experiences · AI · Continuous
   Innovation · Rapid Deployment · CTA
   =========================================================== */

:root {
  --pf-navy:       #1c1e44;
  --pf-navy-deep:  #0c0d22;
  --pf-purple:     #9D00FF;
  --pf-purple-soft:#C46BFF;
}

/* Local kicker (the global .eyebrow is display:none) ------- */
.pf-kicker {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pf-kicker::before {
  content: '';
  width: 22px; height: 1px;
  background: var(--orange);
}
.pf-kicker--center { justify-content: center; }
.pf-kicker--ai { color: var(--pf-purple-soft); }
.pf-kicker--ai::before { background: var(--pf-purple-soft); }

/* Shared section header (centered) ------------------------- */
.pf-head {
  max-width: 760px;
  margin: 0 auto clamp(48px, 5vw, 72px);
  text-align: center;
}
.pf-head .pf-kicker { margin-bottom: 22px; }
.pf-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text-dark-primary);
  text-wrap: balance;
  margin: 0;
}
.pf-lead {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.65;
  color: var(--text-dark-secondary);
  max-width: 58ch;
  margin: 20px auto 0;
  text-wrap: pretty;
}

/* ===========================================================
   SECTION 1 — HERO
   =========================================================== */
.pf-hero {
  position: relative;
  /* Clean warm-white radial: subtle warm centre bleeding to off-white edges. No colour tint. */
  background: radial-gradient(120% 110% at 50% 28%, #FFFDF9 0%, #FBFAF7 52%, #F6F5F2 100%);
  border-bottom: 1px solid var(--border-muted-light);
  padding-top: clamp(150px, 17vh, 200px);
  padding-bottom: clamp(80px, 9vh, 120px);
  overflow: hidden;
  isolation: isolate;
}
.pf-hero .grid-bg {
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 70% 10%, #000 0%, transparent 76%);
  mask-image: radial-gradient(ellipse 90% 80% at 70% 10%, #000 0%, transparent 76%);
}
.pf-hero > .container { position: relative; z-index: 1; }
/* Colour tints removed — hero rests on a clean warm-white radial only. */
.pf-hero::before,
.pf-hero::after { content: none; }

.pf-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1.18fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}
.pf-hero-copy { max-width: 560px; }
.pf-hero-copy .pf-kicker { margin-bottom: 26px; }
.pf-hero-h1 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 4.4vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: var(--text-dark-primary);
  margin: 0;
  text-wrap: balance;
}
.pf-hero-h1 .accent { color: var(--orange); }
.pf-hero-sub {
  font-size: clamp(16px, 1.3vw, 18.5px);
  line-height: 1.6;
  color: var(--text-dark-secondary);
  max-width: 50ch;
  margin: 26px 0 0;
  text-wrap: pretty;
}
.pf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.pf-hero-actions .btn { white-space: nowrap; }
.pf-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--border-muted-light);
}
.pf-hero-meta-item { display: flex; flex-direction: column; gap: 3px; }
.pf-hero-meta-num {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: var(--text-dark-primary);
  line-height: 1;
}
.pf-hero-meta-num .u { color: inherit; }
.pf-hero-meta-label {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--text-muted-metadata);
}

/* Hero visual stage — browser dashboard + floating cards */
.pf-hero-stage {
  position: relative;
  padding: 30px 26px;
}

/* Browser frame ------------------------------------------- */
.pf-browser {
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04),
              0 8px 20px rgba(0,0,0,0.05),
              0 24px 64px rgba(0,0,0,0.10);
}
.pf-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-muted-light);
}
.pf-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--border-muted-light); }
.pf-dot:nth-child(1) { background: #E96A5C; }
.pf-dot:nth-child(2) { background: #E8B24C; }
.pf-dot:nth-child(3) { background: #4FB477; }
.pf-url {
  margin-left: 12px;
  flex: 1;
  max-width: 280px;
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 7px;
  padding: 6px 12px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px;
  color: var(--text-muted-metadata);
  display: flex;
  align-items: center;
  gap: 7px;
}
.pf-url svg { width: 11px; height: 11px; color: #4FB477; flex-shrink: 0; }

/* Dashboard body inside browser */
.pf-app { display: grid; grid-template-columns: 64px 1fr; min-height: 380px; }
.pf-app-rail {
  background: var(--bg-light);
  border-right: 1px solid var(--border-muted-light);
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.pf-rail-logo {
  width: 30px; height: 30px;
  display: grid; place-items: center;
}
.pf-rail-logo img { width: 100%; height: 100%; display: block; }
.pf-rail-ic {
  width: 34px; height: 34px;
  border-radius: 9px;
  display: grid; place-items: center;
  color: var(--text-muted-metadata);
}
.pf-rail-ic svg { width: 18px; height: 18px; }
.pf-rail-ic.is-active { background: var(--orange-tint); color: var(--orange); }

.pf-app-main { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 16px; }
.pf-app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.pf-app-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--text-dark-primary);
}
.pf-app-tag {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  color: var(--text-muted-metadata);
}
.pf-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.04em;
  color: #137333;
  background: #E6F4EA;
  padding: 5px 10px;
  border-radius: 100px;
}
.pf-pill .live { width: 6px; height: 6px; border-radius: 50%; background: #1Fa463; box-shadow: 0 0 0 0 rgba(31,164,99,0.5); animation: pfPulse 2.4s infinite; }
@keyframes pfPulse { 0% { box-shadow: 0 0 0 0 rgba(31,164,99,0.45); } 70% { box-shadow: 0 0 0 7px rgba(31,164,99,0); } 100% { box-shadow: 0 0 0 0 rgba(31,164,99,0); } }

.pf-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pf-kpi {
  border: 1px solid var(--border-muted-light);
  border-radius: 11px;
  padding: 13px 14px;
  background: var(--bg-light);
  display: flex; flex-direction: column; gap: 8px;
}
.pf-kpi-l { font-family: 'Hanken Grotesk', sans-serif; font-size: 9px; letter-spacing: 0.05em; color: var(--text-muted-metadata); }
.pf-kpi-v {
  font-family: 'Satoshi', sans-serif; font-weight: 900;
  font-size: 22px; line-height: 1; letter-spacing: -0.03em;
  color: var(--text-dark-primary);
}
.pf-kpi-v small { font-size: 12px; color: var(--text-muted-metadata); font-weight: 700; }
.pf-kpi-d { font-family: 'Hanken Grotesk', sans-serif; font-size: 9px; color: var(--orange); }
.pf-kpi-d.up { color: #137333; }

.pf-chart {
  border: 1px solid var(--border-muted-light);
  border-radius: 11px;
  background: var(--bg-light);
  padding: 14px 16px 16px;
}
.pf-chart-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.pf-chart-t { font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 12.5px; color: var(--text-dark-primary); }
.pf-chart-legend { display: flex; gap: 12px; }
.pf-chart-legend span { font-family: 'Hanken Grotesk', sans-serif; font-size: 8.5px; color: var(--text-muted-metadata); display: inline-flex; align-items: center; gap: 5px; }
.pf-chart-legend span::before { content: ''; width: 7px; height: 7px; border-radius: 2px; background: var(--orange); }
.pf-chart-legend span.v::before { background: var(--violet); }
.pf-bars { display: flex; align-items: flex-end; gap: 9px; height: 78px; }
.pf-bars .col { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 3px; }
.pf-bars .seg { border-radius: 3px 3px 0 0; }
.pf-bars .seg.o { background: var(--orange); opacity: 0.9; }
.pf-bars .seg.v { background: var(--violet); opacity: 0.32; border-radius: 0 0 3px 3px; }

/* Floating data cards */
.pf-float {
  position: absolute;
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 13px;
  padding: 13px 15px;
  box-shadow: 0 24px 50px -24px rgba(30,34,41,0.30), 0 8px 18px -12px rgba(30,34,41,0.16);
  z-index: 3;
  animation: pfFloat 6s ease-in-out infinite;
}
@keyframes pfFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.pf-float--a { top: 6px; right: -6px; animation-delay: 0s; }
.pf-float--b { bottom: 28px; left: -14px; animation-delay: 1.6s; }
.pf-float-row { display: flex; align-items: center; gap: 11px; }
.pf-float-ic {
  width: 36px; height: 36px; border-radius: 10px;
  display: grid; place-items: center; flex-shrink: 0;
}
.pf-float-ic svg { width: 18px; height: 18px; }
.pf-float-ic.o { background: var(--orange-tint); color: var(--orange); }
.pf-float-ic.v { background: var(--violet-tint); color: var(--violet); }
.pf-float-l { font-family: 'Hanken Grotesk', sans-serif; font-size: 9px; letter-spacing: 0.04em; color: var(--text-muted-metadata); display: block; margin-bottom: 3px; }
.pf-float-v { font-family: 'Satoshi', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -0.02em; color: var(--text-dark-primary); }
.pf-float-v .s { color: var(--orange); }

@media (max-width: 980px) {
  .pf-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .pf-hero-copy { max-width: 640px; }
  .pf-hero-stage { padding: 20px 10px; max-width: 620px; }
}
@media (max-width: 560px) {
  .pf-hero-actions { flex-direction: column; }
  .pf-hero-actions .btn { width: 100%; }
  .pf-float--a { right: 0; }
  .pf-float--b { left: 0; }
  .pf-app { grid-template-columns: 50px 1fr; }
  .pf-kpis { grid-template-columns: 1fr 1fr; }
}

/* ===========================================================
   SECTION 2 — PLATFORM FOUNDATIONS
   =========================================================== */
.pf-foundations { background: var(--bg-pure-white); padding: clamp(80px, 9vw, 130px) 0; }
.pf-found-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 940px) { .pf-found-grid { grid-template-columns: 1fr; gap: 18px; } }

.pf-found-card {
  position: relative;
  background: var(--bg-light);
  border: 1px solid var(--border-muted-light);
  border-radius: 20px;
  padding: 38px 34px 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s ease, border-color 0.5s ease;
}
.pf-found-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #FF8A5C);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s cubic-bezier(0.16,1,0.3,1);
}
.pf-found-card:hover {
  transform: translateY(-6px);
  border-color: rgba(233,78,27,0.24);
  box-shadow: 0 36px 70px -38px rgba(30,34,41,0.34);
}
.pf-found-card:hover::before { transform: scaleX(1); }
.pf-found-card.is-ai::before { background: linear-gradient(90deg, var(--violet), var(--pf-purple-soft)); }
.pf-found-card.is-ai:hover { border-color: rgba(157,0,255,0.26); }

.pf-found-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.pf-found-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  color: var(--orange);
  transition: var(--transition-fast);
}
.pf-found-icon svg { width: 26px; height: 26px; }
.pf-found-card:hover .pf-found-icon { background: var(--orange); color: #fff; border-color: var(--orange); }
.pf-found-card.is-ai .pf-found-icon { color: var(--violet); }
.pf-found-card.is-ai:hover .pf-found-icon { background: var(--violet); color: #fff; border-color: var(--violet); }
.pf-found-index {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-muted-metadata);
}
.pf-found-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -0.02em;
  color: var(--text-dark-primary);
  margin: 0 0 12px;
}
.pf-found-text {
  font-size: 15px;
  line-height: 1.62;
  color: var(--text-dark-secondary);
  margin: 0 0 26px;
  text-wrap: pretty;
}
.pf-found-specs {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--border-muted-light);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pf-spec {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--text-dark-secondary);
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 100px;
  padding: 6px 12px;
}

/* ===========================================================
   SECTION 3 — MULTIPLE EXPERIENCES
   =========================================================== */
.pf-experiences { background: #FAF5EE; padding: clamp(80px, 9vw, 130px) 0; border-top: 1px solid var(--border-muted-light); }
.pf-exp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 860px) { .pf-exp-grid { grid-template-columns: 1fr; } }

.pf-exp-card {
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s ease, border-color 0.5s ease;
}
.pf-exp-card:hover {
  transform: translateY(-6px);
  border-color: rgba(233,78,27,0.2);
  box-shadow: 0 40px 80px -42px rgba(30,34,41,0.32);
}

/* Mock stage at top of each experience card */
.pf-exp-stage {
  position: relative;
  height: 260px;
  background:
    repeating-linear-gradient(135deg, rgba(30,34,41,0.018) 0 1px, transparent 1px 14px),
    var(--bg-light);
  border-bottom: 1px solid var(--border-muted-light);
  padding: 26px 26px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.pf-exp-badge {
  position: absolute;
  top: 16px; left: 18px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted-metadata);
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 100px;
  padding: 5px 11px;
  white-space: nowrap;
  z-index: 4;
}

/* Mini browser window used inside experience stages */
.pf-mini {
  width: 100%;
  max-width: 420px;
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 12px 12px 0 0;
  border-bottom: none;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.01), 0 24px 50px -30px rgba(30,34,41,0.30);
  overflow: hidden;
  align-self: flex-end;
}
.pf-mini-bar { display: flex; align-items: center; gap: 5px; padding: 9px 12px; background: var(--bg-light); border-bottom: 1px solid var(--border-muted-light); }
.pf-mini-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--border-muted-light); display: block; }
.pf-mini-bar .u {
  margin-left: 8px; flex: 1;
  font-family: 'Hanken Grotesk', sans-serif; font-size: 9px; color: var(--text-muted-metadata);
  background: var(--bg-pure-white); border: 1px solid var(--border-muted-light);
  border-radius: 5px; padding: 3px 8px;
}
.pf-mini-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; }

/* Full-bleed product screenshot: every stage is an identical 16:9 frame */
.pf-exp-stage--shot { display: block; aspect-ratio: 16 / 9; height: auto; padding: 0; overflow: hidden; background: var(--bg-pure-white); }
.pf-stage-shot { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top left; }

/* Mobile applications stage — portrait phone screens, contained on a dark frame */
.pf-exp-stage--mobile { aspect-ratio: 16 / 9; height: auto; padding: 0; overflow: hidden; background: #0A0B14; align-items: stretch; justify-content: center; }
.pf-mobile-shot {
  align-self: stretch;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  margin-bottom: 0;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.35));
}

/* Live vendor / customer dashboard embed, cover-cropped to the 16:9 frame */
.pf-exp-card .pf-exp-stage--shot { flex: 0 0 auto; }
.pf-vendor-shot { position: relative; width: 100%; height: 100%; overflow: hidden; background: #fff; }
.pf-vendor-scale { width: 1900px; transform-origin: top left; will-change: transform; }
.pf-vendor-shot .vd-dash { width: 1900px; }

/* Crossfading screenshot carousel inside a --shot stage */
.pf-shot-carousel { position: relative; width: 100%; background: var(--bg-pure-white); overflow: hidden; }
.pf-shot-carousel .pf-stage-shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}
.pf-shot-carousel .pf-stage-shot.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .pf-shot-carousel .pf-stage-shot { transition: none; }
}

.pf-row { display: flex; align-items: center; gap: 10px; }
.pf-avatar { width: 26px; height: 26px; border-radius: 8px; background: var(--orange-tint); flex-shrink: 0; }
.pf-avatar.v { background: var(--violet-tint); }
.pf-ln { height: 7px; border-radius: 4px; background: var(--bg-subtle-gray); }
.pf-ln.w90 { width: 90%; } .pf-ln.w70 { width: 70%; } .pf-ln.w55 { width: 55%; } .pf-ln.w40 { width: 40%; } .pf-ln.w100 { width: 100%; }
.pf-ln.dark { background: var(--text-dark-primary); opacity: 0.78; }
.pf-ln.accent { background: var(--orange); opacity: 0.85; }
.pf-col { display: flex; flex-direction: column; gap: 6px; flex: 1; min-width: 0; }

.pf-mini-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.pf-mini-kpi { border: 1px solid var(--border-muted-light); border-radius: 8px; padding: 9px 10px; display: flex; flex-direction: column; gap: 6px; }
.pf-mini-kpi b { font-family: 'Satoshi', sans-serif; font-weight: 900; font-size: 16px; letter-spacing: -0.03em; color: var(--text-dark-primary); }
.pf-mini-kpi .pf-ln { width: 70%; }

/* Mini table for vendor portal */
.pf-tbl { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border-muted-light); border-radius: 8px; overflow: hidden; }
.pf-tbl-row { display: grid; grid-template-columns: 1fr 0.7fr 0.5fr; gap: 10px; align-items: center; padding: 9px 11px; border-bottom: 1px solid var(--border-muted-light); }
.pf-tbl-row:last-child { border-bottom: none; }
.pf-tbl-row.head { background: var(--bg-light); }
.pf-tbl-row.head .pf-ln { background: var(--text-muted-metadata); opacity: 0.5; height: 6px; }
.pf-chip { font-family: 'Hanken Grotesk', sans-serif; font-size: 8px; font-weight: 600; padding: 3px 7px; border-radius: 100px; text-align: center; }
.pf-chip.ok { background: #E6F4EA; color: #137333; }
.pf-chip.wait { background: var(--orange-tint); color: var(--orange-strong); }

/* Phone mock for mobile */
.pf-phone {
  width: 178px;
  align-self: flex-end;
  background: #0f1016;
  border-radius: 26px 26px 0 0;
  padding: 9px 9px 0;
  box-shadow: 0 24px 50px -26px rgba(30,34,41,0.42);
}
.pf-phone-screen {
  background: var(--bg-pure-white);
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  padding: 14px 13px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-height: 210px;
}
.pf-phone-top { display: flex; align-items: center; justify-content: space-between; }
.pf-phone-top b { font-family: 'Satoshi', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: -0.02em; color: var(--text-dark-primary); }
.pf-phone-dot { width: 22px; height: 22px; border-radius: 7px; background: var(--orange-tint); }
.pf-task { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid var(--border-muted-light); border-radius: 9px; }
.pf-task .tick { width: 17px; height: 17px; border-radius: 50%; background: #E6F4EA; color: #137333; display: grid; place-items: center; flex-shrink: 0; }
.pf-task .tick svg { width: 9px; height: 9px; }
.pf-task .ring { width: 17px; height: 17px; border-radius: 50%; border: 2px solid var(--orange); flex-shrink: 0; }

.pf-exp-meta { padding: 28px 30px 30px; display: flex; flex-direction: column; gap: 10px; }
.pf-exp-h {
  display: flex; align-items: center; gap: 12px;
}
.pf-exp-num {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px; font-weight: 600;
  color: var(--orange);
}
.pf-exp-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.02em;
  color: var(--text-dark-primary);
  margin: 0;
}
.pf-exp-text { font-size: 14.5px; line-height: 1.6; color: var(--text-dark-secondary); margin: 0; text-wrap: pretty; }

/* ===========================================================
   SECTION 4 — AI-POWERED INNOVATION  (dark navy)
   =========================================================== */
.pf-ai {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 10vw, 140px) 0;
  background:
    radial-gradient(70% 110% at 85% -10%, rgba(157,0,255,0.20) 0%, transparent 52%),
    radial-gradient(64% 100% at 6% 108%, rgba(233,78,27,0.16) 0%, transparent 50%),
    linear-gradient(170deg, var(--pf-navy) 0%, var(--pf-navy-deep) 100%);
  color: #fff;
}
.pf-ai::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1.2px, transparent 1.2px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, #000, transparent 75%);
  z-index: -1;
}
.pf-ai .pf-title { color: #fff; }
.pf-ai .pf-lead { color: rgba(255,255,255,0.74); }

.pf-ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 940px) { .pf-ai-grid { grid-template-columns: 1fr; gap: 18px; } }

.pf-ai-card {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  padding: 32px 30px 30px;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), background 0.5s ease, border-color 0.5s ease;
}
.pf-ai-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.055);
  border-color: rgba(157,0,255,0.4);
}
.pf-ai-ic {
  width: 50px; height: 50px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: rgba(157,0,255,0.14);
  border: 1px solid rgba(157,0,255,0.3);
  color: var(--pf-purple-soft);
  margin-bottom: 24px;
}
.pf-ai-ic svg { width: 24px; height: 24px; }
.pf-ai-flag {
  position: absolute;
  top: 30px; right: 28px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--pf-purple-soft);
  background: rgba(157,0,255,0.12);
  border: 1px solid rgba(157,0,255,0.28);
  padding: 4px 9px 3px;
  border-radius: 100px;
}
.pf-ai-title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
}
.pf-ai-text { font-size: 14.5px; line-height: 1.62; color: rgba(255,255,255,0.72); margin: 0 0 24px; text-wrap: pretty; }

/* tiny visual inside each AI card */
.pf-ai-viz { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; }

/* Agents: flow of steps */
.pf-agent-flow { display: flex; flex-direction: column; gap: 8px; }
.pf-agent-step { display: flex; align-items: center; gap: 10px; font-family: 'Hanken Grotesk', sans-serif; font-size: 10.5px; color: rgba(255,255,255,0.6); }
.pf-agent-step .n { width: 18px; height: 18px; border-radius: 5px; background: rgba(157,0,255,0.16); color: var(--pf-purple-soft); display: grid; place-items: center; font-weight: 600; flex-shrink: 0; }
.pf-agent-step.done { color: rgba(255,255,255,0.85); }
.pf-agent-step.done .n { background: rgba(79,180,119,0.18); color: #6FE0A0; }

/* Copilot chat bubble */
.pf-chat { display: flex; flex-direction: column; gap: 8px; }
.pf-bubble {
  font-size: 11.5px; line-height: 1.4;
  padding: 9px 12px; border-radius: 11px;
  max-width: 86%;
}
.pf-bubble.user { align-self: flex-end; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.85); border-bottom-right-radius: 3px; }
.pf-bubble.bot { align-self: flex-start; background: rgba(157,0,255,0.14); border: 1px solid rgba(157,0,255,0.22); color: #fff; border-bottom-left-radius: 3px; }
.pf-bubble .cur { display: inline-block; width: 6px; height: 12px; background: var(--pf-purple-soft); vertical-align: middle; margin-left: 1px; animation: pfBlink 1s steps(1) infinite; }
@keyframes pfBlink { 50% { opacity: 0; } }

/* Delivery: speed gauge */
.pf-gauge { display: flex; flex-direction: column; gap: 9px; }
.pf-gauge-row { display: flex; align-items: center; gap: 10px; }
.pf-gauge-l { font-family: 'Hanken Grotesk', sans-serif; font-size: 9.5px; color: rgba(255,255,255,0.55); width: 64px; flex-shrink: 0; }
.pf-gauge-track { flex: 1; height: 6px; border-radius: 100px; background: rgba(255,255,255,0.08); overflow: hidden; }
.pf-gauge-fill { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--violet), var(--pf-purple-soft)); }
.pf-gauge-fill.o { background: linear-gradient(90deg, var(--orange), #FF8A5C); }
.pf-gauge-v { font-family: 'Hanken Grotesk', sans-serif; font-size: 9.5px; color: rgba(255,255,255,0.8); width: 38px; text-align: right; flex-shrink: 0; }

/* ===========================================================
   SECTION 5 — CONTINUOUS INNOVATION  (flow)
   =========================================================== */
.pf-continuous { background: var(--bg-pure-white); padding: clamp(80px, 9vw, 130px) 0; }
.pf-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
}
.pf-flow-node {
  border: 1px solid var(--border-muted-light);
  border-radius: 18px;
  padding: 30px 28px;
  background: var(--bg-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s ease, border-color 0.5s ease;
}
.pf-flow-node:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -36px rgba(30,34,41,0.3); border-color: rgba(233,78,27,0.2); }
.pf-flow-sources { display: flex; flex-direction: column; gap: 14px; background: transparent; border: none; padding: 0; }
.pf-source {
  display: flex; align-items: center; gap: 14px;
  border: 1px solid var(--border-muted-light);
  border-radius: 14px;
  padding: 18px 20px;
  background: var(--bg-light);
  transition: var(--transition-fast);
}
.pf-source:hover { border-color: rgba(233,78,27,0.22); background: var(--bg-pure-white); }
.pf-source-ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.pf-source-ic svg { width: 20px; height: 20px; }
.pf-source-ic.ms { background: var(--bg-pure-white); border: 1px solid var(--border-muted-light); color: var(--text-dark-primary); }
.pf-source-ic.og { background: var(--orange-tint); color: var(--orange); }
.pf-source-l { font-family: 'Hanken Grotesk', sans-serif; font-size: 9.5px; letter-spacing: 0.06em; color: var(--text-muted-metadata); display: block; margin-bottom: 3px; }
.pf-source-t { font-family: 'Satoshi', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: -0.015em; color: var(--text-dark-primary); }

.pf-flow-node.is-core {
  background: linear-gradient(165deg, var(--pf-navy) 0%, var(--pf-navy-deep) 100%);
  border-color: transparent;
  text-align: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pf-flow-node.is-core::after {
  content: '';
  position: absolute;
  top: -40%; left: 50%; transform: translateX(-50%);
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(157,0,255,0.4), transparent 70%);
}
.pf-flow-node.is-core .pf-node-ic { position: relative; }
.pf-node-ic {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--pf-purple-soft);
}
.pf-node-ic svg { width: 26px; height: 26px; }
.pf-flow-node.is-core .pf-node-t { color: #fff; }
.pf-node-t { font-family: 'Satoshi', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: -0.02em; color: var(--text-dark-primary); margin: 0; line-height: 1.15; }
.pf-node-d { font-size: 13px; line-height: 1.5; color: var(--text-dark-secondary); margin: 0; }
.pf-flow-node.is-core .pf-node-d { color: rgba(255,255,255,0.72); }

.pf-flow-node.is-out { text-align: center; align-items: center; gap: 12px; }
.pf-flow-node.is-out .pf-node-ic { background: var(--orange-tint); border-color: rgba(233,78,27,0.22); color: var(--orange); }

.pf-flow-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0 6px;
  color: var(--text-muted-metadata);
}
.pf-flow-arrow svg { width: 30px; height: 30px; }
.pf-arrow-line { position: relative; width: 38px; height: 2px; background: var(--border-muted-light); }
.pf-arrow-line::after {
  content: '';
  position: absolute; right: -1px; top: 50%; transform: translateY(-50%) rotate(45deg);
  width: 7px; height: 7px; border-top: 2px solid var(--text-muted-metadata); border-right: 2px solid var(--text-muted-metadata);
}
.pf-arrow-line .dot {
  position: absolute; top: 50%; left: 0; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--orange);
  animation: pfTravel 2.6s linear infinite;
}
@keyframes pfTravel { from { left: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } to { left: 100%; opacity: 0; } }

@media (max-width: 920px) {
  .pf-flow { grid-template-columns: 1fr; gap: 0; }
  .pf-flow-arrow { padding: 14px 0; }
  .pf-arrow-line { width: 2px; height: 34px; }
  .pf-arrow-line::after { right: 50%; top: auto; bottom: -1px; transform: translateX(50%) rotate(135deg); }
  .pf-arrow-line .dot { left: 50%; top: 0; transform: translateX(-50%); animation: pfTravelV 2.6s linear infinite; }
  @keyframes pfTravelV { from { top: 0; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } to { top: 100%; opacity: 0; } }
}

/* ===========================================================
   SECTION 6 — RAPID DEPLOYMENT  (timeline)
   =========================================================== */
.pf-deploy { background: var(--bg-subtle-gray); padding: clamp(80px, 9vw, 130px) 0; border-top: 1px solid var(--border-muted-light); }
.pf-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
}
.pf-step {
  position: relative;
  background: var(--bg-pure-white);
  border: 1px solid var(--border-muted-light);
  border-radius: 18px;
  padding: 28px 24px 26px;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1), box-shadow 0.5s ease, border-color 0.5s ease;
}
.pf-step:hover { transform: translateY(-6px); border-color: rgba(233,78,27,0.24); box-shadow: 0 30px 60px -38px rgba(30,34,41,0.3); }
.pf-step-num {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: var(--bg-light);
  border: 1px solid var(--border-muted-light);
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: var(--text-dark-primary);
  margin-bottom: 22px;
  transition: var(--transition-fast);
}
.pf-step:hover .pf-step-num { background: var(--orange); color: #fff; border-color: var(--orange); }
.pf-step-t {
  font-family: 'Satoshi', sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--text-dark-primary);
  margin: 0 0 9px;
}
.pf-step-d { font-size: 13.5px; line-height: 1.55; color: var(--text-dark-secondary); margin: 0; text-wrap: pretty; }
.pf-step-week {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--orange);
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border-muted-light);
  display: block;
}
/* connector node between steps */
.pf-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 49px; right: -13px;
  width: 26px; height: 1px;
  background: var(--border-muted-light);
  z-index: 1;
}
@media (max-width: 1080px) {
  .pf-timeline { grid-template-columns: repeat(2, 1fr); }
  .pf-step:not(:last-child)::after { display: none; }
  .pf-timeline .pf-step:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .pf-timeline { grid-template-columns: 1fr; }
  .pf-timeline .pf-step:last-child { grid-column: auto; }
}

.pf-deploy-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 48px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--text-muted-metadata);
}
.pf-deploy-foot b { font-family: 'Satoshi', sans-serif; font-weight: 900; font-size: 17px; color: var(--orange); letter-spacing: -0.02em; }

/* ===========================================================
   SECTION 7 — CTA  (dark navy)
   =========================================================== */
.pf-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 11vw, 150px) 0;
  text-align: center;
  background:
    radial-gradient(64% 120% at 90% 0%, rgba(157,0,255,0.22) 0%, transparent 52%),
    radial-gradient(60% 110% at 8% 100%, rgba(233,78,27,0.24) 0%, transparent 52%),
    linear-gradient(160deg, var(--pf-navy) 0%, var(--pf-navy-deep) 100%);
  color: #fff;
}
.pf-cta-inner { max-width: 800px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; align-items: center; }
.pf-cta .pf-kicker { color: var(--orange); margin-bottom: 24px; }
.pf-cta .pf-kicker::before { background: var(--orange); }
.pf-cta-h {
  font-family: 'Satoshi', sans-serif;
  font-weight: 900;
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}
.pf-cta-sub {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
  color: rgba(255,255,255,0.76);
  max-width: 56ch;
  margin: 22px 0 38px;
  text-wrap: pretty;
}
.pf-cta-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.pf-cta-actions .btn { white-space: nowrap; }
.pf-cta .btn-secondary { color: #fff; border-color: rgba(255,255,255,0.28); background: transparent; }
.pf-cta .btn-secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }
@media (max-width: 540px) {
  .pf-cta-actions { width: 100%; flex-direction: column; }
  .pf-cta-actions .btn { width: 100%; }
}

/* Reveal entrance — robust pattern.
   Default = VISIBLE. The hide+animate behaviour is only armed when JS adds
   `html.pf-anim` (done atomically with the IntersectionObserver below), so if
   scripts ever fail to run, content can never be stuck invisible. */
.reveal { opacity: 1; transform: none; }
html.pf-anim .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1);
}
html.pf-anim .reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  html.pf-anim .reveal { opacity: 1; transform: none; transition: none; }
  .pf-float, .pf-pill .live, .pf-bubble .cur, .pf-arrow-line .dot { animation: none !important; }
}

/* ===========================================================
   OGRE LOGISTICS PLANNER — full-width product mockup
   =========================================================== */
.lp-planner {
  position: relative;
  margin-top: clamp(30px, 3vw, 46px);
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  font-family: 'Hanken Grotesk', sans-serif;
  color: #1A1A1A;
}
.lp-badge {
  position: absolute;
  top: 13px; left: 16px;
  z-index: 6;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #5b6270;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 100px;
  padding: 5px 11px;
  white-space: nowrap;
}

/* Dark Dynamics 365 shell */
.lp-shell {
  position: relative;
  display: flex; align-items: center;
  height: 46px; padding: 0 16px;
  background: #fff; border-bottom: 1px solid #EAEAEA;
}
.lp-brand { display: flex; align-items: center; gap: 9px; margin-left: 150px; padding-right: 22px; }
.lp-brand-sq { width: 20px; height: 20px; flex-shrink: 0; background: url('OGRE_Logo.svg') center/contain no-repeat; }
.lp-brand-name { color: #1A1A1A; font-weight: 800; font-size: 15px; letter-spacing: 0.06em; }
.lp-shell-nav { display: flex; gap: 2px; flex: 1; min-width: 0; overflow: hidden; }
.lp-shell-nav span { font-size: 12px; color: #8A8A8A; padding: 6px 11px; border-radius: 6px; white-space: nowrap; }
.lp-shell-nav .active { color: #E8450A; background: #FCEDE7; font-weight: 600; }
.lp-shell-right { display: flex; align-items: center; gap: 16px; padding-left: 14px; }
.lp-shell-ic svg { width: 17px; height: 17px; display: block; color: #9A9A9A; }

/* Toolbar */
.lp-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px; background: #fff; border-bottom: 1px solid #EEE;
}
.lp-tb-left { display: flex; align-items: center; gap: 12px; }
.lp-tb-arrows { display: flex; gap: 2px; }
.lp-tb-arrows span { width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border: 1px solid #E4E4E4; border-radius: 6px; font-size: 16px; color: #666; }
.lp-tb-today { border: 1px solid #E0E0E0; border-radius: 6px; padding: 5px 13px; font-size: 12px; font-weight: 600; color: #444; }
.lp-tb-date { font-size: 15px; font-weight: 700; color: #1A1A1A; }
.lp-tb-right { display: flex; align-items: center; gap: 12px; }
.lp-search { display: flex; align-items: center; gap: 7px; border: 1px solid #E0E0E0; border-radius: 7px; padding: 6px 11px; font-size: 12px; color: #999; white-space: nowrap; }
.lp-search svg { width: 14px; height: 14px; flex-shrink: 0; }
.lp-view { display: flex; border: 1px solid #E0E0E0; border-radius: 7px; overflow: hidden; }
.lp-view span { padding: 5px 14px; font-size: 12px; font-weight: 600; color: #666; }
.lp-view .active { background: #E8450A; color: #fff; }

/* Scheduler */
.lp-sched { background: #fff; }
.lp-time-head { display: grid; grid-template-columns: 140px 1fr; background: #F5F5F5; border-bottom: 1px solid #E8E8E8; }
.lp-th-label { display: flex; align-items: flex-end; padding: 0 14px 7px; font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #999; border-right: 1px solid #E8E8E8; }
.lp-th-cols { display: grid; grid-template-columns: repeat(5, 1fr); }
.lp-hcol { border-left: 1px solid #E8E8E8; padding-top: 7px; }
.lp-hcol:first-child { border-left: none; }
.lp-h { display: block; padding-left: 9px; font-size: 12px; font-weight: 700; color: #555; }
.lp-q { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4px; }
.lp-q i { font-style: normal; font-size: 9px; color: #b3b3b3; padding: 3px 0 4px 9px; border-left: 1px solid #EDEDED; }
.lp-q i:first-child { border-left: none; }

.lp-row { display: grid; grid-template-columns: 140px 1fr; min-height: 80px; border-bottom: 1px solid #EEE; }
.lp-row--tall { min-height: 162px; }
.lp-rlabel { display: flex; align-items: center; padding: 0 14px; font-size: 13px; font-weight: 600; color: #1A1A1A; border-right: 1px solid #EEE; }
.lp-track { position: relative; }
.lp-grid { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5, 1fr); pointer-events: none; }
.lp-grid i { border-left: 1px solid #F1F1F1; }
.lp-grid i:first-child { border-left: none; }
.lp-subline { position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #F1F1F1; }
.lp-avail { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 7px; font-size: 12px; font-style: italic; color: #b5b5b5; }
.lp-avail-dot { width: 7px; height: 7px; border-radius: 50%; background: #22C55E; flex-shrink: 0; }

.lp-job {
  position: absolute; top: 9px; height: 62px;
  background: #FFF1EE; color: #1A1A1A;
  border: 1px solid #FECDBB;
  border-radius: 7px; padding: 9px 16px 7px 11px;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: center; gap: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.lp-job::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }
.lp-job.t-collection::before { background: #3B82F6; }
.lp-job.t-delivery::before { background: #22C55E; }
.lp-job.t-return::before { background: #8B5CF6; }
.lp-row--tall .lp-job { height: 62px; }
.lp-job--top { top: 9px; }
.lp-job--bot { top: 82px; }
.lp-l1 { font-size: 11.5px; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #1A1A1A; }
.lp-l1 b { font-weight: 700; }
.lp-arr { color: #E8450A; font-weight: 700; margin: 0 4px; }
.lp-l2 { display: flex; align-items: center; gap: 5px; overflow: hidden; }
.lp-jid { font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-size: 9.5px; color: #666; white-space: nowrap; }
.lp-hgv { font-size: 8.5px; font-weight: 700; color: #fff; background: #374151; padding: 1px 5px; border-radius: 3px; letter-spacing: 0.03em; }
.lp-l3 { display: flex; align-items: center; gap: 5px; color: #8a8a8a; overflow: hidden; }
.lp-ic { width: 11px; height: 11px; flex-shrink: 0; }
.lp-l3 span { font-size: 9.5px; font-weight: 600; color: #777; white-space: nowrap; }
.lp-reg {
  background: #FFD600; color: #1A1A1A;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 9px; font-weight: 700; letter-spacing: 0.02em;
  padding: 1px 4px; border-radius: 3px; white-space: nowrap;
}
.lp-jdot { position: absolute; top: 9px; right: 8px; width: 9px; height: 9px; border-radius: 50%; border: 1.5px solid #fff; box-sizing: border-box; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); }
.lp-jdot.red { background: #E8450A; }
.lp-jdot.green { background: #22C55E; }

/* table dots sit on white */
.lp-table .lp-jdot { position: static; display: inline-block; border-color: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.06); }

/* Job queue */
.lp-queue { padding: 14px 16px 16px; border-top: 1px solid #EEE; }
.lp-q-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.lp-q-title { font-size: 13px; font-weight: 700; color: #1A1A1A; display: inline-flex; align-items: center; gap: 8px; }
.lp-q-count { font-size: 11px; font-weight: 800; color: #fff; background: #E8450A; border-radius: 100px; padding: 1px 9px; line-height: 1.5; }
.lp-q-tools { display: flex; align-items: center; gap: 10px; }
.lp-show { display: flex; align-items: center; gap: 6px; border: 1px solid #E0E0E0; border-radius: 7px; padding: 6px 11px; font-size: 12px; color: #666; }
.lp-show b { font-weight: 700; color: #1A1A1A; }
.lp-show svg { width: 13px; height: 13px; }
.lp-search--sm { padding: 6px 11px; }
.lp-q-scroll { overflow-x: auto; border: 1px solid #EEE; border-radius: 8px; }
.lp-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.lp-table th { text-align: left; font-size: 9.5px; font-weight: 500; color: #888; text-transform: uppercase; letter-spacing: 0.03em; padding: 8px 9px; border-bottom: 1px solid #E8E8E8; white-space: nowrap; background: #FBFBFB; }
.lp-table th em { font-style: normal; color: #c2c2c2; margin-left: 4px; font-size: 9px; }
.lp-table th em::after { content: '\2195'; }
.lp-table th.c-st em::after { content: ''; }
.lp-typedot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 6px; vertical-align: middle; }
.lp-typedot.blue { background: #3B82F6; }
.lp-typedot.green { background: #22C55E; }
.lp-table td { padding: 8px 9px; border-bottom: 1px solid #F2F2F2; color: #4a4a4a; white-space: nowrap; }
.lp-table tbody tr:nth-child(even) { background: #FAFAFA; }
.lp-table tbody tr:last-child td { border-bottom: none; }
.lp-table .c-st { width: 22px; text-align: center; padding-right: 0; }
.lp-table .c-jid a { color: #E8450A; font-family: ui-monospace, 'SF Mono', Menlo, monospace; font-weight: 700; }
.lp-q-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.lp-entries { font-size: 12px; color: #999; }
.lp-pages { display: flex; align-items: center; gap: 5px; }
.lp-pages .pg { min-width: 28px; height: 28px; padding: 0 7px; display: flex; align-items: center; justify-content: center; border-radius: 6px; font-size: 12px; font-weight: 600; color: #666; }
.lp-pages .pg.active { background: #E8450A; color: #fff; }
.lp-pages .pg.arr { color: #b3b3b3; }

@media (max-width: 760px) {
  .lp-brand { margin-left: 132px; }
  .lp-shell-nav { display: none; }
  .lp-tb-date { font-size: 13px; }
}

/* ===========================================================
   EXPERIENCE CAROUSEL — Planner <-> Claims Workspace
   =========================================================== */
.pf-carousel { margin-top: clamp(30px, 3vw, 46px); font-family: 'Hanken Grotesk', sans-serif; }

/* Browser-style attached tabs — merge flush into the card below */
.pf-car-pills {
  display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end;
  gap: 0; margin-bottom: 0; padding: 0;
  position: relative; /* no z-index: keep tabs in the carousel's stacking context */
  overflow-x: auto; overflow-y: hidden;
  scrollbar-width: none; -ms-overflow-style: none;
}
.pf-car-pills::-webkit-scrollbar { display: none; }
.pf-car-pill {
  flex: 0 0 auto; white-space: nowrap;
  font-family: inherit; cursor: pointer;
  font-size: 13px; font-weight: 500; letter-spacing: 0.005em;
  color: #999; background: #EDE8E0;
  border: 0.5px solid #E0DBD3; border-bottom: none;
  border-radius: 0;
  padding: 9px 17px;
  transition: background 0.18s ease, color 0.18s ease;
  position: relative; z-index: 1;
}
.pf-car-pill:hover { color: #6b6256; background: #E6E0D6; }
.pf-car-pill + .pf-car-pill { margin-left: -0.5px; } /* collapse adjacent borders into a single separating line */
.pf-car-pill:first-child, .pf-car-pill.active:first-child { border-radius: 8px 0 0 0; } /* rounded top-left on first tab, incl. active */
.pf-car-pill:last-child, .pf-car-pill.active:last-child { border-radius: 0 8px 0 0; } /* rounded top-right on last tab, incl. active */
.pf-car-pill.active {
  background: var(--text-dark-secondary); color: #fff; font-weight: 600;
  border-radius: 0;
  border-color: var(--text-dark-secondary); z-index: 3; /* sit above the card so its top border disappears under the tab */
  box-shadow: inset 0 -2px 0 #E8490F; /* thin orange accent at the bottom of the active tab */
}

/* Carousel frame — the card */
.pf-car-frame { position: relative; z-index: 2; margin-top: -1px; /* overlap tab strip by 1px so active tab merges flush */ }
.pf-car-viewport {
  overflow: hidden; background: #fff;
  border: 0.5px solid #E0DBD3; border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: height 0.4s ease;
}
.pf-car-track { display: flex; width: 200%; transition: transform 0.4s ease; }
.pf-car-slide { width: 50%; flex: 0 0 50%; }
.pf-car-slide .lp-planner { margin-top: 0; }

/* Arrows */
.pf-car-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 8;
  width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #E2E2E2; border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10); cursor: pointer;
  color: #1A1A1A; transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.pf-car-arrow:hover { background: #E8450A; border-color: #E8450A; color: #fff; box-shadow: 0 6px 18px rgba(232,69,10,0.30); }
.pf-car-arrow svg { width: 17px; height: 17px; }
.pf-car-arrow--prev { left: -21px; }
.pf-car-arrow--next { right: -21px; }

/* Dots */
.pf-car-dots { display: flex; justify-content: center; gap: 9px; margin-top: 18px; }
.pf-car-dot { width: 9px; height: 9px; border-radius: 50%; background: #D6D6D6; border: none; padding: 0; cursor: pointer; transition: background 0.2s ease, width 0.2s ease, border-radius 0.2s ease; }
.pf-car-dot.active { background: #E8450A; width: 24px; border-radius: 5px; }

@media (max-width: 760px) {
  .pf-car-arrow--prev { left: 6px; }
  .pf-car-arrow--next { right: 6px; }
}

/* ===========================================================
   CLAIMS WORKSPACE — full-width product mockup
   =========================================================== */
.cw-board { font-family: 'Hanken Grotesk', sans-serif; color: #1A1A1A; }

/* Command bar (light) */
.cw-cmd { display: flex; align-items: center; justify-content: space-between; padding: 7px 16px; background: #fff; border-bottom: 1px solid #EEE; }
.cw-cmd-left { display: flex; align-items: center; gap: 4px; }
.cw-cmd-back { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: #888; font-size: 18px; border-radius: 6px; }
.cw-cmd-btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; font-size: 12px; color: #555; border-radius: 6px; white-space: nowrap; cursor: default; }
.cw-cmd-btn:hover { background: #F5F5F5; }
.cw-cmd-btn svg { width: 13px; height: 13px; color: #888; }
.cw-cmd-btn .cw-chev { width: 10px; height: 10px; margin-left: 2px; }
.cw-cmd-sep { width: 1px; height: 18px; background: #EAEAEA; margin: 0 4px; }
.cw-share { display: inline-flex; align-items: center; gap: 6px; padding: 6px 13px; font-size: 12px; font-weight: 600; color: #444; border: 1px solid #E0E0E0; border-radius: 6px; }
.cw-share svg { width: 13px; height: 13px; color: #888; }

/* Page title */
.cw-titlebar { display: flex; align-items: center; gap: 7px; padding: 13px 18px 14px; background: #fff; }
.cw-title { font-size: 21px; font-weight: 800; color: #1A1A1A; letter-spacing: -0.01em; }
.cw-titlebar svg { width: 15px; height: 15px; color: #999; }

/* Three-column grid */
.cw-cols { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,1fr) minmax(0,1fr); align-items: stretch; background: #F4F4F5; gap: 1px; border-top: 1px solid #EEE; }
.cw-panel { display: flex; flex-direction: column; }
.cw-panel { background: #fff; padding: 14px; min-width: 0; }
.cw-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cw-panel-title { font-size: 13.5px; font-weight: 700; color: #1A1A1A; }
.cw-panel-sub { font-size: 11px; color: #8a8a8a; margin: -4px 0 8px; }
.cw-panel-tools { display: flex; align-items: center; gap: 12px; }
.cw-new { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: #444; }
.cw-new svg { width: 13px; height: 13px; color: #666; }
.cw-kebab { display: flex; gap: 2px; }
.cw-kebab i { width: 3px; height: 3px; border-radius: 50%; background: #b0b0b0; }
.cw-panel-ic { display: flex; align-items: center; gap: 12px; color: #9a9a9a; }
.cw-panel-ic svg { width: 15px; height: 15px; }

/* Donut / pie chart */
.cw-chart-wrap { display: flex; flex-direction: column; align-items: center; padding: 8px 0 0; }
.cw-pie-stage { position: relative; width: 300px; height: 300px; }
.cw-pie {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 187px; height: 187px; border-radius: 50%;
  background: conic-gradient(
    #3B82F6 0deg 56.4deg,
    #22C55E 56.4deg 65.8deg,
    #E8450A 65.8deg 251.6deg,
    #65A30D 251.6deg 337deg,
    #8B5CF6 337deg 356.9deg,
    #9CA3AF 356.9deg 357.6deg,
    #D6BCEC 357.6deg 360deg
  );
  box-shadow: 0 2px 10px rgba(0,0,0,0.10);
}
.cw-pie-lbl { position: absolute; font-size: 11px; font-weight: 500; color: #4a4a4a; transform: translateY(-50%); white-space: nowrap; }
.cw-lead-svg { position: absolute; inset: 0; width: 300px; height: 300px; pointer-events: none; overflow: visible; }
.cw-lead-svg polyline { fill: none; stroke-width: 1; stroke-opacity: 0.6; }

/* Legend strip */
.cw-legend { display: flex; align-items: center; gap: 4px; margin-top: 10px; width: 100%; }
.cw-leg-arrow { color: #b0b0b0; font-size: 12px; flex-shrink: 0; padding: 0 2px; }
.cw-leg-items { display: flex; align-items: center; gap: 13px; overflow: hidden; flex: 1; justify-content: center; }
.cw-leg-item { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: #555; white-space: nowrap; }
.cw-leg-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

/* Claims tables */
.cw-filter { display: flex; align-items: center; gap: 7px; border: 1px solid #E2E2E2; border-radius: 6px; padding: 6px 10px; font-size: 12px; color: #9a9a9a; margin-bottom: 6px; }
.cw-filter svg { width: 13px; height: 13px; flex-shrink: 0; }
.cw-tbl-scroll { overflow-x: auto; }
.cw-tbl { width: 100%; border-collapse: collapse; font-size: 12px; }
.cw-tbl th { text-align: left; font-size: 11px; font-weight: 500; color: #999; padding: 8px 8px; border-bottom: 1px solid #EEE; white-space: nowrap; }
.cw-tbl th em { font-style: normal; color: #c4c4c4; margin-left: 3px; }
.cw-tbl th em::after { content: '\25BE'; font-size: 9px; }
.cw-tbl td { padding: 0 8px; height: 36px; border-bottom: 1px solid #F2F2F2; color: #444; white-space: nowrap; }
.cw-tbl tbody tr:last-child td { border-bottom: none; }
.cw-tbl tbody tr:hover { background: #FFF8F6; }
.cw-check { width: 14px; height: 14px; border: 1px solid #C9C9C9; border-radius: 2px; display: inline-block; vertical-align: middle; }
.cw-th-check { width: 30px; }
.cw-link { color: #E8450A; font-weight: 600; }
.cw-reg {
  display: inline-block;
  background: #FFD600; color: #1A1A1A;
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.02em;
  padding: 2px 6px; border-radius: 3px; white-space: nowrap;
}
.cw-muted { color: #b8b8b8; }
.cw-pill-status { display: inline-block; font-size: 10.5px; font-weight: 600; padding: 2px 9px; border-radius: 100px; white-space: nowrap; }
.cw-pill-status.queried { background: #FAEEDA; color: #854F0B; }
.cw-pill-status.closed { background: #F3F3F3; color: #666; }

/* Table footers */
.cw-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 11px; }
.cw-rows { font-size: 11.5px; color: #999; }
.cw-pager { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #777; }
.cw-pager svg { width: 13px; height: 13px; color: #b0b0b0; }
.cw-pager .pg-page { font-weight: 600; color: #555; }
.cw-alpha { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 10px; font-size: 10px; color: #b0b0b0; }
.cw-alpha span { padding: 1px 3px; }
.cw-alpha .on { color: #E8450A; font-weight: 700; }

/* Bottom — All Open Claims */
.cw-bottom { background: #fff; border-top: 1px solid #E8E8E8; padding: 14px 16px 16px; }
.cw-bottom-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; flex-wrap: wrap; gap: 10px; }
.cw-bottom-title { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 700; color: #1A1A1A; }
.cw-bottom-title svg { width: 13px; height: 13px; color: #999; }
.cw-bottom-tools { display: flex; align-items: center; gap: 14px; }
.cw-bt { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: #555; white-space: nowrap; }
.cw-bt svg { width: 13px; height: 13px; color: #888; }
.cw-bottom-filterbar { display: flex; justify-content: flex-end; margin-bottom: 8px; }
.cw-bottom-filterbar .cw-filter { width: 230px; margin-bottom: 0; }
.cw-tbl--wide td { height: 44px; }
.cw-st-text { font-weight: 600; }
.cw-st-text.approved { color: #1A1A1A; }
.cw-st-text.invoiced { color: #3B82F6; }
.cw-st-text.draft { color: #E8450A; }

@media (max-width: 900px) {
  .cw-cols { grid-template-columns: 1fr; }
}
