/* ── Khyran Studio — Industry Landing Pages shared CSS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --accent: #5B4FE9;
  --accent-dark: #4740C8;
  --ink: #0A0A0F;
  --white: #FFFFFF;
  --muted: #6B7280;
  --border: #E5E7EB;
  --surface: #F8F7F4;
  --radius: 14px;
}
html { scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }

/* ── NAV ── */
.lp-nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 4rem;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.lp-nav-logo {
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.1rem;
  color: var(--ink); text-decoration: none; letter-spacing: -0.02em;
}
.lp-nav-logo span { color: var(--accent); }
.lp-nav-cta {
  background: var(--accent); color: #fff;
  padding: 0.6rem 1.4rem; border-radius: 100px;
  font-size: 0.875rem; font-weight: 600; text-decoration: none;
  transition: background .15s, transform .15s;
}
.lp-nav-cta:hover { background: var(--accent-dark); transform: translateY(-1px); }
.lp-nav-back { font-size: .85rem; color: var(--muted); text-decoration: none; transition: color .15s; }
.lp-nav-back:hover { color: var(--ink); }

/* ── HERO ── */
.lp-hero {
  background: var(--ink);
  padding: 6rem 4rem 5rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(91,79,233,0.3) 0%, transparent 70%);
  pointer-events: none;
}
.lp-hero-tag {
  display: inline-block;
  background: rgba(91,79,233,0.12);
  border: 1px solid rgba(91,79,233,0.3);
  color: #A89CFF;
  font-size: .75rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .35rem .85rem; border-radius: 100px;
  margin-bottom: 1.5rem;
}
.lp-hero h1 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #fff; line-height: 1.1; letter-spacing: -0.03em;
  max-width: 720px; margin: 0 auto 1.25rem;
}
.lp-hero h1 em { font-style: normal; color: #A89CFF; }
.lp-hero p {
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
  color: rgba(255,255,255,0.65); line-height: 1.7;
  max-width: 560px; margin: 0 auto 2.5rem;
}
.lp-hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.lp-btn-primary {
  background: var(--accent); color: #fff;
  padding: .875rem 2rem; border-radius: 100px;
  font-size: 1rem; font-weight: 700; text-decoration: none;
  box-shadow: 0 8px 28px rgba(91,79,233,.45);
  transition: background .15s, transform .15s;
  font-family: 'Syne', sans-serif;
}
.lp-btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.lp-btn-ghost {
  background: transparent; color: rgba(255,255,255,.75);
  padding: .875rem 2rem; border-radius: 100px;
  font-size: 1rem; font-weight: 600; text-decoration: none;
  border: 1px solid rgba(255,255,255,.2);
  transition: border-color .15s, color .15s;
}
.lp-btn-ghost:hover { border-color: rgba(255,255,255,.5); color: #fff; }

/* ── TRUST BAR ── */
.lp-trust {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 4rem;
  display: flex; align-items: center; justify-content: center;
  gap: 3rem; flex-wrap: wrap;
}
.lp-trust-item {
  display: flex; align-items: center; gap: .5rem;
  font-size: .85rem; font-weight: 600; color: var(--muted);
}
.lp-trust-item svg { color: var(--accent); flex-shrink: 0; }

/* ── SECTION BASE ── */
.lp-section { padding: 5rem 4rem; }
.lp-section-tag {
  display: inline-block;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: .85rem;
}
.lp-section-title {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  color: var(--ink); line-height: 1.15; letter-spacing: -0.02em;
  margin-bottom: .75rem;
}
.lp-section-sub {
  font-size: 1rem; color: var(--muted); line-height: 1.7;
  max-width: 520px;
}
.lp-centered { text-align: center; }
.lp-centered .lp-section-sub { margin: 0 auto; }

/* ── PAIN POINTS ── */
.lp-pain { background: #fff; }
.lp-pain-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem; margin-top: 3rem;
}
.lp-pain-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
}
.lp-pain-icon {
  font-size: 1.5rem; margin-bottom: 1rem;
}
.lp-pain-card h3 {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 1rem; color: var(--ink); margin-bottom: .4rem;
}
.lp-pain-card p { font-size: .88rem; color: var(--muted); line-height: 1.6; }

/* ── FEATURES ── */
.lp-features { background: var(--surface); }
.lp-features-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center; margin-top: 3rem;
}
.lp-features-list { display: flex; flex-direction: column; gap: 1rem; }
.lp-feature-item {
  display: flex; align-items: flex-start; gap: 1rem;
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.25rem;
  transition: box-shadow .2s, transform .2s;
}
.lp-feature-item:hover { box-shadow: 0 4px 20px rgba(91,79,233,.1); transform: translateX(4px); }
.lp-feature-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(91,79,233,.1); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.lp-feature-item h4 {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: .95rem; color: var(--ink); margin-bottom: .2rem;
}
.lp-feature-item p { font-size: .82rem; color: var(--muted); line-height: 1.5; }

/* ── MOCKUP PREVIEW ── */
.lp-mockup {
  background: var(--ink);
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
}
.lp-mockup-bar {
  display: flex; align-items: center; gap: .5rem;
  padding-bottom: 1rem;
}
.lp-mockup-dot {
  width: 10px; height: 10px; border-radius: 50%;
}
.lp-mockup-url {
  flex: 1; height: 22px; background: rgba(255,255,255,.08);
  border-radius: 6px; margin-left: .25rem;
}
.lp-mockup-screen {
  background: #fff; border-radius: 8px; overflow: hidden;
  aspect-ratio: 4/3;
}
.lp-mockup-hero-strip {
  height: 45%; background: linear-gradient(135deg, #0A0A0F 0%, #1a1635 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 1rem; text-align: center; gap: .4rem;
}
.lp-mock-h { height: 10px; border-radius: 4px; background: rgba(255,255,255,.9); width: 60%; }
.lp-mock-h2 { height: 7px; border-radius: 4px; background: rgba(255,255,255,.4); width: 40%; }
.lp-mock-btn { height: 22px; border-radius: 100px; background: var(--accent); width: 30%; margin-top: .5rem; }
.lp-mockup-body { padding: 1rem; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .5rem; }
.lp-mock-card { background: var(--surface); border-radius: 6px; padding: .5rem; }
.lp-mock-card-img { height: 36px; background: #E5E7EB; border-radius: 4px; margin-bottom: .35rem; }
.lp-mock-card-line { height: 6px; background: #E5E7EB; border-radius: 3px; margin-bottom: .25rem; }
.lp-mock-card-line.short { width: 60%; }

/* ── HOW IT WORKS ── */
.lp-how { background: #fff; }
.lp-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; margin-top: 3rem;
  position: relative;
}
.lp-steps::before {
  content: '';
  position: absolute;
  top: 28px; left: calc(16.66% + 28px); right: calc(16.66% + 28px);
  height: 1px; background: var(--border);
}
.lp-step { text-align: center; }
.lp-step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(91,79,233,.1);
  border: 2px solid rgba(91,79,233,.25);
  color: var(--accent);
  font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
}
.lp-step h3 {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: 1rem; color: var(--ink); margin-bottom: .4rem;
}
.lp-step p { font-size: .85rem; color: var(--muted); line-height: 1.6; max-width: 200px; margin: 0 auto; }

/* ── PRICING PREVIEW ── */
.lp-pricing { background: var(--surface); }
.lp-pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-top: 3rem;
}
.lp-price-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem 1.75rem;
  transition: box-shadow .2s;
}
.lp-price-card.featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), 0 20px 50px rgba(91,79,233,.15);
  position: relative;
}
.lp-price-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: .3rem .85rem; border-radius: 100px;
  white-space: nowrap;
}
.lp-price-name {
  font-family: 'Syne', sans-serif; font-weight: 700;
  font-size: .9rem; color: var(--muted); text-transform: uppercase;
  letter-spacing: .08em; margin-bottom: .75rem;
}
.lp-price-amount {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 2.25rem; color: var(--ink); letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}
.lp-price-amount span { font-size: 1rem; font-weight: 500; color: var(--muted); }
.lp-price-features { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin-bottom: 1.75rem; }
.lp-price-features li {
  display: flex; align-items: flex-start; gap: .5rem;
  font-size: .85rem; color: var(--muted); line-height: 1.4;
}
.lp-price-features li::before {
  content: '✓'; color: var(--accent); font-weight: 700;
  font-size: .8rem; flex-shrink: 0; margin-top: .1rem;
}
.lp-price-cta {
  display: block; text-align: center;
  background: var(--ink); color: #fff;
  padding: .875rem; border-radius: 10px;
  font-weight: 700; font-size: .9rem; text-decoration: none;
  font-family: 'Syne', sans-serif;
  transition: background .15s;
}
.lp-price-card.featured .lp-price-cta { background: var(--accent); }
.lp-price-cta:hover { opacity: .85; }

/* ── FINAL CTA ── */
.lp-final-cta {
  background: var(--ink);
  padding: 6rem 4rem; text-align: center;
  position: relative; overflow: hidden;
}
.lp-final-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(91,79,233,.3) 0%, transparent 65%);
  pointer-events: none;
}
.lp-final-cta h2 {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  color: #fff; letter-spacing: -0.03em; margin-bottom: 1rem;
  position: relative;
}
.lp-final-cta p {
  font-size: 1rem; color: rgba(255,255,255,.6);
  margin-bottom: 2.5rem; position: relative;
}
.lp-final-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── FOOTER ── */
.lp-footer {
  background: #050508; padding: 2rem 4rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.lp-footer-logo {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: .95rem; color: rgba(255,255,255,.5); text-decoration: none;
}
.lp-footer-logo span { color: var(--accent); }
.lp-footer p { font-size: .78rem; color: rgba(255,255,255,.3); }
.lp-footer-links { display: flex; gap: 1.5rem; }
.lp-footer-links a { font-size: .78rem; color: rgba(255,255,255,.35); text-decoration: none; transition: color .15s; }
.lp-footer-links a:hover { color: rgba(255,255,255,.7); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .lp-nav { padding: 1rem 1.25rem; }
  .lp-hero { padding: 4rem 1.25rem 3.5rem; }
  .lp-trust { padding: 1.25rem; gap: 1.25rem; }
  .lp-section { padding: 3.5rem 1.25rem; }
  .lp-features-layout { grid-template-columns: 1fr; gap: 2rem; }
  .lp-features-layout .lp-mockup-wrap { order: -1; }
  .lp-steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .lp-steps::before { display: none; }
  .lp-pricing-grid { grid-template-columns: 1fr; }
  .lp-final-cta { padding: 4rem 1.25rem; }
  .lp-footer { padding: 1.75rem 1.25rem; flex-direction: column; text-align: center; }
  .lp-footer-links { justify-content: center; }
}
