/* ==========================================================================
   LPT 2026 — shared design system
   Single source of truth for tokens + components. See design/design-system.md
   and the "Avoiding AI slop tells" section there.
   ========================================================================== */
:root{
  --black:#000; --ink:#1D1D1D; --white:#fff;
  --blue:#0F5B8B; --blue-deep:#004568; --blue-navy:#002948; --blue-navy-2:#001B2F;
  --blue-award:#084E93; --blue-link:#0B5FFF; --blue-tint:#EAF2FF;
  --orange:#DD8201; --green:#01A020;
  --gray-050:#F7F8FA; --gray-100:#F2F2F2; --gray-200:#E3E3E3; --gray-300:#DEDEDE;
  --gray-400:#C6C6C6; --gray-500:#7E7A7A;
  --surface-dark:#06263f;
  --radius:4px; --radius-lg:6px; --maxw:1180px; --readw:820px;
  --sans:'Roboto','Helvetica',sans-serif;
  --display:'Raleway','Helvetica',sans-serif;
  --shadow:0 12px 40px rgba(0,20,40,.12);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:var(--sans); margin:0; color:var(--ink); background:var(--white); -webkit-font-smoothing:antialiased;}
h1,h2,h3,h4{font-family:var(--display); margin:0; line-height:1.06;}
h1{font-size:3.75rem; font-weight:900; letter-spacing:1px;}
h2{font-size:2.4rem; font-weight:800; letter-spacing:.5px;}
h3{font-size:1.5rem; font-weight:800;}
p{line-height:1.65; margin:0 0 1rem;}
a{color:inherit; text-decoration:none;}
img,svg{max-width:100%;}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
.read{max-width:var(--readw); margin:0 auto;}
.eyebrow{font-family:var(--sans); font-weight:700; font-size:.78rem; letter-spacing:2.5px;
  text-transform:uppercase; color:var(--blue); margin-bottom:14px;}
.center{text-align:center;}

/* ---- Sections ---- */
.section{padding:88px 0;}
.section-dark{background:var(--blue-navy-2); color:var(--white);}
.section-navy{background:var(--blue-navy); color:var(--white);}
.section-light{background:var(--white);}
.section-gray{background:var(--gray-050);}
.section-dark .eyebrow,.section-navy .eyebrow{color:#6FB2E6;}
.section-dark h1,.section-dark h2,.section-dark h3,
.section-navy h1,.section-navy h2,.section-navy h3{color:var(--white);}
.lead{font-size:1.15rem; color:#4a4a4a;}
.section-dark .lead,.section-navy .lead{color:#B9C6D2;}
.head{max-width:760px; margin:0 auto 52px;}

/* ---- Buttons ---- */
.btn{display:inline-flex; align-items:center; gap:8px; font-family:var(--sans); font-weight:700;
  font-size:1.0625rem; padding:.8rem 1.4rem; border-radius:var(--radius); cursor:pointer;
  border:1px solid transparent; text-align:center; transition:transform .12s ease, filter .12s ease;}
.btn:hover{transform:translateY(-1px);}
.btn-primary{background:var(--orange); border-color:var(--orange); color:#fff;}
.btn-primary:hover{filter:brightness(1.06);}
.btn-secondary{background:var(--white); border-color:var(--white); color:var(--black);}
.btn-border{background:transparent; border-color:currentColor; color:inherit;}
.btn-border-dark{background:transparent; border:1px solid var(--blue); color:var(--blue);}
.btn-lg{font-size:1.15rem; padding:1rem 1.75rem;}

/* ---- Icons + drawn arrows (never font arrows — see anti-slop note) ---- */
.icon{width:24px; height:24px; stroke:currentColor; fill:none; stroke-width:1.7;
  stroke-linecap:round; stroke-linejoin:round;}
.iarw{width:20px; height:11px; stroke:currentColor; fill:none; stroke-width:1.8;
  stroke-linecap:round; stroke-linejoin:round; flex:0 0 auto;}

/* ---- Header ---- */
.site-header{position:sticky; top:0; z-index:40; background:rgba(0,15,28,.95); backdrop-filter:blur(8px);
  color:#fff; display:flex; align-items:center; justify-content:space-between; padding:12px 40px;
  box-shadow:0 1px 0 rgba(255,255,255,.06);}
.site-header .logo{height:42px;}
.site-header nav{display:flex; align-items:center; gap:24px;}
.site-header nav a.navlink{font-size:.95rem; font-weight:500; opacity:.9;}
.site-header nav a.navlink:hover{opacity:1;}
@media (max-width:820px){ .site-header nav a.navlink{display:none;} .site-header{padding:12px 20px;} }

/* ---- Footer ---- */
.site-footer{background:#000; color:var(--gray-400); padding:40px 0; font-size:.9rem;}
.site-footer .wrap{display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap;}
.site-footer a{color:var(--gray-300); text-decoration:underline;}
.site-footer img{height:40px;}
.crumb{color:#8FA6B8; font-size:.85rem; margin-bottom:18px;}
.crumb a{text-decoration:underline;}

/* ==========================================================================
   Path page — hero + offering modules (short / progressive)
   ========================================================================== */
.path-hero{position:relative; color:#fff; padding:120px 0 80px;
  background:radial-gradient(120% 120% at 75% 15%, #063356 0%, #001521 60%, #000 100%);}
.path-hero .kind{color:#6FB2E6; font-weight:700; letter-spacing:2px; text-transform:uppercase; font-size:.8rem;}
.path-hero h1{max-width:820px; margin:14px 0 20px;}
.path-hero .sub{font-size:1.25rem; max-width:660px; color:#C6D3DE; margin-bottom:22px;}
.path-hero .fit{display:inline-block; background:rgba(111,178,230,.12); border:1px solid rgba(111,178,230,.3);
  color:#DCEBF7; border-radius:var(--radius); padding:12px 16px; font-size:.95rem; max-width:660px;}

.modules{max-width:900px; margin:0 auto;}
.section-title{font-family:var(--display); font-weight:800; font-size:1.05rem; letter-spacing:1.5px;
  text-transform:uppercase; color:var(--blue); margin:0 0 8px;}
.section-sub{color:#555; margin:0 0 40px;}

/* Regular module: hairline-separated list — NOT a ghost/uniform card */
.omod{display:grid; grid-template-columns:190px 1fr; gap:32px; padding:36px 0;}
.omod + .omod{border-top:1px solid var(--gray-200);}
.omod .ohead .eyebrow{margin-bottom:8px;}
.omod .wordmark{font-family:var(--display); font-weight:800; font-size:1.15rem; color:var(--ink);}
.omod .cornerstone{display:inline-block; margin-top:10px; font-size:.68rem; font-weight:700; letter-spacing:1px;
  text-transform:uppercase; color:var(--blue-deep); background:var(--blue-tint); border-radius:3px; padding:4px 8px;}
.omod h3{font-size:1.5rem; color:var(--ink); margin-bottom:10px;}
.omod .obody{color:#444; margin-bottom:16px;}
.benefits{list-style:none; padding:0; margin:0 0 18px; display:grid; gap:8px;}
.benefits li{position:relative; padding-left:26px; color:#333; font-size:.96rem;}
.benefits li .icon{position:absolute; left:0; top:2px; width:16px; height:16px; color:var(--green); stroke-width:2.2;}
.oproof{font-size:.9rem; color:var(--gray-500); border-left:2px solid var(--gray-300); padding-left:12px; margin:0 0 16px;}
.mlink{display:inline-flex; align-items:center; gap:8px; font-weight:700; color:var(--blue);}
.mlink:hover{color:var(--blue-deep);}

/* Featured module: a real panel with hierarchy (the path's primary system) */
.omod-feature{grid-template-columns:1fr; gap:0; background:#fff; border:1px solid var(--gray-200);
  border-left:4px solid var(--orange); border-radius:var(--radius-lg); box-shadow:var(--shadow);
  padding:34px 36px; margin-bottom:44px;}
.omod-feature + .omod{border-top:none;}
.omod-feature .flag{font-size:.72rem; font-weight:700; letter-spacing:1.5px; text-transform:uppercase;
  color:var(--orange); margin-bottom:10px;}
.omod-feature .wordmark{font-size:1.35rem;}
.omod-feature h3{font-size:1.9rem; margin:6px 0 12px;}
.omod-feature .benefits{grid-template-columns:1fr 1fr; gap:10px 24px;}

/* Second featured panel in a featured PAIR (e.g. Individual Agent features
   Brokerage Platform + LPT Connect): same real surface, visibly quieter
   rank — blue spine and smaller type so the two don't read as competing
   heroes. Orange spine stays reserved for the single primary. */
.omod-feature-2{border-left-color:var(--blue); box-shadow:0 8px 28px rgba(0,20,40,.08); margin-top:-14px;}
.omod-feature-2 .flag{color:var(--blue);}
.omod-feature-2 .wordmark{font-size:1.2rem;}
.omod-feature-2 h3{font-size:1.55rem;}

@media (max-width:720px){
  .omod{grid-template-columns:1fr; gap:14px; padding:30px 0;}
  .omod-feature .benefits{grid-template-columns:1fr;}
}

/* Compact secondary-offerings rail (replaces the old disclosure) */
.more-rail{margin-top:48px; border-top:1px solid var(--gray-200); padding-top:26px;}
.rail-title{font-family:var(--display); font-weight:800; font-size:.92rem; letter-spacing:1.5px;
  text-transform:uppercase; color:var(--blue); margin:0 0 14px;}
.rail-chips{display:flex; flex-wrap:wrap; gap:10px;}
.rail-chips .chip{font-size:.88rem; padding:8px 14px;}

/* ==========================================================================
   Dedicated offering page (canonical) — Section 13 template
   ========================================================================== */
.dhero{color:#fff; padding:120px 0 90px;
  background:radial-gradient(120% 120% at 70% 20%, #0a3f63 0%, #001521 60%, #000 100%);}
.dhero .wordmark{font-family:var(--display); font-weight:800; font-size:1.4rem; color:#8Fc3ea; letter-spacing:.5px; margin-bottom:16px;}
.dhero h1{max-width:840px; margin-bottom:20px;}
.dhero .desc{font-size:1.25rem; color:#C6D3DE; max-width:660px; margin-bottom:28px;}

.includes{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.inc{background:var(--white); border:1px solid var(--gray-200); border-radius:var(--radius-lg); padding:24px;}
.inc .icon{width:30px; height:30px; color:var(--blue); margin-bottom:12px;}
.inc h4{font-family:var(--display); font-size:1.05rem; margin:0 0 6px;}
.inc p{font-size:.9rem; color:#555; margin:0;}
@media (max-width:820px){ .includes{grid-template-columns:1fr;} }

.steps{counter-reset:step; max-width:var(--readw); margin:0 auto; display:grid; gap:18px;}
.step{position:relative; padding-left:60px;}
.step::before{counter-increment:step; content:counter(step); position:absolute; left:0; top:-2px;
  width:38px; height:38px; border-radius:50%; background:var(--blue); color:#fff;
  font-family:var(--display); font-weight:800; display:flex; align-items:center; justify-content:center;}
.step h4{font-family:var(--display); font-size:1.15rem; margin:0 0 4px;}
.step p{margin:0; color:#B9C6D2;}
.section-light .step p{color:#555;}

/* Serves different paths — pulls from the SAME data as path modules */
.pathcards{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.pcard{background:var(--surface-dark); border:1px solid rgba(255,255,255,.06); border-radius:var(--radius-lg); padding:22px;}
.pcard .plabel{font-size:.72rem; font-weight:700; letter-spacing:1px; text-transform:uppercase; color:#6FB2E6; margin-bottom:10px;}
.pcard h4{font-family:var(--display); font-size:1.1rem; color:#fff; margin:0 0 8px;}
.pcard p{font-size:.9rem; color:#AEBECD; margin:0;}
@media (max-width:820px){ .pathcards{grid-template-columns:1fr;} }

.proofrow{display:flex; flex-wrap:wrap; gap:20px; justify-content:center;}
.pstat{flex:1 1 160px; text-align:center; padding:8px 12px;}
.pstat .num{font-family:var(--display); font-weight:900; font-size:2.2rem; color:var(--blue);}
.pstat .lbl{font-size:.9rem; color:#555; margin-top:6px;}

.related{display:flex; flex-wrap:wrap; gap:12px; justify-content:center;}
.chip{border:1px solid var(--gray-300); border-radius:100px; padding:10px 18px; font-weight:600; font-size:.92rem; color:var(--ink);}
.chip:hover{border-color:var(--blue); color:var(--blue);}

.conversion{background:radial-gradient(120% 120% at 50% 0%, #0a3f63, #001521 70%); color:#fff; text-align:center;}
.conversion .btn{margin-top:10px;}

.note{font-size:.8rem; color:var(--gray-500); text-align:center; margin-top:22px;}
.reveal{opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease;}
.reveal.in{opacity:1; transform:none;}
@media (prefers-reduced-motion:reduce){ .reveal{opacity:1; transform:none; transition:none;} html{scroll-behavior:auto;} }

/* ---- Placeholder governance (assets/governance.js) ----
   Unverified-proof sections never render in production; internal review
   builds reveal them as structured work cards. */
[data-internal-placeholder]{display:none;}
[data-internal-placeholder].show-internal{display:block;}
.internal-card{max-width:var(--readw); margin:0 auto; background:#FFF7EA; border:1px dashed var(--orange);
  border-radius:var(--radius-lg); padding:20px 24px; font-size:.92rem; color:#5a4a33;}
.internal-card .ic-title{font-family:var(--display); font-weight:800; font-size:.95rem; letter-spacing:1px;
  text-transform:uppercase; color:var(--orange); margin:0 0 10px;}
.internal-card ul{margin:0; padding-left:20px; line-height:1.7;}
