/* ============================================================
   Synapse Nursing — Landing v2 styles (new sections)
   Loads AFTER landing.css. New classes use lp2- prefix.
   ============================================================ */

/* ---------- shared ---------- */
.lp2-section {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 96px 24px;
}
.lp2-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.lp2-h2 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.15;
  color: var(--white);
  margin: 0 0 14px;
}
.lp2-lede {
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
}
.lp2-center { text-align: center; }

/* scroll reveal */
.lp2-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.lp2-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ---------- synapse field canvas ---------- */
.lp2-synapse {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.85;
}

/* ---------- hero upgrades ---------- */
.lp2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
.lp2-hero-trust {
  margin-top: 18px;
  font-size: 0.86rem;
  color: var(--muted);
  letter-spacing: 0.3px;
}
.lp2-hero-trust span { color: var(--gold-light); }

.lp2-hero-visual {
  position: relative;
  min-width: 0;
}
.lp2-browser {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 250, 0.35);
  background: #120b24;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(124, 58, 237, 0.28);
  transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg);
}
.lp2-browser__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  background: rgba(20, 12, 38, 0.95);
  border-bottom: 1px solid rgba(124, 58, 237, 0.25);
}
.lp2-browser__bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(167, 139, 250, 0.35);
}
.lp2-browser__bar i:nth-child(1) { background: rgba(245, 158, 11, 0.75); }
.lp2-browser__bar i:nth-child(2) { background: rgba(252, 211, 77, 0.55); }
.lp2-browser__url {
  margin-left: 8px;
  font-size: 10.5px;
  color: var(--muted);
  background: rgba(124, 58, 237, 0.12);
  border-radius: 6px;
  padding: 3px 10px;
  letter-spacing: 0.4px;
}
.lp2-browser img {
  display: block;
  width: 100%;
  height: auto;
}
.lp2-hero-chatcard {
  position: absolute;
  right: -14px;
  bottom: -26px;
  width: min(300px, 78%);
  background: rgba(18, 11, 36, 0.97);
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: 14px;
  padding: 13px 15px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6), 0 0 34px rgba(245, 158, 11, 0.12);
  backdrop-filter: blur(6px);
  animation: lp2-float 5.5s ease-in-out infinite;
}
@keyframes lp2-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.lp2-hero-chatcard__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}
.lp2-hero-chatcard__head img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.lp2-hero-chatcard__head strong {
  font-size: 0.85rem;
  color: var(--white);
  display: block;
  line-height: 1.1;
}
.lp2-hero-chatcard__head em {
  font-style: normal;
  font-size: 0.68rem;
  color: #4ade80;
}
.lp2-hero-chatcard p {
  margin: 0;
  font-size: 0.83rem;
  line-height: 1.45;
  color: #d8ccf2;
}

/* ---------- proof strip ---------- */
.lp2-proof {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.07), rgba(124, 58, 237, 0.02));
}
.lp2-proof-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}
.lp2-proof-item strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  color: var(--gold-light);
  margin-bottom: 4px;
}
.lp2-proof-item span {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.4;
}

/* ---------- platform tabs ---------- */
.lp2-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 34px;
}
.lp2-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(15, 10, 30, 0.7);
  color: var(--muted);
  font: 500 0.9rem "DM Sans", sans-serif;
  cursor: pointer;
  transition: all 0.25s ease;
}
.lp2-tab svg { width: 15px; height: 15px; flex: none; }
.lp2-tab:hover {
  border-color: rgba(167, 139, 250, 0.6);
  color: var(--white);
  transform: translateY(-1px);
}
.lp2-tab.is-active {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(124, 58, 237, 0.15));
  border-color: var(--purple-soft);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(124, 58, 237, 0.35);
}
.lp2-panel {
  display: none;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 44px;
  align-items: center;
  background: rgba(15, 10, 30, 0.55);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 38px;
}
.lp2-panel.is-active {
  display: grid;
  animation: lp2-fade 0.45s ease;
}
@keyframes lp2-fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.lp2-panel__shot {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(167, 139, 250, 0.3);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.5), 0 0 40px rgba(124, 58, 237, 0.16);
}
.lp2-panel__shot img { display: block; width: 100%; height: auto; }
.lp2-panel__copy h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  color: var(--white);
  margin: 0 0 6px;
}
.lp2-panel__copy .lp2-panel__tag {
  font-size: 0.78rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 10px;
}
.lp2-panel__copy p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.98rem;
  margin: 0 0 16px;
}
.lp2-panel__copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp2-panel__copy li {
  position: relative;
  padding: 5px 0 5px 26px;
  color: #cfc3ea;
  font-size: 0.92rem;
}
.lp2-panel__copy li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  opacity: 0.85;
}

/* community mock (no screenshot — original CSS illustration) */
.lp2-community-mock {
  background: #120b24;
  border: 1px solid rgba(167, 139, 250, 0.3);
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.5);
}
.lp2-community-post {
  background: rgba(124, 58, 237, 0.09);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.lp2-community-post:last-child { margin-bottom: 0; }
.lp2-community-post header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.lp2-community-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font: 700 0.8rem "Sora", sans-serif;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-soft));
  flex: none;
}
.lp2-community-avatar--gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #241503;
}
.lp2-community-post header span {
  font-size: 0.78rem;
  color: var(--muted);
}
.lp2-community-post p {
  margin: 0;
  font-size: 0.88rem;
  color: #d8ccf2;
  line-height: 1.5;
}

/* ---------- how it works ---------- */
.lp2-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  counter-reset: step;
}
.lp2-step {
  position: relative;
  background: rgba(15, 10, 30, 0.65);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px 26px 26px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.lp2-step:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}
.lp2-step::before {
  counter-increment: step;
  content: "0" counter(step);
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #241503;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 10px;
  padding: 6px 11px;
  display: inline-block;
  margin-bottom: 16px;
}
.lp2-step h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  color: var(--white);
  margin: 0 0 8px;
}
.lp2-step p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

/* ---------- coach y widget nudge ---------- */
.lp2-trynow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px dashed rgba(245, 158, 11, 0.55);
  background: rgba(245, 158, 11, 0.07);
  color: var(--gold-light);
  font-size: 0.88rem;
}
.lp2-trynow svg { width: 16px; height: 16px; flex: none; }

/* ---------- our dream ---------- */
.lp2-dream {
  background:
    radial-gradient(ellipse 60% 50% at 80% 10%, rgba(124, 58, 237, 0.14), transparent),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(245, 158, 11, 0.07), transparent);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.lp2-dream-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 52px;
  align-items: start;
}
.lp2-dream-story p {
  color: #cfc3ea;
  line-height: 1.75;
  font-size: 1.02rem;
  margin: 0 0 18px;
}
.lp2-dream-story p strong { color: var(--gold-light); font-weight: 500; }
.lp2-founder {
  margin-top: 26px;
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 20px;
}
.lp2-founder blockquote {
  margin: 0 0 10px;
  font-size: 1.02rem;
  font-style: italic;
  color: var(--white);
  line-height: 1.6;
}
.lp2-founder cite {
  font-style: normal;
  font-size: 0.88rem;
  color: var(--muted);
}
.lp2-values {
  display: grid;
  gap: 14px;
}
.lp2-value {
  background: rgba(15, 10, 30, 0.7);
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 19px 21px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.lp2-value:hover {
  transform: translateX(5px);
  border-color: rgba(167, 139, 250, 0.55);
}
.lp2-value h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 6px;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  color: var(--gold-light);
}
.lp2-value h4 svg { width: 16px; height: 16px; flex: none; }
.lp2-value p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* ---------- pricing preview ---------- */
.lp2-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  align-items: stretch;
}
.lp2-tier {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(15, 10, 30, 0.7);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 30px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lp2-tier:hover { transform: translateY(-6px); }
.lp2-tier--featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(245, 158, 11, 0.08), rgba(15, 10, 30, 0.8));
  box-shadow: 0 18px 55px rgba(245, 158, 11, 0.12);
}
.lp2-tier__badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #241503;
  font: 700 0.72rem "Sora", sans-serif;
  letter-spacing: 0.6px;
  padding: 5px 15px;
  border-radius: 999px;
  white-space: nowrap;
}
.lp2-tier h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  color: var(--white);
  margin: 0 0 4px;
}
.lp2-tier__price {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  margin: 6px 0 2px;
}
.lp2-tier__price span {
  font: 400 0.85rem "DM Sans", sans-serif;
  color: var(--muted);
}
.lp2-tier__yr {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0 0 18px;
}
.lp2-tier ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  flex: 1;
}
.lp2-tier li {
  position: relative;
  padding: 6px 0 6px 24px;
  color: #cfc3ea;
  font-size: 0.88rem;
  line-height: 1.45;
}
.lp2-tier li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.lp2-pricing-foot {
  text-align: center;
  margin-top: 26px;
  font-size: 0.88rem;
  color: var(--muted);
}
.lp2-pricing-foot a { color: var(--gold-light); }

/* ---------- FAQ ---------- */
.lp2-faq-list {
  max-width: 780px;
  margin: 40px auto 0;
}
.lp2-faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(15, 10, 30, 0.6);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.lp2-faq-item[open] { border-color: rgba(245, 158, 11, 0.45); }
.lp2-faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  font: 500 1rem "DM Sans", sans-serif;
  color: var(--white);
}
.lp2-faq-item summary::-webkit-details-marker { display: none; }
.lp2-faq-item summary::after {
  content: "+";
  font-family: "Sora", sans-serif;
  font-size: 1.2rem;
  color: var(--gold);
  transition: transform 0.25s ease;
  flex: none;
}
.lp2-faq-item[open] summary::after { transform: rotate(45deg); }
.lp2-faq-item div {
  padding: 0 22px 18px;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.65;
}
.lp2-faq-item div a { color: var(--gold-light); }

/* ---------- CTA band ---------- */
.lp2-cta {
  text-align: center;
  padding: 100px 24px;
  background:
    radial-gradient(ellipse 55% 65% at 50% 100%, rgba(124, 58, 237, 0.25), transparent),
    radial-gradient(ellipse 40% 45% at 50% 0%, rgba(245, 158, 11, 0.08), transparent);
  border-top: 1px solid var(--border);
}
.lp2-cta h2 {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  color: var(--white);
  margin: 0 0 12px;
}
.lp2-cta p {
  color: var(--muted);
  font-size: 1.04rem;
  margin: 0 auto 30px;
  max-width: 520px;
}

/* ---------- footer v2 ---------- */
.lp2-footer {
  border-top: 1px solid var(--border);
  background: rgba(10, 5, 22, 0.9);
  padding: 60px 24px 34px;
}
.lp2-footer-grid {
  max-width: 1160px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
}
.lp2-footer-brand p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 12px 0 0;
  max-width: 280px;
}
.lp2-footer-coachy {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  cursor: default;
}
.lp2-footer-coachy img {
  border-radius: 50%;
  filter: drop-shadow(0 0 6px rgba(124, 58, 237, 0.35));
  transition: filter 0.35s ease, transform 0.35s ease;
}
.lp2-footer-coachy span {
  font-size: 0.78rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.35s ease, text-shadow 0.35s ease;
}
.lp2-footer-coachy:hover img {
  transform: scale(1.08);
  filter:
    drop-shadow(0 0 14px rgba(167, 139, 250, 0.9))
    drop-shadow(0 0 30px rgba(245, 158, 11, 0.55));
}
.lp2-footer-coachy:hover span {
  color: var(--gold-light);
  text-shadow: 0 0 12px rgba(245, 158, 11, 0.6);
}

.lp2-footer h5 {
  font: 700 0.8rem "Sora", sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.lp2-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp2-footer li { margin-bottom: 9px; }
.lp2-footer li a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.lp2-footer li a:hover { color: var(--white); }
.lp2-footer-legal {
  max-width: 1160px;
  margin: 0 auto;
  border-top: 1px solid rgba(124, 58, 237, 0.15);
  padding-top: 22px;
  text-align: center;
}
.lp2-footer-legal p {
  color: rgba(139, 122, 168, 0.8);
  font-size: 0.78rem;
  line-height: 1.7;
  margin: 0 0 6px;
}

/* ---------- placeholder marker (preview only) ---------- */
.lp2-placeholder {
  border: 1.5px dashed rgba(245, 158, 11, 0.5);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.8rem;
  color: var(--gold-light);
  background: rgba(245, 158, 11, 0.05);
  margin-top: 10px;
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .lp2-hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .lp2-hero-visual { max-width: 560px; margin: 0 auto; }
  .lp2-browser { transform: none; }
  .lp2-proof-inner { grid-template-columns: repeat(2, 1fr); }
  .lp2-panel { grid-template-columns: 1fr; padding: 26px; gap: 26px; }
  .lp2-steps { grid-template-columns: 1fr; }
  .lp2-dream-grid { grid-template-columns: 1fr; gap: 36px; }
  .lp2-tiers { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .lp2-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .lp2-section { padding: 68px 18px; }
  .lp2-proof-inner { grid-template-columns: 1fr 1fr; gap: 14px; }
  .lp2-hero-chatcard { right: 0; bottom: -34px; }
  .lp2-footer-grid { grid-template-columns: 1fr; }
}
