/* Home da Nekt Academy. Escopo isolado pelo prefixo lp-. */

.header-logo { display: block; width: 146px; height: auto; }

.lp-hero {
  padding: 78px 0 72px;
  border-bottom: 1px solid var(--rule);
  background:
    radial-gradient(circle at 77% 18%, rgba(225, 249, 108, 0.24), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent);
}
.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 76px;
  align-items: center;
}
.lp-hero-copy h1 {
  margin-top: 20px;
  max-width: 12ch;
  font-family: var(--font-brand);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.048em;
  color: var(--ink);
}
.lp-hero-copy > p {
  max-width: 53ch;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.62;
  color: var(--ink-3);
}
.lp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.lp-btn { padding: 11px 20px; }

.lp-start {
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px -44px rgba(0, 0, 0, 0.4);
}
.lp-start-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-bottom: 1px solid var(--rule);
}
.lp-start-k,
.lp-kicker {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.lp-start-k { color: var(--ink-3); }
.lp-start-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mark); box-shadow: 0 0 0 5px rgba(59, 214, 129, 0.13); }
.lp-start > a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--rule);
  transition: background 0.16s;
}
.lp-start > a:last-child { border-bottom: 0; }
.lp-start > a:hover { background: var(--brand-pale); }
.lp-start-num { font-family: var(--font-mono); font-size: 10px; color: var(--brand); }
.lp-start b { display: block; font-family: var(--font-brand); font-size: 15px; color: var(--ink); }
.lp-start small { display: block; margin-top: 3px; font-size: 12.5px; line-height: 1.42; color: var(--ink-3); }
.lp-start i { font-style: normal; color: var(--ink-4); }

.lp-section { padding-top: 88px; padding-bottom: 88px; }
.lp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}
.lp-kicker { color: var(--brand); }
.lp-section-head h2 {
  max-width: 17ch;
  margin-top: 10px;
  font-family: var(--font-brand);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.038em;
  color: var(--ink);
}
.lp-section-head > p { max-width: 43ch; font-size: 15px; line-height: 1.62; color: var(--ink-3); }
.lp-text-link { align-self: end; justify-self: end; font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-3); }
.lp-text-link:hover { color: var(--brand); }

.lp-path-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.lp-path {
  grid-column: span 2;
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid var(--rule);
  border-radius: 17px;
  background: #fff;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.lp-path:nth-child(4), .lp-path:nth-child(5) { grid-column: span 3; min-height: 250px; }
.lp-path:hover { transform: translateY(-4px); border-color: var(--rule-2); box-shadow: 0 18px 38px -30px rgba(0, 0, 0, 0.35); }
.lp-path-featured { background: var(--brand-deep); border-color: var(--brand-deep); }
.lp-path-video {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 0, 0, 0.24);
  background: linear-gradient(145deg, #fff 58%, #fff0f0);
}
.lp-path-video::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #ff0000;
}
.lp-path-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.lp-path-num { font-family: var(--font-brand); font-size: 29px; font-weight: 800; letter-spacing: -0.04em; color: var(--bg-deep); }
.lp-path-tag { font-family: var(--font-mono); font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-4); }
.lp-path h3 { font-family: var(--font-brand); font-size: 25px; line-height: 1.08; letter-spacing: -0.025em; color: var(--ink); }
.lp-path p { max-width: 36ch; margin-top: 9px; font-size: 14px; line-height: 1.52; color: var(--ink-3); }
.lp-path-link { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 14px; border-top: 1px solid var(--rule); font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.lp-path-link i { font-style: normal; font-size: 16px; color: var(--brand); }
.lp-path-featured .lp-path-num { color: rgba(255, 255, 255, 0.18); }
.lp-path-featured .lp-path-tag { color: rgba(255, 255, 255, 0.5); }
.lp-path-featured h3 { color: var(--bg); }
.lp-path-featured p { color: rgba(250, 249, 247, 0.67); }
.lp-path-featured .lp-path-link { border-color: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.82); }
.lp-path-featured .lp-path-link i { color: var(--lime); }
.lp-path-video .lp-path-num { color: rgba(255, 0, 0, 0.15); }
.lp-path-video .lp-path-tag { color: #8f6a6a; }
.lp-path-video .lp-path-link { border-color: rgba(255, 0, 0, 0.14); }
.lp-path-video .lp-path-link i { color: #ff0000; }
.lp-youtube-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; }
.lp-youtube-brand b { font-family: var(--font-brand); font-size: 19px; font-weight: 800; letter-spacing: -0.035em; color: #0f0f0f; }
.lp-youtube-logo {
  width: 34px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #ff0000;
}
.lp-youtube-logo i {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.lp-surface { background: var(--bg-elev); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.lp-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-article { overflow: hidden; border: 1px solid var(--rule); border-radius: 17px; background: #fff; transition: transform 0.2s, box-shadow 0.2s; }
.lp-article:hover { transform: translateY(-4px); box-shadow: 0 20px 42px -34px rgba(0, 0, 0, 0.4); }
.lp-article-art { height: 158px; padding: 24px; border-bottom: 1px solid var(--rule); background: var(--bg); }
.lp-art-mental { display: flex; align-items: center; justify-content: center; gap: 13px; font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); }
.lp-art-mental span { padding: 10px 13px; border: 1px solid var(--rule); border-radius: 9px; background: #fff; }
.lp-art-mental i { position: relative; width: 58px; height: 1px; background: var(--brand); }
.lp-art-mental i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--brand); border-right: 1px solid var(--brand); transform: rotate(45deg); }
.lp-art-layers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; align-items: end; }
.lp-art-layers span { display: grid; place-items: center; border-radius: 9px 9px 4px 4px; font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; }
.lp-art-layers span:nth-child(1) { height: 58%; color: #8b552e; background: #f1dfcd; }
.lp-art-layers span:nth-child(2) { height: 76%; color: #68737c; background: #e1e6e9; }
.lp-art-layers span:nth-child(3) { height: 94%; color: #8e6b18; background: #f1e6bd; }
.lp-art-context { display: flex; flex-direction: column; justify-content: center; gap: 8px; font-family: var(--font-mono); }
.lp-art-context b { font-size: 11px; font-weight: 500; color: var(--brand); }
.lp-art-context span { width: fit-content; padding: 6px 9px; border-radius: 6px; background: #fff; font-size: 9.5px; color: var(--ink-3); }
.lp-article-body { padding: 21px 22px 24px; }
.lp-meta { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink-4); }
.lp-article h3 { margin-top: 16px; font-family: var(--font-brand); font-size: 21px; line-height: 1.15; letter-spacing: -0.025em; color: var(--ink); }
.lp-article p { margin-top: 7px; font-size: 13.5px; line-height: 1.52; color: var(--ink-3); }

.lp-training-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 15px; }
.lp-training-main { position: relative; overflow: hidden; min-height: 320px; padding: 34px; border-radius: 19px; background: var(--brand); color: #fff; }
.lp-training-label, .lp-training-mini { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; }
.lp-training-label { color: var(--lime); }
.lp-training-main h3 { max-width: 13ch; margin-top: 20px; font-family: var(--font-brand); font-size: 38px; line-height: 1.03; letter-spacing: -0.035em; }
.lp-training-main p { max-width: 46ch; margin-top: 14px; font-size: 14.5px; line-height: 1.58; color: rgba(255, 255, 255, 0.7); }
.lp-training-cta { position: absolute; left: 34px; bottom: 31px; display: flex; gap: 10px; font-size: 13px; font-weight: 600; color: #fff; }
.lp-training-cta i { color: var(--lime); font-style: normal; }
.lp-training-ghost { position: absolute; right: -10px; bottom: -64px; font-family: var(--font-brand); font-size: 230px; font-weight: 800; line-height: 1; letter-spacing: -0.08em; color: rgba(255, 255, 255, 0.06); }
.lp-training-list { display: grid; gap: 15px; }
.lp-training-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-content: center; gap: 10px; padding: 29px; border: 1px solid var(--rule); border-radius: 17px; background: #fff; transition: border-color 0.2s, transform 0.2s; }
.lp-training-list a:hover { border-color: var(--brand); transform: translateX(3px); }
.lp-training-mini { grid-column: 1; color: var(--brand); }
.lp-training-list b { grid-column: 1; max-width: 24ch; font-family: var(--font-brand); font-size: 20px; line-height: 1.18; color: var(--ink); }
.lp-training-list i { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-style: normal; color: var(--ink-4); }

.lp-playbooks { background: var(--ink); color: var(--bg); }
.lp-section-head-light h2 { color: var(--bg); }
.lp-section-head-light > p { color: rgba(250, 249, 247, 0.58); }
.lp-section-head-light .lp-kicker { color: var(--lime); }
.lp-playbook-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.14); border-left: 1px solid rgba(255, 255, 255, 0.14); }
.lp-playbook-grid a { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 26px 24px; border-right: 1px solid rgba(255, 255, 255, 0.14); border-bottom: 1px solid rgba(255, 255, 255, 0.14); transition: background 0.18s; }
.lp-playbook-grid a:hover { background: rgba(255, 255, 255, 0.06); }
.lp-playbook-grid span { font-family: var(--font-mono); font-size: 10px; color: var(--lime); }
.lp-playbook-grid b { font-family: var(--font-brand); font-size: 17px; font-weight: 600; color: var(--bg); }
.lp-playbook-grid i { font-style: normal; color: rgba(255, 255, 255, 0.35); }

.lp-youtube-wrap { padding-top: 72px; padding-bottom: 72px; }
.lp-youtube { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 34px 38px; border: 1px solid var(--rule); border-radius: 20px; background: #fff; }
.lp-youtube-mark { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: #ffebeb; }
.lp-youtube-mark span { width: 0; height: 0; margin-left: 4px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid #ff0000; }
.lp-youtube h2 { margin-top: 7px; font-family: var(--font-brand); font-size: 28px; line-height: 1.1; letter-spacing: -0.03em; color: var(--ink); }
.lp-youtube p { margin-top: 7px; font-size: 14px; color: var(--ink-3); }

@media (max-width: 900px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .lp-hero-copy h1 { max-width: 14ch; }
  .lp-section-head { grid-template-columns: 1fr; gap: 15px; }
  .lp-section-head > p { max-width: 58ch; }
  .lp-text-link { justify-self: start; }
  .lp-path { grid-column: span 3; }
  .lp-path:nth-child(5) { grid-column: 1 / -1; }
  .lp-editorial-grid { grid-template-columns: 1fr 1fr; }
  .lp-editorial-grid .lp-article:last-child { grid-column: 1 / -1; }
  .lp-training-grid { grid-template-columns: 1fr; }
  .lp-playbook-grid { grid-template-columns: 1fr 1fr; }
  .lp-youtube { grid-template-columns: auto minmax(0, 1fr); }
  .lp-youtube > .btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 640px) {
  .lp-nav-wide { display: none; }
  .header-nav { gap: 10px; }
  .header-nav .btn { padding: 8px 13px; }
  .lp-hero { padding: 52px 0 48px; }
  .lp-hero-copy h1 { font-size: 43px; }
  .lp-hero-copy > p { font-size: 16px; }
  .lp-actions { align-items: stretch; flex-direction: column; }
  .lp-actions .btn { justify-content: center; }
  .lp-start > a { padding: 16px; }
  .lp-section { padding-top: 64px; padding-bottom: 64px; }
  .lp-section-head h2 { font-size: 34px; }
  .lp-path-grid, .lp-editorial-grid { grid-template-columns: 1fr; }
  .lp-path, .lp-path:nth-child(4), .lp-path:nth-child(5), .lp-editorial-grid .lp-article:last-child { grid-column: 1; min-height: 245px; }
  .lp-playbook-grid { grid-template-columns: 1fr; }
  .lp-training-main { min-height: 350px; padding: 28px; }
  .lp-training-main h3 { font-size: 33px; }
  .lp-training-cta { left: 28px; }
  .lp-youtube { grid-template-columns: 1fr; padding: 28px; }
  .lp-youtube > .btn { grid-column: 1; }
}
