:root{
  --ink:#1b1714;
  --ink-2:#241e1a;
  --paper:#fffaf4;
  --paper-soft:#f4eee6;
  --sage-bg:#f1f6f1;
  --sage:#4d826a;
  --rose:#e7b7ac;
  --sand:#e9cfaa;
  --text:#29231e;
  --muted:#70675f;
  --line:rgba(41,35,30,.15);
  --night-line:rgba(255,250,244,.14);
  --container:1310px;
  --nav-h:74px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 16px)}
body{margin:0;background:var(--sage-bg);color:var(--text);font-family:"Archivo",Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit}img{display:block;max-width:100%}button{font:inherit}
.container{width:min(var(--container),calc(100% - 64px));margin-inline:auto}
.narrow{max-width:920px}
.skip-link{position:fixed;z-index:200;top:8px;left:8px;padding:11px 14px;background:#fff;color:#111;transform:translateY(-160%)}.skip-link:focus{transform:none}
.serif{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-weight:400}

.top{position:sticky;z-index:90;top:0;height:var(--nav-h);background:rgba(27,23,20,.96);border-bottom:1px solid var(--night-line);color:var(--paper);backdrop-filter:blur(14px)}
.nav-row{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:flex;flex-direction:column;line-height:1;text-decoration:none}.logo>span{font-size:17px;font-weight:850;letter-spacing:-.035em}.logo .dot{color:var(--sage)}.logo small{margin-top:7px;color:var(--rose);font-family:"JetBrains Mono",monospace;font-size:8px;letter-spacing:.14em;text-transform:uppercase}
.nav-links{display:flex;gap:27px}.nav-links a{color:rgba(255,250,244,.68);font-size:12px;font-weight:650;text-decoration:none}.nav-links a:hover{color:#fff}
.nav-cta{display:inline-flex;align-items:center;gap:12px;padding:11px 18px;border:1px solid rgba(255,250,244,.32);border-radius:999px;color:#fff;font-size:11px;font-weight:750;text-decoration:none}.nav-cta:hover{background:var(--paper);color:var(--ink)}

.hero{position:relative;min-height:clamp(820px,calc(100vh - var(--nav-h)),980px);display:flex;align-items:center;background:var(--ink);color:var(--paper);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,#000,transparent 72%)}
.hero-inner{position:relative;display:grid;grid-template-columns:1.08fr .92fr;grid-template-areas:"main visual" "support visual";gap:20px 80px;align-items:center;padding:60px 0}
.hero-copy-main{grid-area:main;align-self:end}.hero-copy-support{grid-area:support;align-self:start}.hero-visual{grid-area:visual}.hero-copy-main,.hero-copy-support,.hero-visual{min-width:0}
.hero-eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:25px;color:var(--rose);font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.hero-eyebrow::before{content:"";flex:0 0 auto;width:8px;height:13px;background:var(--rose);animation:cursorBlink 1.05s steps(2,end) infinite}
.hero h1{margin:0;font-size:clamp(56px,5.7vw,86px);font-weight:900;line-height:.91;letter-spacing:-.058em}.hero h1>span{display:block}.hero h1 .serif{margin-top:8px;color:var(--rose);font-size:1.02em;letter-spacing:-.035em}
.hero-question{margin:0 0 17px;color:rgba(255,250,244,.64);font-size:16px;line-height:1.55}
.hero-statement{max-width:650px;margin:0;color:rgba(255,250,244,.82);font-size:17px;line-height:1.55}.hero-statement strong{color:var(--rose)}
.hero-link{display:inline-flex;gap:14px;margin-top:29px;padding-bottom:12px;border-bottom:1px solid rgba(255,250,244,.35);color:var(--paper);font-family:"JetBrains Mono",monospace;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;text-decoration:none}.hero-link:hover{border-color:var(--rose);color:var(--rose)}
.hero-price{display:flex;align-items:center;gap:9px;margin:24px 0 0;color:rgba(255,250,244,.52);font-family:"JetBrains Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.hero-price i{width:6px;height:6px;border-radius:50%;background:var(--rose)}.hero-price .serif{color:var(--rose);font-family:"Instrument Serif",Georgia,serif;font-size:19px;letter-spacing:0;text-transform:lowercase}
.photo-frame{position:relative;min-height:630px;overflow:hidden;border:1px solid rgba(255,250,244,.22);border-radius:28px;background:#12100e}.photo-frame picture{position:absolute;inset:0}.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:57% center;filter:brightness(.72) saturate(.76)}
.photo-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(17,14,12,.92) 100%)}
.photo-status{position:absolute;z-index:2;top:22px;right:22px;padding:10px 13px;border-radius:999px;background:rgba(17,14,12,.82);color:rgba(255,250,244,.72);font-family:"JetBrains Mono",monospace;font-size:7px;letter-spacing:.13em;text-transform:uppercase}
.photo-panel{position:absolute;z-index:3;left:22px;right:22px;bottom:22px;padding:22px;border:1px solid rgba(255,250,244,.16);border-radius:20px;background:rgba(24,20,17,.92);backdrop-filter:blur(12px)}
.photo-panel small{color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:7px;letter-spacing:.14em}.photo-panel>strong{display:block;margin:10px 0 17px;font-size:20px;letter-spacing:-.03em}
.photo-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--night-line)}.photo-grid div{display:grid;grid-template-columns:28px 1fr;gap:8px;padding:10px 0;border-bottom:1px solid var(--night-line)}.photo-grid div:nth-child(odd){margin-right:18px}.photo-grid i{color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:7px;font-style:normal}.photo-grid b{font-family:"JetBrains Mono",monospace;font-size:7px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}

/* Hero motion demo: pełna kompozycja redakcyjna inspirowana motion demo social */
.motion-demo-frame>img{position:absolute;inset:0}.motion-demo-frame::after{z-index:1;background:linear-gradient(180deg,rgba(14,12,10,.28),rgba(14,12,10,.72))}
.hero-demo{position:absolute;z-index:3;inset:20px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,250,244,.42);border-radius:20px;background:#eee9e0;box-shadow:0 30px 76px -40px rgba(0,0,0,.96)}
.hero-demo-head{display:flex;align-items:center;gap:10px;min-height:45px;padding:0 14px;border-bottom:1px solid rgba(41,35,30,.13);font-family:"JetBrains Mono",monospace;text-transform:uppercase}
.hero-demo-head>span:first-child{margin-right:auto;color:rgba(41,35,30,.62);font-size:7px;font-weight:700;letter-spacing:.14em}.hero-demo-live{display:inline-flex;align-items:center;gap:6px;color:var(--sage);font-size:6px;letter-spacing:.12em}.hero-demo-live::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 4px rgba(118,145,124,.12)}
.hero-demo-toggle{min-width:53px;padding:7px 9px;border:1px solid rgba(41,35,30,.2);border-radius:999px;background:transparent;color:rgba(41,35,30,.72);font:700 6px/1 "JetBrains Mono",monospace;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.hero-demo-toggle:hover{border-color:var(--sage);color:var(--sage)}
.hero-demo-stage{position:relative;flex:1;min-height:0}.hero-demo-step{position:absolute;inset:0;display:flex;flex-direction:column;padding:15px 16px 12px;opacity:0;transform:translateY(12px) scale(.99);pointer-events:none;transition:opacity .48s ease,transform .48s ease}.hero-demo[data-step="0"] .hero-demo-step[data-step="0"],.hero-demo[data-step="1"] .hero-demo-step[data-step="1"],.hero-demo[data-step="2"] .hero-demo-step[data-step="2"],.hero-demo[data-step="3"] .hero-demo-step[data-step="3"]{opacity:1;transform:none;pointer-events:auto}
.hero-demo-kicker{display:block;margin-bottom:4px;color:var(--sage);font:700 6.5px/1.2 "JetBrains Mono",monospace;letter-spacing:.14em;text-transform:uppercase}.hero-demo-scene-title{margin:0;color:var(--ink);font-size:20px;font-weight:850;line-height:1.05;letter-spacing:-.035em}
.hero-demo-surface{display:flex;flex:1;min-height:0;margin-top:10px;padding:14px 15px;border:1px solid rgba(255,250,244,.12);border-radius:16px;background:rgba(24,20,17,.97);color:var(--paper);box-shadow:0 16px 38px -28px rgba(0,0,0,.9);flex-direction:column}.hero-demo-surface-label{display:block;margin-bottom:7px;color:var(--sage);font:700 6px/1.2 "JetBrains Mono",monospace;letter-spacing:.13em;text-transform:uppercase}
.hero-demo-title{margin:0;color:var(--paper);font-size:18px;font-weight:850;line-height:1.05;letter-spacing:-.035em}.hero-demo-title .serif{display:block;margin-top:2px;padding-bottom:.07em;color:var(--rose);font-size:1.18em;font-weight:400;line-height:1.05}.hero-demo-tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:8px}.hero-demo-tools span{padding:6px 3px;border:1px solid rgba(255,250,244,.12);border-radius:7px;color:rgba(255,250,244,.7);font:600 5.5px/1 "JetBrains Mono",monospace;text-align:center}
.hero-demo-flow{display:grid;flex:1;grid-template-rows:repeat(3,1fr);margin-top:7px;border-top:1px solid rgba(255,250,244,.1)}.hero-demo-flow div,.hero-demo-outcomes div{display:grid;grid-template-columns:24px 1fr 16px;gap:7px;align-items:center;min-height:0;border-bottom:1px solid rgba(255,250,244,.1)}.hero-demo-flow i,.hero-demo-outcomes i{color:var(--sage);font:700 6px/1 "JetBrains Mono",monospace;font-style:normal}.hero-demo-flow strong,.hero-demo-outcomes strong{display:block;color:rgba(255,250,244,.92);font-size:10px;line-height:1.15}.hero-demo-flow small,.hero-demo-outcomes small{display:block;margin-top:3px;color:rgba(255,250,244,.48);font-size:7px;line-height:1.2}.hero-demo-flow b,.hero-demo-outcomes b{display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:rgba(118,145,124,.16);color:var(--sage);font-size:7px}
.hero-demo-chat{display:grid;flex:1;grid-template-rows:repeat(4,1fr);gap:6px;min-height:0}.hero-demo-message{display:flex;max-width:90%;min-height:0;padding:8px 10px;border:1px solid rgba(255,250,244,.1);border-radius:10px;color:rgba(255,250,244,.86);font-size:9px;line-height:1.28;flex-direction:column;justify-content:center}.hero-demo-message i{display:block;margin-bottom:3px;color:var(--sage);font:700 5.5px/1 "JetBrains Mono",monospace;font-style:normal;letter-spacing:.11em;text-transform:uppercase}.hero-demo-message.user{justify-self:end;background:rgba(232,191,179,.1);border-color:rgba(232,191,179,.18)}.hero-demo-message.user i{color:var(--rose)}.hero-demo-status{display:flex;align-items:center;gap:6px;margin:7px 0 0;padding:7px 8px;border-radius:8px;background:rgba(118,145,124,.1);color:rgba(255,250,244,.58);font-size:6.5px;line-height:1.2}.hero-demo-status span{width:5px;height:5px;border-radius:50%;background:var(--sage)}
.hero-demo-map-surface{padding:11px;background:var(--rose)}.hero-demo-map-card{display:flex;flex:1;min-height:0;padding:12px 13px;border-radius:12px;background:var(--paper);color:var(--ink);flex-direction:column}.hero-demo-map-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid rgba(41,35,30,.14)}.hero-demo-map-head strong{font-size:13px}.hero-demo-map-head span{color:var(--sage);font:700 5.5px/1 "JetBrains Mono",monospace;letter-spacing:.08em;text-transform:uppercase}.hero-demo-map{display:grid;flex:1;grid-template-rows:repeat(4,1fr);min-height:0}.hero-demo-map div{display:grid;grid-template-columns:92px 1fr;gap:9px;align-items:center;min-height:0;border-bottom:1px solid rgba(41,35,30,.12)}.hero-demo-map b{color:var(--sage);font:700 5.5px/1.25 "JetBrains Mono",monospace;letter-spacing:.07em;text-transform:uppercase}.hero-demo-map span{color:var(--ink);font-size:8.5px;font-weight:750;line-height:1.2}.hero-demo-note{margin:8px 0 0;padding:8px 9px;border-radius:8px;background:#e7efe9;color:rgba(41,35,30,.8);font-size:7px;font-weight:700;line-height:1.28}.hero-demo-note small{display:block;margin-bottom:3px;color:var(--sage);font:700 5.5px/1 "JetBrains Mono",monospace;letter-spacing:.1em;text-transform:uppercase}
.hero-demo-outcomes{display:grid;flex:1;grid-template-rows:repeat(4,1fr);min-height:0;border-top:1px solid rgba(255,250,244,.1)}.hero-demo-human-note{margin:8px 0 0;padding:8px 9px;border-radius:8px;background:rgba(118,145,124,.1);color:rgba(255,250,244,.58);font-size:6.5px;font-weight:650;line-height:1.25}.hero-demo-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:0 16px 11px;background:#eee9e0}.hero-demo-progress span{height:3px;border-radius:999px;background:rgba(41,35,30,.14);transition:background .3s ease}.hero-demo[data-step="0"] .hero-demo-progress span:nth-child(1),.hero-demo[data-step="1"] .hero-demo-progress span:nth-child(2),.hero-demo[data-step="2"] .hero-demo-progress span:nth-child(3),.hero-demo[data-step="3"] .hero-demo-progress span:nth-child(4){background:var(--sage)}

.section{padding:72px 0}
.section-heading{margin-bottom:40px}.section-heading.centered{text-align:center}.section-heading.centered h2,.section-heading.centered>p{margin-left:auto;margin-right:auto}
.section-eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:23px;color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.section-eyebrow::before{content:"";flex:0 0 auto;width:8px;height:13px;background:var(--rose);animation:cursorBlink 1.05s steps(2,end) infinite}
@keyframes cursorBlink{0%,49%{opacity:1}50%,100%{opacity:0}}
.section-heading h2{max-width:1050px;margin:0;font-size:clamp(42px,4.8vw,68px);line-height:.98;letter-spacing:-.05em}.section-heading h2 .serif{color:var(--sage)}
.section-heading>p{max-width:800px;margin-top:20px;color:var(--muted);font-size:16px;line-height:1.6}.section-heading.dark{color:var(--paper)}.section-heading.dark h2 .serif{color:var(--rose)}.section-heading.dark>p{color:rgba(255,250,244,.62)}.section-heading.dark .section-eyebrow{color:var(--rose)}

.explain{background:var(--sage-bg)}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.compare-card{overflow:hidden;border:1px solid #dbc9b8;border-radius:18px;background:var(--paper)}.compare-card.featured{border-color:#9bb8a7}
.compare-card header{padding:28px;border-bottom:1px solid var(--line)}.compare-card header span{color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:9px;letter-spacing:.11em}.compare-card h3{margin:14px 0 11px;font-size:25px;letter-spacing:-.035em}.compare-card header p{margin:0;color:var(--muted);font-size:13px}
.compare-body{padding:27px}.compare-body>p{margin:0 0 18px;color:var(--muted);font-size:14px;line-height:1.6}.compare-body ul{margin:0;padding:0;list-style:none}.compare-body ul + p{margin:20px 0 0}.compare-body li{position:relative;padding:7px 0 7px 20px;color:var(--muted);font-family:"JetBrains Mono",monospace;font-size:11px;line-height:1.45}.compare-body li::before{content:"*";position:absolute;left:0;color:var(--sage);font-size:15px}
.system-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;margin-top:36px;padding:56px;border-radius:28px;background:var(--ink);color:var(--paper)}
.system-copy>span{color:var(--rose);font-family:"JetBrains Mono",monospace;font-size:9px}.system-copy h3{margin:17px 0 8px;font-size:27px;letter-spacing:-.035em}.system-copy>p{margin:0 0 26px;color:rgba(255,250,244,.57);font-size:13px}.system-copy ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--night-line)}.system-copy li{display:grid;grid-template-columns:38px 1fr;gap:15px;padding:15px 0;border-bottom:1px solid var(--night-line)}.system-copy li i{color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:8px;font-style:normal}.system-copy li strong,.system-copy li small{display:block}.system-copy li strong{margin-bottom:4px;font-size:14px}.system-copy li small{color:rgba(255,250,244,.48);font-size:11px}
.assistant-demo{align-self:center;overflow:hidden;border:1px solid var(--night-line);border-radius:22px;background:#110f0d}
.demo-top{display:flex;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--night-line);color:rgba(255,250,244,.35);font-family:"JetBrains Mono",monospace;font-size:7px;letter-spacing:.12em}.demo-active{color:var(--sage)}.demo-active::before{content:"";display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:var(--sage)}
.demo-body{padding:28px}.demo-body>small{display:block;margin-bottom:22px;color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:8px;letter-spacing:.12em}.demo-message{max-width:90%;margin:0 0 12px;padding:15px;border:1px solid var(--night-line);border-radius:13px;color:rgba(255,250,244,.68);font-size:12px;line-height:1.5}.demo-message i{display:block;margin-bottom:6px;color:rgba(255,250,244,.32);font-family:"JetBrains Mono",monospace;font-size:7px;font-style:normal}.demo-message.user{margin-left:auto;background:#2b2521}.demo-message.ai{background:#201b18;border-color:rgba(77,130,106,.35)}.demo-message.ai i{color:var(--sage)}
.demo-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:25px}.demo-progress span{position:relative;height:1px;background:rgba(255,250,244,.16)}.demo-progress span::before{content:"";position:absolute;top:-3px;left:0;width:7px;height:7px;border-radius:50%;background:#554b44}.demo-progress .done,.demo-progress .active{background:var(--sage)}.demo-progress .done::before{background:var(--sage)}.demo-progress .active::before{background:var(--rose);box-shadow:0 0 0 5px rgba(231,183,172,.12)}
.demo-labels{display:grid;grid-template-columns:repeat(4,1fr);margin-top:13px;color:rgba(255,250,244,.27);font-family:"JetBrains Mono",monospace;font-size:6px;letter-spacing:.1em}.demo-labels span:nth-child(2){color:var(--rose)}

.process{background:var(--sage-bg);border-top:1px solid var(--line)}
.accordion{border-top:1px solid var(--line)}.acc-item{border-bottom:1px solid var(--line)}
.acc-head{width:100%;display:grid;grid-template-columns:50px 1fr 44px;gap:18px;align-items:center;padding:28px 0;border:0;background:none;color:var(--text);text-align:left;cursor:pointer}.acc-head>span{color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:10px}.acc-head strong{font-size:28px;letter-spacing:-.035em}.acc-head strong i{color:var(--sage);font-size:1.05em}.acc-head>b{width:40px;height:40px;display:grid;place-items:center;border:1px solid #dccdbf;border-radius:50%;font-size:21px;font-weight:400;transition:.2s}.acc-item.open .acc-head>b{transform:rotate(45deg);background:var(--sage);border-color:var(--sage);color:#fff}
.acc-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.acc-body>div{overflow:hidden;display:grid;grid-template-columns:50px 1fr;gap:18px}.acc-body small{padding-top:5px;color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:8px}.acc-text{min-width:0}.acc-body p{max-width:900px;margin:0;color:var(--muted);font-size:15px;line-height:1.6}.acc-text p+p{margin-top:18px}.acc-text ul{max-width:900px;margin:20px 0;padding:0;list-style:none}.acc-text li{position:relative;padding:6px 0 6px 23px;color:var(--muted);font-size:15px;line-height:1.6}.acc-text li::before{content:"*";position:absolute;left:0;color:var(--sage);font-family:"JetBrains Mono",monospace}.acc-body em{display:block;margin:24px 0 31px;color:var(--sage);font-family:"Instrument Serif",Georgia,serif;font-size:28px;font-weight:400}.acc-item.open .acc-body{grid-template-rows:1fr}

.offer-section{padding:32px 0;background:var(--sage-bg)}
.offer-shell{padding:54px 56px;border-radius:28px;background:var(--ink);color:var(--paper)}
.offer-panel{display:grid;grid-template-columns:.78fr 1.62fr;gap:36px;margin-top:45px}
.offer-price{display:flex;flex-direction:column;justify-content:center;min-height:480px;padding:38px;border-radius:22px;background:#2b2521}.offer-price>small{color:var(--rose);font-family:"JetBrains Mono",monospace;font-size:8px;letter-spacing:.16em;line-height:1.5}.price-tag{margin:20px 0 13px;font-size:91px;font-weight:900;line-height:.83;letter-spacing:-.07em}.price-tag span{margin-left:7px;color:var(--sage);font-size:37px;vertical-align:top}.offer-price>p{margin:0;padding-top:15px;border-top:1px solid rgba(255,250,244,.55);color:rgba(255,250,244,.55);font-family:"JetBrains Mono",monospace;font-size:8px;letter-spacing:.15em}.offer-price .gross{margin-top:9px;padding:0;border:0;color:var(--sage);letter-spacing:.08em}.offer-price>a{align-self:flex-start;margin-top:28px;padding:14px 24px;border-radius:999px;background:var(--rose);color:var(--ink);font-family:"JetBrains Mono",monospace;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;text-decoration:none}.offer-price>a:hover{background:var(--paper)}
.included-grid{display:grid;grid-template-columns:1fr 1fr}.included-grid article{padding:30px;border-bottom:1px solid var(--night-line)}.included-grid article:nth-child(odd){border-right:1px solid var(--night-line)}.included-grid span{color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:8px}.included-grid strong{display:block;margin:18px 0 9px;font-size:17px}.included-grid p{margin:0;color:rgba(255,250,244,.55);font-size:12px;line-height:1.55}
.offer-note{margin:30px 0 0;color:rgba(255,250,244,.44);font-size:11px;text-align:center}

.faq-section{background:var(--sage-bg)}.faq{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}
.faq-q{width:100%;display:grid;grid-template-columns:1fr 42px;gap:20px;align-items:center;padding:24px 0;border:0;background:none;color:var(--text);text-align:left;cursor:pointer}.faq-q strong{font-size:17px}.faq-q>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dccdbf;border-radius:50%;font-size:21px;transition:.2s}.faq-item.open .faq-q>span{transform:rotate(45deg);background:var(--sage);border-color:var(--sage);color:#fff}
.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s}.faq-a>div{overflow:hidden}.faq-a p{max-width:760px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.faq-a p+p{margin-top:14px}.faq-a strong{color:var(--text)}.faq-a a{color:var(--sage);font-weight:750;text-underline-offset:3px}.faq-a a:hover{color:var(--ink)}.faq-item.open .faq-a{grid-template-rows:1fr}.faq-item.open .faq-a p{padding-bottom:0}.faq-item.open .faq-a p:last-child{padding-bottom:24px}

.final-cta{position:relative;isolation:isolate;min-height:680px;display:grid;align-items:center;overflow:hidden;background:#100e0c;color:var(--paper)}.final-cta>picture{position:absolute;z-index:-3;inset:0}.final-cta>picture img{width:100%;height:100%;object-fit:cover;object-position:58% center;filter:brightness(.47) saturate(.7)}.final-cta::before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(11,9,8,.9),rgba(11,9,8,.45),rgba(11,9,8,.56))}
.buy-flow{display:grid;grid-template-columns:repeat(3,1fr);margin-top:25px;border-top:1px solid var(--night-line)}.buy-flow article{padding:27px 28px 27px 0}.buy-flow article+article{padding-left:28px;border-left:1px solid var(--night-line)}.buy-flow span{color:var(--sage);font-family:"JetBrains Mono",monospace;font-size:8px}.buy-flow strong{display:block;margin:19px 0 8px;font-size:16px}.buy-flow p{margin:0;color:rgba(255,250,244,.6);font-size:12px;line-height:1.55}
.final-buy{display:flex;align-items:center;justify-content:center;gap:17px;width:max-content;margin:43px auto 0;padding:19px 35px;border-radius:999px;background:var(--paper);color:var(--ink);font-family:"JetBrains Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;text-decoration:none}.final-buy:hover{background:var(--rose)}

footer{padding:58px 0 25px;background:#0f0d0b;color:var(--paper)}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .7fr;gap:50px;padding-bottom:38px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid h3{margin:0 0 9px;color:var(--rose);font-family:"JetBrains Mono",monospace;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.footer-grid>div a{color:rgba(255,250,244,.58);font-size:12px;text-decoration:none}.footer-grid>div a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid var(--night-line);color:rgba(255,250,244,.34);font-size:10px}.footer-bottom a{text-decoration:none}

.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:none}:focus-visible{outline:3px solid var(--rose);outline-offset:3px}
.acc-body em{grid-column:2}

@media(max-width:960px){
  .hero-inner{grid-template-columns:1fr;grid-template-areas:"main" "visual" "support";gap:34px;padding:58px 0}.hero h1{max-width:700px}.hero-visual{max-width:650px}.photo-frame{min-height:570px}.hero-copy-support{max-width:720px}
  .system-panel,.offer-panel{grid-template-columns:1fr}.offer-price{min-height:0}.faq-section .narrow{max-width:none}
}

@media(max-width:700px){
  :root{--nav-h:64px}.container{width:min(100% - 40px,var(--container))}
  .logo>span{font-size:14px}.logo small{font-size:6px}.nav-links{display:none}.nav-cta{padding:9px 13px;font-size:9px}
  .hero{min-height:auto}.hero-inner{padding:39px 0 47px;gap:29px}.hero-eyebrow{margin-bottom:18px;font-size:8px}.hero h1{font-size:clamp(39px,11vw,49px)}
  .photo-frame{min-height:0;aspect-ratio:.87;border-radius:20px}.photo-status{top:13px;right:13px;font-size:6px}.photo-panel{left:0;right:0;bottom:0;border-width:1px 0 0;border-radius:0;padding:17px}.photo-panel>strong{font-size:17px}.photo-grid div{padding:8px 0}.photo-grid div:nth-child(odd){margin-right:12px}
  .motion-demo-frame{aspect-ratio:.72}.hero-demo{inset:10px;border-radius:15px}.hero-demo-head{min-height:36px;padding:0 9px}.hero-demo-head>span:first-child{font-size:5.7px}.hero-demo-live{font-size:5.1px}.hero-demo-toggle{min-width:44px;padding:5px 6px;font-size:5.1px}.hero-demo-step{padding:9px 9px 7px}.hero-demo-kicker{margin-bottom:3px;font-size:5.4px}.hero-demo-scene-title{font-size:15.8px}.hero-demo-surface{margin-top:7px;padding:9px 10px;border-radius:11px}.hero-demo-surface-label{margin-bottom:4px;font-size:5px}.hero-demo-title{font-size:14.3px}.hero-demo-title .serif{margin-top:1px}.hero-demo-tools{gap:3px;margin-top:6px}.hero-demo-tools span{padding:5px 2px;font-size:4.8px}.hero-demo-flow{margin-top:5px}.hero-demo-flow div,.hero-demo-outcomes div{grid-template-columns:19px 1fr 13px;gap:5px}.hero-demo-flow i,.hero-demo-outcomes i{font-size:5px}.hero-demo-flow strong,.hero-demo-outcomes strong{font-size:7.9px}.hero-demo-flow small,.hero-demo-outcomes small{margin-top:2px;font-size:5.7px}.hero-demo-flow b,.hero-demo-outcomes b{width:12px;height:12px;font-size:5px}.hero-demo-chat{gap:5px}.hero-demo-message{padding:6px 7px;border-radius:8px;font-size:7.3px}.hero-demo-message i{margin-bottom:2px;font-size:4.8px}.hero-demo-status{gap:4px;margin-top:5px;padding:5px 6px;font-size:5.3px}.hero-demo-map-surface{padding:7px}.hero-demo-map-card{padding:8px 9px;border-radius:9px}.hero-demo-map-head{padding-bottom:5px}.hero-demo-map-head strong{font-size:10px}.hero-demo-map-head span{font-size:4.7px}.hero-demo-map div{grid-template-columns:72px 1fr;gap:6px}.hero-demo-map b{font-size:4.8px}.hero-demo-map span{font-size:7px}.hero-demo-note{margin-top:5px;padding:5px 6px;font-size:5.7px}.hero-demo-note small{font-size:4.6px}.hero-demo-human-note{margin-top:5px;padding:5px 6px;font-size:5.4px}.hero-demo-progress{gap:4px;padding:0 9px 7px}
  .hero-question{display:none}.hero-statement{font-size:16px}.hero-link{margin-top:24px}.hero-price{margin-top:22px}
  .section{padding:48px 0}.section-heading{margin-bottom:28px}.section-eyebrow{font-size:8px}.section-heading h2{font-size:clamp(39px,11vw,50px)}.section-heading>p{font-size:14px}
  .compare-grid{grid-template-columns:1fr}.compare-card{border-radius:15px}.compare-card header,.compare-body{padding:23px}.compare-card h3{font-size:23px}
  .system-panel{gap:32px;margin-top:20px;padding:28px 22px;border-radius:20px}.assistant-demo{border-radius:16px}.demo-body{padding:20px}.demo-message{max-width:96%}
  .acc-head{grid-template-columns:34px 1fr 38px;gap:10px;padding:23px 0}.acc-head strong{font-size:22px;line-height:1.12}.acc-head strong i{display:block}.acc-head>b{width:36px;height:36px}.acc-body>div{grid-template-columns:34px 1fr;gap:10px}.acc-body p{font-size:14px}.acc-body em{font-size:24px}
  .offer-section{padding:16px 0}.offer-shell{width:calc(100% - 20px);padding:42px 18px;border-radius:20px}.offer-panel{gap:0;margin-top:28px}.offer-price{padding:28px;border-radius:17px}.price-tag{font-size:78px}.included-grid{grid-template-columns:1fr}.included-grid article,.included-grid article:nth-child(odd){padding:24px 9px;border-right:0}.included-grid strong{font-size:16px}
  .faq-q strong{font-size:15px}.faq-a p{font-size:13px}
  .final-cta{min-height:auto;padding:52px 0}.final-cta::before{background:rgba(11,9,8,.72)}.buy-flow{grid-template-columns:1fr}.buy-flow article,.buy-flow article+article{padding:20px 0;border-left:0;border-bottom:1px solid var(--night-line)}.final-buy{width:100%;padding:17px 12px;font-size:9px}
  .footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:14px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* Typography refinement: readable body copy, restrained premium hierarchy */
body{font-size:16px;line-height:1.55}
h1,h2,h3{text-wrap:balance}
p,li{text-wrap:pretty}
.nav-links a{font-size:13px}
.nav-cta{font-size:12px}
.hero-question{font-size:17px;line-height:1.6}
.hero-statement{font-size:18px;line-height:1.6}
.hero-link{font-size:10.5px}
.hero-price{font-size:10.5px}
.photo-status{font-size:8.5px}
.photo-panel small{font-size:9px}
.photo-panel>strong{font-size:22px;line-height:1.22}
.photo-grid i,.photo-grid b{font-size:9px;line-height:1.35}
.section-heading>p{font-size:17px;line-height:1.65}
.compare-card header span{font-size:10px}
.compare-card h3{font-size:27px;line-height:1.15}
.compare-card header p{font-size:15px;line-height:1.55}
.compare-body>p{font-size:16px;line-height:1.65}
.compare-body li{font-size:13px;line-height:1.55}
.system-copy>span{font-size:10px}
.system-copy h3{font-size:30px;line-height:1.12}
.system-copy>p{font-size:15px;line-height:1.55}
.system-copy li i{font-size:9px}
.system-copy li strong{font-size:16px;line-height:1.35}
.system-copy li small{font-size:13px;line-height:1.45}
.demo-top{font-size:9px}
.demo-body>small{font-size:10px}
.demo-message{font-size:15.5px;line-height:1.6}
.demo-message i{font-size:9px;line-height:1.3}
.demo-labels{font-size:8px}
.acc-head>span{font-size:11px}
.acc-head strong{font-size:30px;line-height:1.14}
.acc-body small{font-size:9px}
.acc-body p{font-size:17px;line-height:1.65}
.offer-price>small{font-size:10px}
.offer-price>p{font-size:10px;line-height:1.5}
.offer-price>a{font-size:11px}
.included-grid span{font-size:9px}
.included-grid strong{font-size:19px;line-height:1.25}
.included-grid p{font-size:15px;line-height:1.6}
.offer-note{font-size:13px;line-height:1.55}
.faq-q strong{font-size:19px;line-height:1.35}
.faq-a p{font-size:16px;line-height:1.7}
.buy-flow span{font-size:9px}
.buy-flow strong{font-size:18px;line-height:1.3}
.buy-flow p{font-size:15px;line-height:1.6}
.final-buy{font-size:11px}
.footer-grid h3{font-size:10px}
.footer-grid>div a{font-size:14px;line-height:1.45}
.footer-bottom{font-size:11px;line-height:1.45}

@media(max-width:700px){
  .hero-inner{width:calc(100% - 40px);max-width:calc(100vw - 40px);margin-inline:auto}
  .hero-copy-main,.hero-copy-support,.hero-visual,.hero-statement{width:100%;max-width:100%}
  .hero-statement{overflow-wrap:break-word}.hero-statement strong{display:block}
  .hero-link{max-width:100%;flex-wrap:wrap}
  .logo>span{font-size:15px}.logo small{font-size:8.5px}.nav-cta{font-size:10px}
  .hero-eyebrow{font-size:9px;line-height:1.45}
  .hero-statement{font-size:17px;line-height:1.62}
  .hero-link{font-size:10px;line-height:1.4}
  .hero-price{font-size:10px;line-height:1.4}
  .photo-status{font-size:8.5px}
  .photo-panel small{font-size:9px}
  .photo-panel>strong{font-size:19px}
  .photo-grid i,.photo-grid b{font-size:9px}
  .section-eyebrow{font-size:9px;line-height:1.45}
  .section-heading>p{font-size:16px;line-height:1.65}
  .compare-card h3{font-size:24px}
  .compare-card header p{font-size:15px;line-height:1.55}
  .compare-body>p{font-size:15.5px;line-height:1.65}
  .compare-body li{font-size:13px;line-height:1.55}
  .system-copy h3{font-size:27px}
  .system-copy>p{font-size:15px}
  .system-copy li strong{font-size:16px}
  .system-copy li small{font-size:13px}
  .demo-top{font-size:9px}
  .demo-body>small{font-size:9px;line-height:1.4}
  .demo-message{font-size:15px;line-height:1.6}
  .demo-message i{font-size:9px}
  .demo-labels{font-size:8.5px}
  .acc-head>span{font-size:10px}
  .acc-head strong{font-size:24px;line-height:1.15}
  .acc-body small{font-size:9px}
  .acc-body p{font-size:16px;line-height:1.68}
  .acc-text ul{margin:18px 0}.acc-text li{font-size:15px;line-height:1.62;padding-left:20px}
  .acc-body em{font-size:26px;line-height:1.15}
  .offer-price>small{font-size:9px}
  .offer-price>p{font-size:9.5px}
  .offer-price>a{font-size:10.5px}
  .included-grid strong{font-size:18px}
  .included-grid p{font-size:15px;line-height:1.62}
  .offer-note{font-size:13px;line-height:1.58}
  .faq-q strong{font-size:17px;line-height:1.4}
  .faq-a p{font-size:16px;line-height:1.7}
  .buy-flow strong{font-size:17px}
  .buy-flow p{font-size:15px;line-height:1.62}
  .final-buy{font-size:10px;line-height:1.4}
  .footer-grid>div a{font-size:14px}
  .footer-bottom{font-size:11px}
}

@media(max-width:360px){
  .nav-row{gap:10px}.logo>span{font-size:13px;white-space:nowrap}.logo small{font-size:7px;white-space:nowrap}.nav-cta{padding:8px 10px;font-size:9px}.hero-link span{display:none}
}

/* Hero demo v15 — mechanizm input → rozmowa → output z zaakceptowanego motion social */
.motion-demo-frame .hero-demo{inset:20px;border:1px solid rgba(255,250,244,.22);border-radius:22px;background:rgba(27,23,20,.88);box-shadow:0 30px 76px -40px rgba(0,0,0,.96);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.motion-demo-frame .hero-demo-toggle{position:absolute;z-index:80;top:14px;right:14px;min-width:58px;padding:8px 10px;border-color:rgba(255,250,244,.25);background:rgba(27,23,20,.72);color:rgba(255,250,244,.78);font-size:7px}.motion-demo-frame .hero-demo-toggle:hover{border-color:var(--sage);color:var(--sage)}
.motion-demo-frame .hero-demo-stage{position:absolute;inset:0}.motion-demo-frame .hero-demo-step{position:absolute;inset:0;padding:0;opacity:0;transform:translateX(22px);transition:opacity .55s ease,transform .55s ease}.motion-demo-frame .hero-demo[data-step="0"] .hero-demo-step[data-step="0"],.motion-demo-frame .hero-demo[data-step="1"] .hero-demo-step[data-step="1"],.motion-demo-frame .hero-demo[data-step="2"] .hero-demo-step[data-step="2"],.motion-demo-frame .hero-demo[data-step="3"] .hero-demo-step[data-step="3"]{opacity:1;transform:none}
.hero-demo-signals{background:linear-gradient(180deg,rgba(18,15,13,.1),rgba(18,15,13,.9))}.hero-demo-signal-badge{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;gap:10px;max-width:calc(100% - 110px);padding:10px 13px;border:1px solid rgba(255,250,244,.25);border-radius:999px;background:rgba(27,23,20,.72);color:rgba(255,250,244,.84);font:700 7px/1.2 "JetBrains Mono",monospace;letter-spacing:.1em;text-transform:uppercase}.hero-demo-signal-badge i{width:7px;height:7px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 5px rgba(118,145,124,.16)}
.hero-demo-signal-copy{position:absolute;top:92px;left:20px;right:20px}.hero-demo-signal-copy small{display:block;color:var(--rose);font:700 7px/1 "JetBrains Mono",monospace;letter-spacing:.14em;text-transform:uppercase}.hero-demo-signal-copy strong{display:block;max-width:330px;margin-top:10px;color:var(--paper);font-size:27px;line-height:.98;letter-spacing:-.045em}.hero-demo-signal-copy .serif{display:block;margin-top:3px;color:var(--rose);font-size:1.12em;font-weight:400}
.hero-demo-signal-panel{position:absolute;left:18px;right:18px;bottom:34px;padding:0 14px;border:1px solid rgba(255,250,244,.24);border-radius:16px;background:rgba(24,20,17,.88);box-shadow:0 18px 42px -26px #000}.hero-demo-signal-head{display:flex;justify-content:space-between;padding:12px 0 9px;color:rgba(255,250,244,.45);font:700 6px/1 "JetBrains Mono",monospace;letter-spacing:.11em;text-transform:uppercase}.hero-demo-signal-row{display:grid;grid-template-columns:28px 86px 1fr 8px;align-items:center;min-height:58px;border-top:1px solid rgba(255,250,244,.12);opacity:0;transform:translateX(-14px)}.hero-demo-signal-row b{color:rgba(255,250,244,.38);font:700 7px/1 "JetBrains Mono",monospace}.hero-demo-signal-row strong{color:var(--sand);font-size:11px}.hero-demo-signal-row span{color:rgba(255,250,244,.8);font-size:11px;font-weight:700}.hero-demo-signal-row i{width:7px;height:7px;border-radius:50%;background:var(--sage);box-shadow:0 0 0 5px rgba(118,145,124,.14)}
.hero-demo[data-step="0"] .hero-demo-signal-panel{animation:heroDemoRise .55s .2s both}.hero-demo[data-step="0"] .hero-demo-signal-row:nth-child(2){animation:heroDemoRow .45s .65s both}.hero-demo[data-step="0"] .hero-demo-signal-row:nth-child(3){animation:heroDemoRow .45s 1.35s both}.hero-demo[data-step="0"] .hero-demo-signal-row:nth-child(4){animation:heroDemoRow .45s 2.05s both}
.hero-demo-conversation{display:flex!important;padding:0 18px 34px!important;background:var(--ink);flex-direction:column}.hero-demo-assistant-bar{display:flex;align-items:center;justify-content:space-between;min-height:54px;margin:0 -18px 16px;padding:0 18px;border-bottom:1px solid rgba(255,250,244,.15);color:rgba(255,250,244,.45);font:700 8px/1 "JetBrains Mono",monospace;letter-spacing:.12em;text-transform:uppercase}.hero-demo-assistant-bar .active{color:var(--sage)}.hero-demo-bubble{display:flex;max-width:84%;min-height:76px;margin-bottom:10px;padding:13px 15px;border:1px solid rgba(255,250,244,.16);border-radius:15px;background:#201b18;color:var(--paper);font-size:14px;line-height:1.3;opacity:0;transform:translateY(15px);flex-direction:column;justify-content:center}.hero-demo-bubble i{display:block;margin-bottom:7px;color:var(--sage);font:700 7px/1 "JetBrains Mono",monospace;font-style:normal;letter-spacing:.11em;text-transform:uppercase}.hero-demo-bubble.user{align-self:flex-end;background:#332c27}.hero-demo-bubble.user i{color:rgba(255,250,244,.42)}.hero-demo-chat-status{position:relative;display:grid;grid-template-columns:1fr auto;gap:6px;margin-top:auto;padding:11px 12px 13px;border-radius:11px;background:rgba(118,145,124,.16);color:var(--sage);font:700 7px/1 "JetBrains Mono",monospace;letter-spacing:.08em;text-transform:uppercase;opacity:0}.hero-demo-chat-status i{grid-column:1/-1;height:3px;overflow:hidden;border-radius:99px;background:rgba(255,250,244,.1)}.hero-demo-chat-status i::after{content:"";display:block;width:72%;height:100%;background:var(--sage)}
.hero-demo[data-step="1"] .hero-demo-bubble:nth-child(2){animation:heroDemoBubble .5s .35s both}.hero-demo[data-step="1"] .hero-demo-bubble:nth-child(3){animation:heroDemoBubble .5s 1.1s both}.hero-demo[data-step="1"] .hero-demo-bubble:nth-child(4){animation:heroDemoBubble .5s 1.85s both}.hero-demo[data-step="1"] .hero-demo-bubble:nth-child(5){animation:heroDemoBubble .5s 2.6s both}.hero-demo[data-step="1"] .hero-demo-chat-status{animation:heroDemoRise .5s 3.35s both}
.hero-demo-output{padding:22px 18px 34px!important;background:#f1f6f1}.hero-demo-output-top small{display:block;color:var(--sage);font:700 7px/1 "JetBrains Mono",monospace;letter-spacing:.12em;text-transform:uppercase}.hero-demo-output-top strong{display:block;margin-top:5px;color:var(--ink);font-size:24px;line-height:1}.hero-demo-output-card{display:flex;height:calc(100% - 58px);margin-top:13px;padding:16px 17px;border-radius:16px;background:var(--paper);color:var(--ink);box-shadow:12px 14px 0 var(--rose);flex-direction:column}.hero-demo-output-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:11px;border-bottom:1px solid rgba(41,35,30,.14)}.hero-demo-output-head strong{font-size:16px}.hero-demo-output-head span{color:var(--sage);font:700 6px/1 "JetBrains Mono",monospace;letter-spacing:.1em;text-transform:uppercase}.hero-demo-output-row{display:grid;flex:1;grid-template-columns:105px 1fr;gap:10px;align-items:center;min-height:0;border-bottom:1px solid rgba(41,35,30,.12);opacity:0;transform:translateX(-14px)}.hero-demo-output-row b{color:var(--sage);font:700 7px/1.2 "JetBrains Mono",monospace;letter-spacing:.08em;text-transform:uppercase}.hero-demo-output-row span{font-size:11px;font-weight:750;line-height:1.22}.hero-demo-output-card>p{margin:10px 0 0;padding:10px 11px;border-radius:9px;background:#e7efe9;color:rgba(41,35,30,.82);font-size:9px;font-weight:700;line-height:1.28;opacity:0}.hero-demo-output-card>p small{display:block;margin-bottom:3px;color:var(--sage);font:700 6px/1 "JetBrains Mono",monospace;text-transform:uppercase}
.hero-demo[data-step="2"] .hero-demo-output-card{animation:heroDemoRise .5s .2s both}.hero-demo[data-step="2"] .hero-demo-output-row:nth-child(2){animation:heroDemoRow .4s .65s both}.hero-demo[data-step="2"] .hero-demo-output-row:nth-child(3){animation:heroDemoRow .4s 1.15s both}.hero-demo[data-step="2"] .hero-demo-output-row:nth-child(4){animation:heroDemoRow .4s 1.65s both}.hero-demo[data-step="2"] .hero-demo-output-row:nth-child(5){animation:heroDemoRow .4s 2.15s both}.hero-demo[data-step="2"] .hero-demo-output-card>p{animation:heroDemoRise .45s 2.75s both}
.hero-demo-decisions{padding:24px 18px 34px!important;background:var(--ink);color:var(--paper)}.hero-demo-decisions>small{color:var(--rose);font:700 7px/1 "JetBrains Mono",monospace;letter-spacing:.12em;text-transform:uppercase}.hero-demo-decisions h2{margin:10px 0 14px;font-size:25px;line-height:.98;letter-spacing:-.04em}.hero-demo-decisions h2 .serif{display:block;margin-top:4px;color:var(--rose);font-size:1.12em;font-weight:400}.hero-demo-decision-list{display:grid;flex:1;grid-template-rows:repeat(4,1fr);min-height:0;border-top:1px solid rgba(255,250,244,.14)}.hero-demo-decision-list>div{display:grid;grid-template-columns:39px 1fr;align-items:center;min-height:0;border-bottom:1px solid rgba(255,250,244,.14);opacity:0;transform:translateX(-14px)}.hero-demo-decision-list b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(118,145,124,.18);color:var(--sage);font:700 7px/1 "JetBrains Mono",monospace}.hero-demo-decision-list strong{display:block;font-size:13px}.hero-demo-decision-list small{display:block;margin-top:4px;color:rgba(255,250,244,.5);font-size:9px}.hero-demo-decisions>p{margin:11px 0 0;padding:10px 11px;border-radius:9px;background:rgba(118,145,124,.16);color:rgba(255,250,244,.72);font-size:9px;font-weight:650;line-height:1.3;opacity:0}.hero-demo[data-step="3"] .hero-demo-decision-list>div:nth-child(1){animation:heroDemoRow .4s .35s both}.hero-demo[data-step="3"] .hero-demo-decision-list>div:nth-child(2){animation:heroDemoRow .4s .9s both}.hero-demo[data-step="3"] .hero-demo-decision-list>div:nth-child(3){animation:heroDemoRow .4s 1.45s both}.hero-demo[data-step="3"] .hero-demo-decision-list>div:nth-child(4){animation:heroDemoRow .4s 2s both}.hero-demo[data-step="3"] .hero-demo-decisions>p{animation:heroDemoRise .45s 2.6s both}
.motion-demo-frame .hero-demo-progress{position:absolute;z-index:70;left:18px;right:18px;bottom:15px;padding:0;background:transparent}.motion-demo-frame .hero-demo-progress span{background:rgba(255,250,244,.17)}
@keyframes heroDemoRise{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes heroDemoRow{from{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:none}}@keyframes heroDemoBubble{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}

@media(max-width:760px){
  .motion-demo-frame .hero-demo{inset:10px;border-radius:17px}.motion-demo-frame .hero-demo-toggle{top:10px;right:10px;min-width:45px;padding:6px 7px;font-size:5px}.hero-demo-signal-badge{top:12px;left:12px;gap:7px;max-width:calc(100% - 78px);padding:8px 10px;font-size:5.2px}.hero-demo-signal-badge i{width:5px;height:5px}.hero-demo-signal-copy{top:70px;left:13px;right:13px}.hero-demo-signal-copy small{font-size:5.3px}.hero-demo-signal-copy strong{margin-top:7px;font-size:20px}.hero-demo-signal-panel{left:12px;right:12px;bottom:26px;padding:0 9px;border-radius:12px}.hero-demo-signal-head{padding:8px 0 6px;font-size:4.7px}.hero-demo-signal-row{grid-template-columns:21px 62px 1fr 6px;min-height:46px}.hero-demo-signal-row b{font-size:5.3px}.hero-demo-signal-row strong,.hero-demo-signal-row span{font-size:8px}.hero-demo-signal-row i{width:5px;height:5px}.hero-demo-conversation{padding:0 11px 27px!important}.hero-demo-assistant-bar{min-height:43px;margin:0 -11px 10px;padding:0 11px;font-size:5.7px}.hero-demo-bubble{min-height:58px;margin-bottom:7px;padding:9px 10px;border-radius:11px;font-size:10.2px}.hero-demo-bubble i{margin-bottom:4px;font-size:5.2px}.hero-demo-chat-status{padding:8px 9px 10px;font-size:5.3px}.hero-demo-output{padding:15px 11px 27px!important}.hero-demo-output-top small{font-size:5.2px}.hero-demo-output-top strong{font-size:18px}.hero-demo-output-card{height:calc(100% - 46px);margin-top:9px;padding:10px 11px;border-radius:12px;box-shadow:8px 9px 0 var(--rose)}.hero-demo-output-head{padding-bottom:7px}.hero-demo-output-head strong{font-size:12px}.hero-demo-output-head span{font-size:4.7px}.hero-demo-output-row{grid-template-columns:77px 1fr;gap:7px}.hero-demo-output-row b{font-size:5.2px}.hero-demo-output-row span{font-size:8.3px}.hero-demo-output-card>p{margin-top:7px;padding:7px 8px;font-size:6.6px}.hero-demo-output-card>p small{font-size:4.7px}.hero-demo-decisions{padding:16px 11px 27px!important}.hero-demo-decisions>small{font-size:5.2px}.hero-demo-decisions h2{margin:7px 0 9px;font-size:18px}.hero-demo-decision-list>div{grid-template-columns:29px 1fr}.hero-demo-decision-list b{width:19px;height:19px;font-size:5.3px}.hero-demo-decision-list strong{font-size:9.2px}.hero-demo-decision-list small{margin-top:2px;font-size:6.5px}.hero-demo-decisions>p{margin-top:7px;padding:7px 8px;font-size:6.5px}.motion-demo-frame .hero-demo-progress{left:12px;right:12px;bottom:10px}
}
@media(prefers-reduced-motion:reduce){.hero-demo-signal-panel,.hero-demo-signal-row,.hero-demo-bubble,.hero-demo-chat-status,.hero-demo-output-card,.hero-demo-output-row,.hero-demo-output-card>p,.hero-demo-decision-list>div,.hero-demo-decisions>p{opacity:1!important;transform:none!important}}

/* Finalne dopasowanie sekwencji rozmowy: pełny kadr bez ucięć i martwych pól. */
.hero-demo-signal-copy strong{padding-bottom:.08em;line-height:1.05}
.hero-demo-signal-copy .serif{padding-bottom:.08em;line-height:1.08}
.hero-demo-output-card{height:auto;min-height:0;flex:1}
.hero-demo-decisions h2{padding-bottom:.08em;line-height:1.05}
.hero-demo-decisions h2 .serif{padding-bottom:.08em;line-height:1.08}

@media(min-width:761px) and (max-width:1100px){
  .hero-demo-conversation{padding:0 14px 30px!important}
  .hero-demo-assistant-bar{min-height:46px;margin:0 -14px 10px;padding:0 14px;font-size:6.3px}
  .hero-demo-bubble{min-height:62px;margin-bottom:7px;padding:10px 11px;font-size:11px}
  .hero-demo-bubble i{margin-bottom:5px;font-size:5.8px}
  .hero-demo-chat-status{padding:8px 9px 10px;font-size:5.8px}
}

@media(max-width:760px){
  .hero-demo-bubble{min-height:55px;margin-bottom:6px;padding:8px 9px;font-size:9.8px}
  .hero-demo-output{padding-bottom:22px!important}
  .hero-demo-output-card{height:auto}
  .hero-demo-output-card>p{margin-top:4px;padding:6px 8px}
}

/* v16 — zwarty kadr i delikatnie widoczne zdjęcie we wszystkich etapach. */
.motion-demo-frame>img{filter:brightness(.84) saturate(.82)}
.motion-demo-frame::after{background:linear-gradient(180deg,rgba(14,12,10,.12),rgba(14,12,10,.46))}
.motion-demo-frame .hero-demo{background:rgba(27,23,20,.64);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.hero-demo-signals{background:linear-gradient(180deg,rgba(18,15,13,.18),rgba(18,15,13,.68))}
.hero-demo-signal-panel{top:40%;bottom:34px;display:grid;grid-template-rows:auto repeat(3,1fr);background:rgba(24,20,17,.76);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.hero-demo-signal-row{min-height:0}
.hero-demo-conversation{background:rgba(27,23,20,.69)}
.hero-demo-bubble{background:rgba(32,27,24,.82);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.hero-demo-bubble.user{background:rgba(51,44,39,.84)}
.hero-demo-output{background:rgba(27,23,20,.64);color:var(--paper);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.hero-demo-output-top strong{color:var(--paper)}
.hero-demo-output-card{border:1px solid rgba(255,250,244,.19);background:rgba(27,23,20,.84);color:var(--paper);box-shadow:12px 14px 0 rgba(226,181,168,.34);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.hero-demo-output-head{border-color:rgba(255,250,244,.14)}
.hero-demo-output-row{border-color:rgba(255,250,244,.13)}
.hero-demo-output-row span{color:rgba(255,250,244,.9)}
.hero-demo-output-card>p{background:rgba(118,145,124,.18);color:rgba(255,250,244,.78)}
.hero-demo-decisions{background:rgba(27,23,20,.7);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}

@media(max-width:760px){
  .hero-demo-signal-panel{top:40%;bottom:26px}
  .hero-demo-output-card{box-shadow:8px 9px 0 rgba(226,181,168,.34)}
}

/* v17 — czytelniejsza typografia demonstracji na telefonach. */
@media(max-width:760px){
  .motion-demo-frame{aspect-ratio:.68}
  .motion-demo-frame .hero-demo-toggle{font-size:5.8px}
  .hero-demo-signal-badge{font-size:5.9px}
  .hero-demo-signal-copy small{font-size:6.2px}
  .hero-demo-signal-head{font-size:5.8px}
  .hero-demo-signal-row b{font-size:6px}
  .hero-demo-signal-row strong,.hero-demo-signal-row span{font-size:9.2px}
  .hero-demo-assistant-bar{font-size:6.3px}
  .hero-demo-bubble{font-size:10.7px;line-height:1.32}
  .hero-demo-bubble i{font-size:6.1px}
  .hero-demo-chat-status{font-size:6px}
  .hero-demo-output-top small{font-size:6.1px}
  .hero-demo-output-head span{font-size:5.8px}
  .hero-demo-output-row b{font-size:6.1px}
  .hero-demo-output-row span{font-size:9.3px;line-height:1.25}
  .hero-demo-output-card>p{font-size:7.6px;line-height:1.3}
  .hero-demo-output-card>p small{font-size:5.7px}
  .hero-demo-decisions>small{font-size:6px}
  .hero-demo-decision-list b{font-size:6px}
  .hero-demo-decision-list strong{font-size:10.3px}
  .hero-demo-decision-list small{font-size:7.5px;line-height:1.28}
  .hero-demo-decisions>p{font-size:7.4px;line-height:1.3}
}

/* v18 — druga korekta najmniejszych podpisów na telefonach. */
@media(max-width:760px){
  .motion-demo-frame{aspect-ratio:.60}
  .motion-demo-frame .hero-demo-toggle{font-size:8.5px}
  .hero-demo-signal-badge{font-size:8.8px}
  .hero-demo-signal-copy small{font-size:9px}
  .hero-demo-signal-head{font-size:8.8px}
  .hero-demo-signal-row b{font-size:8.8px}
  .hero-demo-signal-row strong,.hero-demo-signal-row span{font-size:10.8px}
  .hero-demo-assistant-bar{font-size:8.8px}
  .hero-demo-bubble{font-size:12px}
  .hero-demo-bubble i{font-size:8.8px}
  .hero-demo-chat-status{font-size:8.6px}
  .hero-demo-output-top small{font-size:8.8px}
  .hero-demo-output-head span{font-size:8.6px}
  .hero-demo-output-row b{font-size:9px}
  .hero-demo-output-row:nth-child(5) b{font-size:8.5px;letter-spacing:.025em}
  .hero-demo-output-row span{font-size:10.8px}
  .hero-demo-output-card>p{font-size:10px}
  .hero-demo-output-card>p small{font-size:8.5px}
  .hero-demo-decisions>small{font-size:8.8px}
  .hero-demo-decision-list b{font-size:8.8px}
  .hero-demo-decision-list strong{font-size:11.5px}
  .hero-demo-decision-list small{font-size:10px}
  .hero-demo-decisions>p{font-size:9.8px}
}

/* Hero v19: jeden przebieg terminala, bez zdjęcia i bez ramki aplikacji. */
.hero-visual{
  align-self:center;
}
.shadow-hero-terminal{
  position:relative;
  display:grid;
  gap:0;
  width:100%;
  max-width:600px;
  margin-left:auto;
  padding:46px 0 38px;
  border-top:1px solid rgba(255,250,244,.18);
  border-bottom:1px solid rgba(255,250,244,.18);
}
.shadow-hero-terminal::before{
  content:'';
  position:absolute;
  top:-1px;
  left:0;
  width:94px;
  height:2px;
  background:var(--rose);
}
.shadow-terminal-label{
  display:block;
  margin-bottom:34px;
  color:var(--sage);
  font:700 9px/1.35 "JetBrains Mono",monospace;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.shadow-terminal-command{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:96px;
  opacity:0;
  animation:shadowTerminalIn .7s .15s ease both;
}
.shadow-terminal-command b{
  color:var(--sage);
  font:700 30px/1 "JetBrains Mono",monospace;
}
.shadow-terminal-command strong{
  color:var(--paper);
  font:800 clamp(48px,5vw,74px)/1 "Archivo",sans-serif;
  letter-spacing:-.045em;
}
.shadow-terminal-command i{
  width:15px;
  height:48px;
  background:var(--rose);
  animation:shadowCursor 1.05s steps(2,end) infinite;
}
.shadow-hero-terminal>p{
  max-width:430px;
  margin:24px 0 38px;
  color:rgba(255,250,244,.68);
  font-size:18px;
  line-height:1.55;
  opacity:0;
  animation:shadowTerminalIn .7s .75s ease both;
}
.shadow-terminal-result{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(255,250,244,.14);
  opacity:0;
  animation:shadowTerminalIn .75s 1.45s ease both;
}
.shadow-terminal-result>div{
  min-width:0;
  padding:26px 20px 0 0;
}
.shadow-terminal-result>div+div{
  padding-left:20px;
  border-left:1px solid rgba(255,250,244,.14);
}
.shadow-terminal-result strong{
  display:block;
  color:var(--rose);
  font:400 clamp(38px,4.1vw,58px)/1.08 "Instrument Serif",Georgia,serif;
  font-style:italic;
}
.shadow-terminal-result span{
  display:block;
  margin-top:8px;
  color:rgba(255,250,244,.76);
  font:700 9px/1.35 "JetBrains Mono",monospace;
  letter-spacing:.09em;
  text-transform:uppercase;
}
@keyframes shadowTerminalIn{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}
@keyframes shadowCursor{
  0%,49%{opacity:1}
  50%,100%{opacity:0}
}
@media(max-width:1100px){
  .shadow-hero-terminal{max-width:650px;margin-left:0;padding:38px 0 32px}
}
@media(max-width:760px){
  .shadow-hero-terminal{padding:28px 0 26px}
  .shadow-terminal-label{max-width:280px;margin-bottom:24px;font-size:8px}
  .shadow-terminal-command{min-height:70px;gap:12px}
  .shadow-terminal-command b{font-size:23px}
  .shadow-terminal-command strong{font-size:clamp(43px,15vw,58px)}
  .shadow-terminal-command i{width:10px;height:37px}
  .shadow-hero-terminal>p{margin:18px 0 28px;font-size:16px}
  .shadow-terminal-result>div{padding:20px 10px 0 0}
  .shadow-terminal-result>div+div{padding-left:10px}
  .shadow-terminal-result strong{font-size:clamp(34px,11vw,46px)}
  .shadow-terminal-result span{font-size:7.5px;letter-spacing:.05em}
}
@media(prefers-reduced-motion:reduce){
  .shadow-terminal-command,.shadow-hero-terminal>p,.shadow-terminal-result{opacity:1;transform:none;animation:none}
  .shadow-terminal-command i{animation:none}
}

/* Hero v20: fotografia w tle i jedna mapa zamiast demonstracji interfejsu. */
.hero{isolation:isolate;background:var(--ink)}
.hero>.hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  overflow:hidden;
}
.hero>.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% center;
  filter:brightness(.62) saturate(.7);
}
.hero::before{
  z-index:1;
  opacity:1;
  background:
    linear-gradient(90deg,rgba(11,9,8,.96) 0%,rgba(11,9,8,.86) 40%,rgba(11,9,8,.57) 72%,rgba(11,9,8,.42) 100%),
    linear-gradient(180deg,rgba(11,9,8,.24),rgba(11,9,8,.66)),
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:auto,auto,64px 64px,64px 64px;
  mask-image:none;
}
.hero-inner{z-index:2}
.hero-visual{align-self:center}
.shadow-proof-card{
  position:relative;
  overflow:hidden;
  width:100%;
  max-width:600px;
  margin-left:auto;
  padding:38px 38px 30px;
  border:1px solid rgba(255,250,244,.2);
  border-radius:24px;
  background:rgba(24,20,17,.74);
  color:var(--paper);
  box-shadow:0 34px 90px -48px rgba(0,0,0,.96);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.shadow-proof-card::before{
  content:"";
  position:absolute;
  top:0;
  left:38px;
  width:82px;
  height:2px;
  background:var(--rose);
}
.shadow-proof-kicker{
  display:block;
  margin-bottom:24px;
  color:var(--sage);
  font:700 9px/1.3 "JetBrains Mono",monospace;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.shadow-proof-card h2{
  max-width:430px;
  margin:0 0 30px;
  color:var(--paper);
  font-size:clamp(30px,3vw,43px);
  font-weight:780;
  line-height:1.02;
  letter-spacing:-.045em;
}
.shadow-proof-card h2 .serif{
  display:block;
  margin-top:3px;
  color:var(--rose);
  font-size:1.12em;
  font-weight:400;
}
.shadow-proof-list{border-top:1px solid rgba(255,250,244,.16)}
.shadow-proof-list>div{
  display:grid;
  grid-template-columns:34px minmax(100px,.75fr) minmax(0,1fr);
  gap:14px;
  align-items:center;
  min-height:74px;
  border-bottom:1px solid rgba(255,250,244,.13);
}
.shadow-proof-list i{
  color:rgba(255,250,244,.38);
  font:700 8px/1 "JetBrains Mono",monospace;
  font-style:normal;
}
.shadow-proof-list strong{
  color:var(--sand);
  font-size:14px;
  line-height:1.25;
}
.shadow-proof-list span{
  color:rgba(255,250,244,.76);
  font-size:14px;
  font-weight:650;
  line-height:1.3;
}
@media(max-width:960px){
  .hero::before{
    background:
      linear-gradient(180deg,rgba(11,9,8,.86),rgba(11,9,8,.7) 48%,rgba(11,9,8,.92)),
      linear-gradient(90deg,rgba(11,9,8,.68),rgba(11,9,8,.38));
  }
  .shadow-proof-card{max-width:650px;margin-left:0}
}
@media(max-width:700px){
  .hero>.hero-media img{object-position:54% center;filter:brightness(.54) saturate(.66)}
  .hero-visual{display:none}
  .shadow-proof-card{padding:26px 22px 20px;border-radius:19px}
  .shadow-proof-card::before{left:22px;width:64px}
  .shadow-proof-kicker{margin-bottom:18px;font-size:8px}
  .shadow-proof-card h2{max-width:320px;margin-bottom:22px;font-size:clamp(28px,8.8vw,36px)}
  .shadow-proof-list>div{grid-template-columns:28px minmax(88px,.78fr) minmax(0,1fr);gap:9px;min-height:61px}
  .shadow-proof-list strong,.shadow-proof-list span{font-size:12px}
}

/* Hero v21: finalna kompozycja bez ramki. Treść po lewej, fotografia jako drugi plan. */
.hero-inner{
  grid-template-columns:minmax(0,760px) minmax(220px,1fr);
  grid-template-areas:
    "main ."
    "support .";
  column-gap:clamp(48px,6vw,96px);
  row-gap:0;
  align-content:center;
  align-items:center;
  min-height:clamp(760px,calc(100svh - var(--nav-h)),900px);
  padding:clamp(80px,9vh,110px) 0 clamp(88px,10vh,120px);
}
.hero-copy-main,
.hero-copy-support{
  width:100%;
  max-width:720px;
  margin:0;
}
.hero-copy-main{align-self:end}
.hero-copy-support{align-self:start}
.hero-copy-main h1{
  max-width:720px;
  margin-bottom:38px;
  font-size:clamp(58px,5.7vw,86px);
  line-height:.91;
}
.hero-copy-support .hero-question{
  max-width:560px;
  margin-bottom:17px;
  font-size:17px;
  line-height:1.52;
}
.hero-copy-support .hero-statement{
  max-width:650px;
  font-size:18px;
  line-height:1.55;
}
.hero-copy-support .hero-link{margin-top:31px}
.hero-copy-support .hero-price{margin-top:25px}
@media(max-width:960px){
  .hero-inner{
    grid-template-columns:1fr;
    grid-template-areas:
      "main"
      "support";
    gap:32px;
    min-height:clamp(650px,80svh,760px);
    padding:64px 0 70px;
  }
  .hero-copy-main,
  .hero-copy-support{max-width:700px;margin:0 auto}
  .hero-copy-main h1{margin-bottom:0}
}
@media(max-width:700px){
  .hero-inner{
    gap:31px;
    min-height:clamp(620px,80svh,700px);
    padding:56px 0 62px;
  }
  .hero-copy-main h1{
    max-width:340px;
    font-size:clamp(40px,12.3vw,52px);
    line-height:.92;
  }
  .hero-copy-support .hero-question{display:none}
  .hero-copy-support .hero-statement{
    max-width:31ch;
    font-size:17px;
    line-height:1.52;
  }
  .hero-copy-support .hero-link{margin-top:26px}
  .hero-copy-support .hero-price{margin-top:22px}
}
