/* lp-system.css — wspólny styl landingów AIP (god of prompt + Mico). Źródło: 120-komend/index.html (wzorzec index-v4). NIE edytuj per-landing tu — wyjątki w lokalnym <style> strony. */

* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --ink: #16161c;
  --muted: #6c6a72;
  --paper: #f3f1ec;
  --card-dark: #17171d;
  --line: #e2dfd6;
  --accent: #ffcf2e;       /* żółty akcent */
  --accent-deep: #f5b800;
  --radius: 18px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(#d5d2c8 1.1px, transparent 1.1px);
  background-size: 24px 24px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.hl { background: var(--accent); padding: 0 14px; border-radius: 14px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }

/* Nav */
.nav-wrap { position: sticky; top: 16px; z-index: 100; padding: 0 22px; }
.nav {
  max-width: 1180px; margin: 16px auto 0; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 12px 16px 12px 24px; background: #18181f; color: #fff;
  border-radius: 999px; box-shadow: 0 12px 40px rgba(0,0,0,0.16);
}
.nav .logo { font-weight: 800; font-size: 18px; letter-spacing: -0.01em; }
.nav .links { display: flex; gap: 26px; font-size: 14px; font-weight: 600; }
.nav .links a { color: rgba(255,255,255,0.78); text-decoration: none; }
.nav .links a:hover { color: #fff; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; border-radius: 999px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn-accent { background: var(--accent); color: #16161c; padding: 11px 22px; box-shadow: 0 8px 22px rgba(245,184,0,0.35); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(245,184,0,0.45); }
.btn-dark { background: #18181f; color: #fff; padding: 14px 26px; font-size: 1.02rem; }
.btn-dark:hover { transform: translateY(-2px); }
.btn-lg { padding: 16px 30px; font-size: 1.1rem; }

/* Hero */
.hero { padding: 70px 0 30px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 900; line-height: 1.02; letter-spacing: -0.03em; }
.hero h1 .row { display: block; }
.hero p.lead { margin-top: 26px; font-size: 1.2rem; color: var(--muted); max-width: 520px; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.stars { margin-top: 22px; display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: var(--muted); }
.stars .s { color: var(--accent-deep); letter-spacing: 2px; }

/* Mico-style composite: laptop + zrzuty za nim + telefon */
.shot-wrap { position: relative; }
.composite { position: relative; height: 410px; }
.fan { position: absolute; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 22px 50px rgba(20,18,30,0.18); }
.fan img { display: block; width: 100%; }
.fan.l { width: 300px; top: 6px; left: -54px; transform: rotate(-8deg); z-index: 1; }
.fan.r { width: 320px; top: -16px; right: -58px; transform: rotate(7deg); z-index: 1; }
.laptop { position: absolute; left: 50%; top: 42px; transform: translateX(-50%); width: 560px; max-width: 94%; z-index: 2; }
.laptop .screen { border: 12px solid #1b1b21; border-bottom: 0; border-radius: 16px 16px 0 0; background: #1b1b21; box-shadow: 0 30px 60px rgba(20,18,30,0.22); }
.laptop .screen img { display: block; width: 100%; border-radius: 5px 5px 0 0; }
.laptop .deck { height: 16px; margin: 0 -26px; background: linear-gradient(#cfcfd6, #a9a9b4); border-radius: 0 0 9px 9px; position: relative; }
.laptop .deck::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 96px; height: 6px; background: #94949f; border-radius: 0 0 8px 8px; }
.phone { position: absolute; width: 124px; bottom: 4px; right: 4px; border: 6px solid #1b1b21; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 44px rgba(20,18,30,0.25); z-index: 3; background: #1b1b21; }
.phone img { display: block; width: 100%; }
.tool-chip { position: absolute; display: flex; align-items: center; gap: 7px; padding: 9px 13px; background: #fff; border-radius: 13px; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(20,18,30,0.12); font-size: 12.5px; font-weight: 700; z-index: 4; }
.tool-chip.c1 { top: -8px; left: 8px; }
.tool-chip.c2 { bottom: 78px; left: -32px; }
.tool-chip.c3 { top: 76px; right: -28px; }

/* Section */
section.block { padding: 64px 0; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 14px; }
.h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1.08; }
.center { text-align: center; }
.sub { color: var(--muted); font-size: 1.12rem; max-width: 640px; margin: 14px auto 0; }

/* Library look */
.searchbar { max-width: 680px; margin: 0 auto 22px; display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; box-shadow: 0 10px 30px rgba(20,18,30,0.06); color: var(--muted); font-size: 1.05rem; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.pill { padding: 9px 18px; border-radius: 999px; font-size: 0.92rem; font-weight: 700; background: #fff; border: 1px solid var(--line); }
.pill.on { background: #18181f; color: #fff; border-color: #18181f; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--card-dark); color: #fff; border-radius: var(--radius); padding: 26px; position: relative; transition: transform 0.25s ease; }
.card:hover { transform: translateY(-6px); }
.card .emoji { font-size: 1.6rem; }
.card h3 { font-size: 1.2rem; font-weight: 800; margin: 14px 0 8px; }
.card p { color: rgba(255,255,255,0.62); font-size: 0.94rem; }
.card .tags { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.card .tag { font-size: 0.74rem; font-weight: 700; padding: 5px 11px; border-radius: 999px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); }
.card .tag.accent { background: var(--accent); color: #16161c; }

/* Value stack */
.stack-wrap { display: grid; grid-template-columns: 1fr 0.9fr; gap: 40px; align-items: center; }
.stack-list { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 16px 50px rgba(20,18,30,0.07); }
.stack-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 22px; border-bottom: 1px solid var(--line); }
.stack-row:last-child { border-bottom: 0; }
.stack-row .name { font-weight: 700; }
.stack-row .name small { display: block; font-weight: 500; color: var(--muted); font-size: 0.82rem; }
.stack-row .val { font-weight: 800; white-space: nowrap; }
.stack-row.bonus { background: #fffdf3; }
.stack-row.bonus .badge { display: inline-block; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.08em; background: var(--accent); color: #16161c; padding: 2px 8px; border-radius: 999px; margin-right: 8px; vertical-align: middle; }
.stack-total { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; background: #16161c; color: #fff; }
.stack-total .t-val s { color: rgba(255,255,255,0.45); font-weight: 600; }
.stack-total .t-val b { font-size: 1.5rem; color: var(--accent); margin-left: 10px; }

/* Pricing */
.price-card { max-width: 560px; margin: 0 auto; background: #16161c; color: #fff; border-radius: 26px; padding: 46px 38px; text-align: center; box-shadow: 0 26px 70px rgba(20,18,30,0.25); position: relative; overflow: hidden; }
.save-badge { display: inline-block; background: var(--accent); color: #16161c; font-weight: 800; font-size: 0.82rem; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; }
.price-row { display: flex; align-items: baseline; justify-content: center; gap: 14px; }
.price-row s { color: rgba(255,255,255,0.4); font-size: 1.5rem; font-weight: 600; }
.price-row .now { font-size: 3.4rem; font-weight: 900; }
.price-note { color: rgba(255,255,255,0.6); margin: 8px 0 26px; }
.pf { list-style: none; text-align: left; max-width: 420px; margin: 0 auto 28px; }
.pf li { padding: 8px 0 8px 30px; position: relative; color: rgba(255,255,255,0.9); }
.pf li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.guarantee { margin-top: 22px; font-size: 0.9rem; color: rgba(255,255,255,0.65); }

/* Footer */
.footer { padding: 40px 0; text-align: center; color: var(--muted); font-size: 0.9rem; }
.footer a { color: var(--ink); font-weight: 700; text-decoration: none; }

.sticky-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; padding: 12px 16px; background: rgba(243,241,236,0.94); backdrop-filter: blur(12px); border-top: 1px solid var(--line); text-align: center; }
.sticky-cta a { display: block; max-width: 440px; margin: 0 auto; }

@media (max-width: 880px) {
  .nav .links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding: 44px 0 20px; }
  .shot-wrap { margin-top: 8px; }
  .composite { height: 320px; }
  .laptop { width: 100%; top: 28px; }
  .fan.l { width: 200px; left: -18px; } .fan.r { width: 210px; right: -18px; }
  .phone { width: 96px; }
  .tool-chip.c2 { left: -6px; } .tool-chip.c3 { right: -6px; }
  .cards { grid-template-columns: 1fr; }
  .stack-wrap { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  section.block { padding: 48px 0; }
  .price-card { padding-bottom: 46px; }
}
