.lp-hero { padding: 8rem 5% 4rem; border-bottom: 1px solid var(--border); }
.lp-hero h1 { font-family: 'Outfit', sans-serif; font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--navy); margin-bottom: 1.25rem; max-width: 18ch; }
.lp-hero h1 .accent { color: var(--blue); }
.lp-hero-sub { font-size: 1.15rem; line-height: 1.6; color: var(--muted); max-width: 60ch; margin-bottom: 2rem; }

.lp-trust { background: var(--bg2); border-bottom: 1px solid var(--border); padding: 2.5rem 5%; }
.lp-trust-grid { display: grid; grid-template-columns: 1.5fr 2fr; gap: 4rem; align-items: center; max-width: 1280px; margin: 0 auto; }
.lp-trust-tag { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--blue2); margin-bottom: .5rem; }
.lp-trust-text { font-size: .95rem; line-height: 1.7; color: var(--ink); }
.lp-trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.lp-trust-stat { border-left: 2px solid var(--border); padding-left: 1rem; }
.lp-trust-stat .n { font-family: 'Outfit', sans-serif; font-size: 1.75rem; font-weight: 800; color: var(--navy); line-height: 1; }
.lp-trust-stat .n sup { color: var(--blue); font-size: 1rem; }
.lp-trust-stat .l { font-size: .72rem; color: var(--sub); margin-top: .35rem; line-height: 1.3; }

.lp-deliverables { padding: 5rem 5%; }
.lp-del-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; margin-top: 3rem; }
.lp-del-card { padding: 2rem; border: 1px solid var(--border); border-radius: var(--r); background: #fff; transition: border-color .2s, transform .2s; }
.lp-del-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.lp-del-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; background: var(--bg2); font-size: 1.4rem; margin-bottom: 1rem; }
.lp-del-card h3 { font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--navy); margin-bottom: .6rem; }
.lp-del-card p { font-size: .9rem; line-height: 1.65; color: var(--muted); margin-bottom: .85rem; }
.lp-del-card ul { list-style: none; padding: 0; margin: 0; }
.lp-del-card ul li { font-size: .82rem; color: var(--ink); padding: .25rem 0; padding-left: 1.1rem; position: relative; line-height: 1.5; }
.lp-del-card ul li::before { content: "·"; position: absolute; left: .35rem; color: var(--blue); font-weight: 700; font-size: 1.1rem; line-height: 1; }

.lp-editorial { background: var(--navy); color: #fff; padding: 5rem 5%; }
.lp-editorial-inner { max-width: 880px; margin: 0 auto; }
.lp-editorial .sec-tag { color: var(--blue2); }
.lp-editorial h2 { font-family: 'Outfit', sans-serif; font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 700; line-height: 1.25; margin-bottom: 1.75rem; color: #fff; }
.lp-editorial p { font-size: 1rem; line-height: 1.75; color: rgba(255,255,255,.78); margin-bottom: 1.1rem; }
.lp-editorial p strong { color: #fff; font-weight: 600; }

.lp-cases { padding: 5rem 5%; background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.lp-cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.lp-case { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 1.75rem; }
.lp-case-tag { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue2); margin-bottom: .75rem; }
.lp-case-title { font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: .65rem; line-height: 1.3; }
.lp-case-desc { font-size: .85rem; color: var(--muted); line-height: 1.65; margin-bottom: .9rem; }
.lp-case-result { font-size: .82rem; color: var(--ink); padding-top: .8rem; border-top: 1px solid var(--border); font-weight: 500; }
.lp-cases-note { margin-top: 2rem; padding: 1.1rem 1.4rem; background: #fff; border: 1px solid var(--border); border-radius: var(--r); font-size: .85rem; color: var(--muted); line-height: 1.65; max-width: 900px; }

/* Featured case (named) + smaller anonymized */
.lp-case-featured { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 2.5rem; margin-top: 2.5rem; position: relative; overflow: hidden; }
.lp-case-featured::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), var(--blue2)); }
.lp-case-featured-head { display: flex; align-items: baseline; gap: .85rem; margin-bottom: 1rem; flex-wrap: wrap; }
.lp-case-featured-tag { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); padding: .25rem .7rem; background: rgba(21, 100, 255, 0.08); border-radius: 999px; }
.lp-case-featured-name { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--navy); }
.lp-case-featured-sub { font-size: .9rem; color: var(--muted); font-weight: 500; }
.lp-case-featured h3 { font-family: 'Outfit', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin-bottom: .85rem; line-height: 1.3; }
.lp-case-featured-body { font-size: .95rem; line-height: 1.7; color: var(--ink); margin-bottom: 1.25rem; }
.lp-case-featured-result { background: var(--bg2); padding: 1rem 1.25rem; border-left: 3px solid var(--blue); border-radius: 4px; font-size: .9rem; line-height: 1.6; color: var(--ink); }
.lp-case-featured-result strong { color: var(--navy); font-weight: 600; }
.lp-cases-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
@media (max-width: 900px) {
  .lp-cases-secondary { grid-template-columns: 1fr; }
  .lp-case-featured { padding: 1.75rem; }
  .lp-case-featured-name { font-size: 1.25rem; }
}

.lp-faq { padding: 5rem 5%; }
.lp-faq-list { max-width: 880px; margin: 2.5rem auto 0; }
.lp-faq-item { border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.lp-faq-item:last-child { border-bottom: none; }
.lp-faq-q { font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: .65rem; line-height: 1.4; }
.lp-faq-a { font-size: .92rem; line-height: 1.7; color: var(--muted); }

.lp-cta { background: var(--navy); color: #fff; padding: 5rem 5%; }
.lp-cta-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.lp-cta h2 { font-family: 'Outfit', sans-serif; font-size: clamp(1.8rem, 3.6vw, 2.4rem); font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 1rem; }
.lp-cta p { font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,.75); margin-bottom: 2.25rem; }
.lp-cta .form { max-width: 600px; margin: 0 auto; text-align: left; }

.lp-crosslink { padding: 3rem 5%; background: var(--bg2); border-top: 1px solid var(--border); }
.lp-crosslink-inner { max-width: 880px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.lp-crosslink-text { font-size: .95rem; color: var(--muted); }
.lp-crosslink-text strong { color: var(--navy); font-weight: 600; }

@media (max-width: 900px) {
  .lp-trust-grid { grid-template-columns: 1fr; gap: 2rem; }
  .lp-trust-stats { grid-template-columns: repeat(2, 1fr); }
  .lp-del-grid, .lp-cases-grid { grid-template-columns: 1fr; }
  .lp-hero { padding: 6rem 5% 3rem; }
}

/* HAMBURGER */
.nav-hamburger {
  display: none;
  flex-direction: column; justify-content: center; align-items: center;
  gap: 5px; width: 40px; height: 40px;
  background: none; border: none; cursor: pointer;
  padding: 4px; z-index: 300; flex-shrink: 0;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--navy); border-radius: 2px;
  transition: transform .3s, opacity .3s, width .3s;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile-overlay {
  display: none; position: fixed; inset: 0; z-index: 150;
  background: rgba(15,29,92,.35); backdrop-filter: blur(2px);
  opacity: 0; transition: opacity .25s;
}
.nav-mobile-overlay.open { opacity: 1; }
.nav-mobile-drawer {
  position: fixed; top: 66px; left: 0; right: 0; z-index: 200;
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 1.25rem 5% 1.5rem;
  transform: translateY(-8px); opacity: 0; pointer-events: none;
  transition: transform .25s, opacity .25s;
  box-shadow: 0 8px 32px rgba(15,29,92,.1);
}
.nav-mobile-drawer.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.nav-mobile-drawer ul { list-style: none; display: flex; flex-direction: column; gap: 0; }
.nav-mobile-drawer ul li a {
  display: block; padding: .75rem 0;
  font-size: .95rem; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--border); transition: color .2s;
}
.nav-mobile-drawer ul li a:hover { color: var(--blue); }
.nav-mobile-drawer ul li:last-child a { border-bottom: none; }
.nav-mobile-drawer .mob-cta {
  background: var(--navy); color: #fff !important;
  border-radius: var(--r); padding: .75rem 1rem;
  text-align: center; font-weight: 600 !important;
  margin-top: .5rem; border-bottom: none !important;
}
.nav-mobile-drawer .mob-cta:hover { background: var(--blue) !important; }
.nav-mobile-drawer .mob-sub {
  padding: .5rem 0 .5rem 1rem !important;
  font-size: .82rem !important; color: var(--muted) !important;
  border-bottom: 1px solid var(--border) !important;
}
.nav-mobile-drawer .mob-sub-label {
  font-size: .65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--sub); padding: .6rem 0 .2rem;
}
.nav-mobile-drawer .mob-lang {
  display: flex; gap: .5rem; padding-top: 1rem; margin-top: .25rem;
}
.nav-mobile-drawer .mob-lang a {
  font-size: .78rem; font-weight: 600; color: var(--muted);
  padding: .3rem .6rem; border-radius: 6px; border-bottom: none !important;
}
.nav-mobile-drawer .mob-lang a.active,
.nav-mobile-drawer .mob-lang a:hover { background: var(--bg2); color: var(--navy); }
@media (max-width: 960px) {
  .nav-hamburger { display: flex; }
  .nav-mobile-overlay { display: block; pointer-events: none; }
  .nav-mobile-overlay.open { pointer-events: auto; }
}


/* ── COMPARE TABLE (used on /tm1-vs-anaplan/) ── */
.lp-compare {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--bg2);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 1.6rem;
  background: #fff;
}
.lp-compare-row {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1.4fr;
  gap: 0;
}
.lp-compare-row + .lp-compare-row {
  border-top: 1px solid var(--bg2);
}
.lp-compare-row.lp-compare-header {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
}
.lp-compare-cell-label,
.lp-compare-cell {
  padding: 1rem 1.2rem;
  font-size: .95rem;
  line-height: 1.5;
}
.lp-compare-cell-label {
  font-weight: 600;
  color: var(--navy);
  border-right: 1px solid var(--bg2);
  background: var(--bg);
}
.lp-compare-row.lp-compare-header .lp-compare-cell-label {
  background: transparent;
  color: #fff;
  border-right-color: rgba(255,255,255,.2);
}
.lp-compare-cell + .lp-compare-cell {
  border-left: 1px solid var(--bg2);
}
.lp-compare-row.lp-compare-header .lp-compare-cell + .lp-compare-cell {
  border-left-color: rgba(255,255,255,.2);
}
@media (max-width: 760px) {
  .lp-compare-row {
    grid-template-columns: 1fr;
  }
  .lp-compare-cell-label {
    background: var(--navy);
    color: #fff;
    border-right: none;
    border-bottom: none;
    font-size: .9rem;
  }
  .lp-compare-cell + .lp-compare-cell {
    border-left: none;
    border-top: 1px solid var(--bg2);
  }
  .lp-compare-row.lp-compare-header {
    display: none; /* labels are inline on mobile */
  }
}


/* ── COMPARISON LANDING (tm1-vs-anaplan) ───────────────────── */
.cmp-scoreboard { background: var(--bg2); border-bottom: 1px solid var(--border); padding: 4rem 5%; }
.cmp-scoreboard-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.cmp-scoreboard h2 { font-family: 'Outfit', sans-serif; font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: var(--navy); line-height: 1.3; margin-bottom: 1.25rem; }
.cmp-scoreboard p { font-size: 1.05rem; line-height: 1.7; color: var(--muted); max-width: 65ch; margin: 0 auto 2rem; }
.cmp-score-row { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; align-items: center; }
.cmp-score-side { text-align: center; }
.cmp-score-platform { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sub); margin-bottom: .5rem; }
.cmp-score-num { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 800; line-height: 1; color: var(--navy); }
.cmp-score-label { font-size: .8rem; color: var(--muted); margin-top: .35rem; }
.cmp-score-vs { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 600; color: var(--sub); }
.cmp-score-tied { color: var(--sub); }
.cmp-table-section { padding: 5rem 5%; }
.cmp-table-intro { max-width: 65ch; }
.cmp-table { max-width: 1100px; margin: 3rem auto 0; }
.cmp-row {
  display: grid;
  grid-template-columns: 1.4fr 3fr 0.9fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
.cmp-row:first-child { border-top: 1px solid var(--border); }
.cmp-criterion {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--navy); line-height: 1.3;
}
.cmp-analysis { font-size: .92rem; line-height: 1.7; color: var(--ink); }
.cmp-analysis strong { color: var(--navy); font-weight: 600; }
.cmp-winner { display: flex; justify-content: flex-end; align-items: flex-start; }
.cmp-badge {
  display: inline-block;
  padding: .4rem .9rem;
  border-radius: 999px;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  white-space: nowrap;
}
.cmp-badge-pa { background: rgba(15, 29, 92, 0.1); color: var(--navy); }
.cmp-badge-anaplan { background: rgba(21, 100, 255, 0.1); color: var(--blue); }
.cmp-badge-tied { background: rgba(100, 116, 139, 0.1); color: var(--sub); }
.cmp-badge-mixed {
  background: linear-gradient(90deg, rgba(15, 29, 92, 0.1) 50%, rgba(21, 100, 255, 0.1) 50%);
  color: var(--navy);
}
.cmp-decision { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 5rem 5%; }
.cmp-decision-grid { max-width: 1100px; margin: 3rem auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.cmp-decision-card { background: #fff; padding: 2.25rem; border-radius: var(--r); border: 1px solid var(--border); }
.cmp-decision-card.is-pa { border-top: 3px solid var(--navy); }
.cmp-decision-card.is-anaplan { border-top: 3px solid var(--blue); }
.cmp-decision-platform { font-family: 'Outfit', sans-serif; font-size: .85rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .5rem; }
.cmp-decision-card.is-pa .cmp-decision-platform { color: var(--navy); }
.cmp-decision-card.is-anaplan .cmp-decision-platform { color: var(--blue); }
.cmp-decision-card h3 { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--navy); margin-bottom: 1.25rem; line-height: 1.3; }
.cmp-decision-card ul { list-style: none; padding: 0; margin: 0; }
.cmp-decision-card ul li { padding: .55rem 0; padding-left: 1.4rem; position: relative; font-size: .9rem; line-height: 1.6; color: var(--ink); }
.cmp-decision-card.is-pa ul li::before { content: "■"; position: absolute; left: 0; color: var(--navy); font-size: .7rem; top: .85rem; }
.cmp-decision-card.is-anaplan ul li::before { content: "■"; position: absolute; left: 0; color: var(--blue); font-size: .7rem; top: .85rem; }
.cmp-disclaimer {
  max-width: 880px;
  margin: 3rem auto 0;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  border-radius: var(--r);
  font-size: .88rem; line-height: 1.7;
  color: var(--muted);
}
.cmp-disclaimer strong { color: var(--navy); font-weight: 600; }

@media (max-width: 768px) {
  .cmp-row { grid-template-columns: 1fr; gap: .65rem; padding: 1.5rem 0; }
  .cmp-winner { justify-content: flex-start; }
  .cmp-decision-grid { grid-template-columns: 1fr; }
  .cmp-score-row { gap: 1.5rem; }
}
