/* ==========================================================================
   Pathway IT — landing-pages.css
   Banner hero with two CTAs, logo strip, split "what we build", two product
   mock panels, a six-up why-us row, a six-step process, a dark stats band,
   FAQ and a closing CTA.
   ========================================================================== */

.lp-section { padding-block: clamp(3.5rem, 7vw, 5.5rem); background: var(--paper); }
.lp-section--tint { background: #FAFBFE; }
.lp-section--band { background: #F1F2FB; }
.lp-stats-wrap { padding-block: clamp(2rem, 4vw, 3rem); background: var(--paper); }
.lp-cta-wrap { padding-block: 0 clamp(3.5rem, 7vw, 5.5rem); background: var(--paper); }

/* Icon slots are filled with an SVG by landing-pages.js. */
span[data-icon]:not([class]) { display: inline-flex; flex: none; vertical-align: middle; }
span[data-icon]:not([class]) svg { width: 1em; height: 1em; }

/* -------------------------------------------------------------------------- */
/* Hero banner                                                                */
/* -------------------------------------------------------------------------- */
.lp-hero { background: #04060F; padding-top: var(--header-h); }
.lp-hero-media { position: relative; max-width: 1600px; margin-inline: auto; }
.lp-banner { display: block; width: 100%; height: auto; }

/* Transparent overlays sitting exactly on the two CTAs baked into each
   banner. Percentages are measured from the artwork. */
.lp-hot {
  position: absolute; border: 0; background: transparent; padding: 0;
  cursor: pointer; border-radius: var(--r-pill); display: block;
  transition: box-shadow var(--t) var(--ease), transform var(--t) var(--ease);
}
.lp-hot:hover { transform: scale(1.03); box-shadow: 0 10px 30px rgba(109, 40, 217, .45); }
.lp-hot:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
/* The text link has no pill to grow into, so keep the hover subtle. */
.lp-hot--d-secondary:hover,
.lp-hot--m-secondary:hover { transform: none; box-shadow: none; text-decoration: none; }

.lp-hot--d-primary   { left: 4.54%;  top: 65.38%; width: 12.10%; height: 9.73%; }
.lp-hot--d-secondary { left: 19.06%; top: 67.95%; width: 10.69%; height: 5.29%; }
.lp-hot--m-primary   { left: 3.71%;  top: 42.92%; width: 31.64%; height: 6.38%; display: none; }
/* Slightly wider than the measured text so the trailing chevron is clickable. */
.lp-hot--m-secondary { left: 4.88%;  top: 51.61%; width: 24.60%; height: 2.95%; display: none; }

@media (max-width: 760px) {
  .lp-hot--d-primary, .lp-hot--d-secondary { display: none; }
  .lp-hot--m-primary, .lp-hot--m-secondary { display: block; }
}

/* -------------------------------------------------------------------------- */
/* Trusted-by logo strip                                                      */
/* -------------------------------------------------------------------------- */
.lp-logos { background: var(--paper); padding-block: 2.2rem 2.4rem; border-bottom: 1px solid #EEF0F8; }
.lp-logos-label {
  text-align: center; font-family: var(--font-mono);
  font-size: .62rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--slate-400, #94A0BD); margin-bottom: 1.4rem;
}
.lp-logo-row {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: clamp(1.2rem, 3.4vw, 2.6rem);
}
.lp-logo-row li {
  font-size: clamp(.9rem, 1.5vw, 1.1rem); font-weight: 600; letter-spacing: -.01em;
  color: var(--slate-900); opacity: .62;
  transition: opacity var(--t) var(--ease);
}
.lp-logo-row li:hover { opacity: 1; }

/* The mobile artwork already carries the logo grid. */
@media (max-width: 760px) { .lp-logos { display: none; } }

/* -------------------------------------------------------------------------- */
/* Shared headings                                                            */
/* -------------------------------------------------------------------------- */
.lp-head { text-align: center; max-width: 700px; margin: 0 auto clamp(2.2rem, 4.5vw, 3.2rem); }
.lp-head h2 {
  margin-top: 1rem;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.3; letter-spacing: -.02em; color: var(--slate-900);
}
.lp-head .eyebrow + h2 { margin-top: 1rem; }

.lp-split-copy h2 {
  margin-top: 1rem;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.3; letter-spacing: -.02em; color: var(--slate-900);
}
.lp-split-copy > p { margin-top: 1rem; font-size: .88rem; line-height: 1.7; color: var(--slate-500); }
.lp-link {
  display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.3rem;
  font-size: .83rem; font-weight: 600; color: var(--indigo);
}
.lp-link span { font-size: .95rem; transition: transform var(--t) var(--ease); }
.lp-link:hover span { transform: translateX(3px); }

/* -------------------------------------------------------------------------- */
/* Split layouts                                                              */
/* -------------------------------------------------------------------------- */
.lp-split { display: grid; grid-template-columns: minmax(240px, .8fr) 1.6fr; gap: clamp(1.8rem, 4vw, 3.2rem); align-items: center; }
.lp-split--media { grid-template-columns: 1.1fr 1fr; }
.lp-split--perf { grid-template-columns: .85fr 1.15fr; }

@media (max-width: 900px) {
  .lp-split, .lp-split--media, .lp-split--perf { grid-template-columns: 1fr; }
  /* Keep the copy above its mock on narrow screens. */
  .lp-split--media .lp-mock { order: 2; }
  .lp-split--media .lp-split-copy { order: 1; }
  .lp-split-copy h2 br { display: none; }
}

/* -------------------------------------------------------------------------- */
/* What we build (3 x 2 cards)                                                */
/* -------------------------------------------------------------------------- */
.lp-build-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lp-build {
  position: relative;
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 12px;
  padding: 1.2rem 1.1rem 1.3rem;
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.lp-build:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(20, 22, 70, .08); border-color: #CFD5F5; }
.lp-build-ico {
  display: grid; place-items: center; width: 34px; height: 34px;
  border-radius: 9px; background: var(--indigo-50); color: var(--indigo); margin-bottom: .85rem;
}
.lp-build-ico svg { width: 16px; height: 16px; }
.lp-build-plus {
  position: absolute; top: 1rem; right: 1rem;
  display: grid; place-items: center; width: 17px; height: 17px;
  border-radius: 50%; border: 1px solid #DDE1F2;
  font-size: .68rem; line-height: 1; color: var(--slate-400, #94A0BD);
}
.lp-build h3 { font-size: .87rem; margin-bottom: .4rem; color: var(--slate-900); }
.lp-build p { font-size: .77rem; line-height: 1.55; color: var(--slate-500); }

@media (max-width: 1100px) { .lp-build-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lp-build-grid { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Check lists                                                                */
/* -------------------------------------------------------------------------- */
.lp-checks { margin-top: 1.5rem; display: grid; gap: .8rem; }
.lp-checks--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 1.4rem; }
.lp-checks li { display: flex; align-items: flex-start; gap: .55rem; font-size: .83rem; line-height: 1.5; color: var(--slate-700, #46506E); }
.lp-checks svg { width: 15px; height: 15px; color: var(--indigo); flex: none; margin-top: .12rem; }

@media (max-width: 560px) { .lp-checks--two { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* Product mocks (decorative)                                                 */
/* -------------------------------------------------------------------------- */
.lp-mock {
  background: var(--paper); border: 1px solid #E4E8F4; border-radius: 16px;
  box-shadow: 0 20px 50px rgba(20, 22, 70, .08);
  overflow: hidden;
}

/* --- analytics teaser --- */
.lp-mock--analytics { display: grid; grid-template-columns: 1fr .95fr; gap: 1rem; padding: 1.3rem; }
.lp-mock-copy h4 { font-size: 1rem; line-height: 1.35; color: var(--slate-900); }
.lp-mock-copy h4 em { font-style: normal; color: var(--indigo); }
.lp-mock-copy p { margin-top: .6rem; font-size: .7rem; line-height: 1.55; color: var(--slate-500); }
.lp-mock-btns { display: flex; gap: .4rem; margin-top: 1rem; }
.lp-mock-btn {
  padding: .35rem .7rem; border-radius: var(--r-pill);
  background: var(--indigo); color: #fff; font-size: .62rem; font-weight: 600;
}
.lp-mock-btn.ghost { background: #EEF0FA; color: var(--slate-700, #46506E); }

.lp-mock-chart { background: #F7F8FD; border: 1px solid #EAEDF7; border-radius: 11px; padding: .8rem; }
.lp-mock-chart-head { display: flex; flex-direction: column; gap: .15rem; }
.lp-mock-chart-head b { font-size: .66rem; color: var(--slate-900); }
.lp-mock-chart-head span { font-size: .56rem; color: var(--slate-400, #94A0BD); }
.lp-mock-chart-head strong { font-size: .95rem; color: var(--slate-900); letter-spacing: -.01em; }
.lp-spark { display: block; width: 100%; height: 40px; margin: .5rem 0 .7rem; }
.lp-spark polyline { fill: none; stroke: var(--indigo); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.lp-mock-legend { display: grid; gap: .3rem; }
.lp-mock-legend li { display: flex; align-items: center; gap: .35rem; font-size: .56rem; color: var(--slate-500); }
.lp-mock-legend i, .lp-dash-device li i { width: 6px; height: 6px; border-radius: 2px; background: var(--indigo); flex: none; }
.lp-mock-legend i.c2 { background: #8B5CF6; }
.lp-mock-legend i.c3 { background: #38BDF8; }
.lp-mock-legend i.c4 { background: #C4B5FD; }
.lp-mock-foot { display: flex; align-items: baseline; gap: .35rem; margin-top: .7rem; padding-top: .55rem; border-top: 1px solid #EAEDF7; }
.lp-mock-foot span { font-size: .56rem; color: var(--slate-400, #94A0BD); }
.lp-mock-foot b { font-size: .8rem; color: var(--slate-900); }
.lp-mock-foot em { font-style: normal; font-size: .56rem; color: #16A34A; }

@media (max-width: 520px) { .lp-mock--analytics { grid-template-columns: 1fr; } }

/* --- analytics dashboard --- */
.lp-mock--dash { padding: 1.2rem; }
.lp-dash-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.lp-dash-head b { font-size: .82rem; color: var(--slate-900); }
.lp-dash-dots { display: flex; gap: .25rem; }
.lp-dash-dots i { width: 5px; height: 5px; border-radius: 50%; background: #D5DAEC; }

.lp-dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-bottom: 1rem; }
.lp-dash-kpis li { background: #F7F8FD; border: 1px solid #EAEDF7; border-radius: 10px; padding: .7rem .75rem; }
.lp-dash-kpis span { display: block; font-size: .58rem; color: var(--slate-400, #94A0BD); }
.lp-dash-kpis b { display: block; margin-top: .2rem; font-size: 1.05rem; letter-spacing: -.02em; color: var(--slate-900); }
.lp-dash-kpis em { font-style: normal; font-size: .56rem; color: #16A34A; }

.lp-dash-body { display: grid; grid-template-columns: 1.5fr 1fr; gap: .8rem; }
.lp-dash-chart { position: relative; background: #F7F8FD; border: 1px solid #EAEDF7; border-radius: 10px; padding: .8rem; }
.lp-dash-chart svg { display: block; width: 100%; height: 110px; }
.lp-dash-line { fill: none; stroke: var(--indigo); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.lp-dash-tip {
  position: absolute; left: 34%; bottom: 16%;
  background: var(--paper); border: 1px solid #E4E8F4; border-radius: 8px;
  box-shadow: 0 8px 20px rgba(20, 22, 70, .12);
  padding: .45rem .6rem; min-width: 92px;
}
.lp-dash-tip span { display: block; font-size: .54rem; color: var(--slate-400, #94A0BD); }
.lp-dash-tip b { display: flex; align-items: center; gap: .3rem; font-size: .56rem; font-weight: 600; color: var(--slate-700, #46506E); margin-top: .15rem; }
.lp-dash-tip b i { width: 5px; height: 5px; border-radius: 50%; background: var(--indigo); }
.lp-dash-tip strong { font-size: .78rem; color: var(--slate-900); }
.lp-dash-tip em { font-style: normal; font-size: .54rem; color: #16A34A; margin-left: .25rem; }

.lp-dash-device { background: #F7F8FD; border: 1px solid #EAEDF7; border-radius: 10px; padding: .8rem; }
.lp-dash-device > b { display: block; font-size: .62rem; color: var(--slate-900); margin-bottom: .4rem; }
.lp-donut { display: block; width: 74px; height: 74px; margin: 0 auto .5rem; transform: rotate(-90deg); }
.lp-donut circle { fill: none; stroke-width: 9; stroke-linecap: butt; }
.lp-donut .track { stroke: #E7EAF6; }
.lp-donut .s1 { stroke: var(--indigo); }
.lp-donut .s2 { stroke: #8B5CF6; }
.lp-donut .s3 { stroke: #38BDF8; }
.lp-dash-device ul { display: grid; gap: .28rem; }
.lp-dash-device li { display: flex; align-items: center; gap: .35rem; font-size: .56rem; color: var(--slate-500); }
.lp-dash-device li b { margin-left: auto; color: var(--slate-900); }
.lp-dash-device li i.c2 { background: #8B5CF6; }
.lp-dash-device li i.c3 { background: #38BDF8; }

@media (max-width: 700px) {
  .lp-dash-body { grid-template-columns: 1fr; }
  .lp-dash-kpis { grid-template-columns: 1fr; }
  .lp-dash-tip { left: auto; right: .8rem; }
}

/* -------------------------------------------------------------------------- */
/* Why choose us (6 across)                                                   */
/* -------------------------------------------------------------------------- */
.lp-why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.lp-why {
  background: var(--paper); border: 1px solid #E7EAF4; border-radius: 12px;
  padding: 1.1rem .95rem 1.2rem;
  transition: transform var(--t) var(--ease), border-color var(--t) var(--ease);
}
.lp-why:hover { transform: translateY(-4px); border-color: #CFD5F5; }
.lp-why-ico {
  display: grid; place-items: center; width: 30px; height: 30px;
  border-radius: 8px; background: var(--indigo-50); color: var(--indigo); margin-bottom: .7rem;
}
.lp-why-ico svg { width: 15px; height: 15px; }
.lp-why h3 { font-size: .78rem; margin-bottom: .3rem; color: var(--slate-900); }
.lp-why p { font-size: .7rem; line-height: 1.5; color: var(--slate-500); }

@media (max-width: 1080px) { .lp-why-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .lp-why-grid { grid-template-columns: repeat(2, 1fr); } }

/* -------------------------------------------------------------------------- */
/* Process (6 steps on a dashed rail)                                         */
/* -------------------------------------------------------------------------- */
.lp-steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; list-style: none; }
.lp-step { position: relative; text-align: center; padding-inline: .2rem; }
.lp-step-ico {
  position: relative; z-index: 1;
  display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto .7rem;
  border-radius: 50%; background: var(--paper);
  border: 1px solid #DFE3F2; color: var(--indigo);
  box-shadow: 0 6px 16px rgba(20, 22, 70, .06);
}
.lp-step-ico svg { width: 17px; height: 17px; }
.lp-step:not(:last-child)::after {
  content: ""; position: absolute; top: 21px; height: 0;
  border-top: 1px dashed #CBD2E8;
  left: calc(50% + 27px); right: calc(-50% + 27px);
}
.lp-step h3 { font-size: .8rem; margin-bottom: .35rem; color: var(--slate-900); }
.lp-step p { font-size: .7rem; line-height: 1.5; color: var(--slate-500); }

@media (max-width: 1080px) {
  .lp-steps { grid-template-columns: repeat(3, 1fr); gap: 2rem 1rem; }
  .lp-step:nth-child(3n)::after { display: none; }
}
@media (max-width: 560px) {
  .lp-steps { grid-template-columns: repeat(2, 1fr); }
  .lp-step::after { display: none; }
}

/* -------------------------------------------------------------------------- */
/* Dark stats band                                                            */
/* -------------------------------------------------------------------------- */
.lp-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem 1rem;
  background: #0A0F26; border-radius: 16px;
  padding: clamp(1.5rem, 3.2vw, 2.1rem) clamp(1.2rem, 3vw, 2rem);
  background-image: radial-gradient(120% 170% at 50% 0%, rgba(109, 40, 217, .18) 0%, transparent 62%);
}
.lp-stats li { display: flex; align-items: center; gap: .8rem; justify-content: center; }
.lp-stat-ico {
  display: grid; place-items: center; width: 40px; height: 40px; flex: none;
  border-radius: 11px; color: #C4B5FD;
  background: rgba(124, 58, 237, .18); border: 1px solid rgba(139, 92, 246, .3);
}
.lp-stat-ico svg { width: 18px; height: 18px; }
.lp-stats b { display: block; font-size: clamp(1.15rem, 2.4vw, 1.5rem); letter-spacing: -.02em; color: #fff; line-height: 1.15; }
.lp-stats li span { font-size: .74rem; color: #98A2C0; }
.lp-stats li + li { border-left: 1px solid rgba(255, 255, 255, .08); }

@media (max-width: 860px) {
  .lp-stats { grid-template-columns: repeat(2, 1fr); }
  .lp-stats li + li { border-left: 0; }
  .lp-stats li { justify-content: flex-start; }
}
@media (max-width: 400px) { .lp-stats { grid-template-columns: 1fr; } }

/* -------------------------------------------------------------------------- */
/* FAQ                                                                        */
/* -------------------------------------------------------------------------- */
.lp-faq { max-width: 780px; margin-inline: auto; }

/* -------------------------------------------------------------------------- */
/* Closing CTA band                                                           */
/* -------------------------------------------------------------------------- */
.lp-cta {
  display: flex; align-items: center; justify-content: space-between; gap: clamp(1.6rem, 4vw, 3rem);
  background: #0A0F26; border-radius: 18px;
  padding: clamp(1.8rem, 3.6vw, 2.6rem) clamp(1.6rem, 3.6vw, 2.8rem);
  background-image: radial-gradient(110% 150% at 15% 0%, rgba(109, 40, 217, .2) 0%, transparent 60%);
}
.lp-cta-copy h2 { font-size: clamp(1.2rem, 2.2vw, 1.55rem); line-height: 1.35; color: #fff; letter-spacing: -.01em; }
.lp-cta-copy p { margin-top: .6rem; font-size: .86rem; line-height: 1.6; color: #98A2C0; }

.lp-cta-action { flex: none; }
.lp-cta-form { display: flex; gap: .7rem; }
.lp-cta-form input {
  width: clamp(200px, 22vw, 260px);
  background: #131A36; border: 1px solid #262F55; color: #fff;
  border-radius: 10px; padding: .8rem 1rem; font-size: .88rem;
}
.lp-cta-form input::placeholder { color: #6E779B; }
.lp-cta-form input:focus-visible { outline: 2px solid #8B5CF6; outline-offset: 1px; }
.lp-cta-btn {
  background: var(--indigo); color: #fff; border-radius: 10px;
  padding: .8rem 1.3rem; font-size: .88rem; white-space: nowrap; gap: .45rem;
}
.lp-cta-btn:hover { background: #4338CA; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(79, 70, 229, .38); }

.lp-cta-points { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1rem; }
.lp-cta-points li { display: flex; align-items: center; gap: .4rem; font-size: .76rem; color: #98A2C0; }
.lp-cta-points svg { width: 13px; height: 13px; color: #A78BFA; flex: none; }

@media (max-width: 940px) {
  .lp-cta { flex-direction: column; align-items: flex-start; }
  .lp-cta-copy h2 br { display: none; }
  .lp-cta-action { width: 100%; }
  .lp-cta-form input { width: 100%; flex: 1; }
}
@media (max-width: 520px) {
  .lp-cta-form { flex-direction: column; }
  .lp-cta-btn { justify-content: center; }
}
