@keyframes live-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--green) 55%,transparent)}70%{box-shadow:0 0 0 9px color-mix(in srgb,var(--green) 0%,transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb,var(--green) 0%,transparent)}}:root{--yellow:#FFE600;--yellow-dark:#d4c000;--yellow-soft:#2a2600;--yellow-on-soft:#FFE600;--bg:#111110;--surface:#1a1a18;--card:#212120;--border:#2e2e2b;--green:#2ecc71;--text:#f0efe8;--text-muted:#a8a8a0;--text-dim:#a0a095;--shadow:0 20px 60px rgba(0,0,0,0.45);--radius:10px;--radius-lg:14px;--maxw:1120px;--font:Arimo, Arial, Helvetica, "Segoe UI", system-ui, sans-serif;--mono:"DM Mono", "SF Mono", ui-monospace, Menlo, Consolas, monospace}@font-face{font-family:"Caveat";font-style:normal;font-weight:600;font-display:swap;src:url(assets/caveat-600.woff2)format("woff2")}@media (prefers-color-scheme:light){:root:not([data-theme=dark]){--yellow-soft:#fff9d0;--yellow-on-soft:#6b5800;--bg:#f4f4f0;--surface:#f9f9f5;--card:#ffffff;--border:#d4d4cc;--green:#15803d;--text:#1d1d1b;--text-muted:#666660;--text-dim:#444440;--shadow:0 18px 50px rgba(0,0,0,0.10)}}:root[data-theme=light]{--yellow-soft:#fff9d0;--yellow-on-soft:#6b5800;--bg:#f4f4f0;--surface:#f9f9f5;--card:#ffffff;--border:#d4d4cc;--green:#15803d;--text:#1d1d1b;--text-muted:#666660;--text-dim:#444440;--shadow:0 18px 50px rgba(0,0,0,0.10)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}.hero-grid>*,.showcase-row>*{min-width:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block;height:auto}picture{display:contents}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.hl{background:linear-gradient(transparent 55%,rgba(255,230,0,.55) 55%);padding:0 2px}.logo{display:inline-flex;align-items:center;gap:9px;font-weight:700}.logo img,.logo svg{display:block;flex-shrink:0}.logo .word{font-size:21px;letter-spacing:-.02em;color:var(--text)}.logo .word .dot{color:var(--yellow)}header.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav-inner,.nav-links{display:flex;align-items:center}.nav-inner{justify-content:space-between;height:64px;gap:16px}.nav-links{gap:24px}.nav-links>a:not(.btn){color:var(--text-muted);font-size:14px;font-weight:500;transition:color .15s}.nav-links>a:not(.btn):hover{color:var(--text)}.icon-btn{width:38px;height:38px;border-radius:9px;border:1px solid var(--border);background:0 0;color:var(--text-muted);cursor:pointer;display:grid;place-items:center;transition:border-color .15s,color .15s}.icon-btn:hover{color:var(--text);border-color:var(--text-dim)}.theme-toggle .moon{display:none}.theme-toggle .sun{display:block}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .theme-toggle .sun{display:none}:root:not([data-theme=dark]) .theme-toggle .moon{display:block}}:root[data-theme=light] .theme-toggle .sun{display:none}:root[data-theme=dark] .theme-toggle .sun,:root[data-theme=light] .theme-toggle .moon{display:block}:root[data-theme=dark] .theme-toggle .moon{display:none}.lang{position:relative}.lang summary{list-style:none;cursor:pointer;height:38px;padding:0 12px;border:1px solid var(--border);border-radius:9px;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--text-muted)}.faq summary::-webkit-details-marker,.lang summary::-webkit-details-marker{display:none}.cookie-text a,.lang summary:hover,.lang[open] summary{color:var(--text)}.lang .menu{position:absolute;right:0;top:46px;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:6px;min-width:150px;box-shadow:var(--shadow);z-index:60}.lang .menu a{display:block;padding:8px 12px;border-radius:7px;font-size:13px;color:var(--text-muted)}.lang .menu a:hover{background:var(--surface);color:var(--text)}.lang .menu a.active{color:var(--text);font-weight:600}.lang .menu .soon{color:var(--text-dim);font-size:11px;padding:6px 12px}.lang .menu .lang-soon{display:block;padding:8px 12px;font-size:13px;color:var(--text-dim);cursor:default}.lang .menu.lang-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px 4px;min-width:300px;max-height:min(64vh,460px);overflow-y:auto;overscroll-behavior:contain}.btn,.lang .menu.lang-menu-grid a{white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:10px;font-size:14px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .08s,background .15s,border-color .15s}.btn:active{transform:translateY(1px)}.btn-yellow{background:var(--yellow);color:#1a1a18}.btn-yellow:hover{background:#ffec3d}.btn-ghost{background:0 0;color:var(--text);border-color:var(--border)}.btn-ghost:hover{border-color:var(--text-dim)}.btn-lg{padding:14px 26px;font-size:15px}.btn-sm{padding:8px 15px;font-size:13px}.cookie-banner{position:fixed;left:50%;transform:translateX(-50%);bottom:18px;z-index:90;max-width:680px;width:calc(100% - 32px);background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:15px 18px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.cookie-banner[hidden]{display:none}.cookie-text{flex:1;min-width:220px;margin:0;color:var(--text-muted);font-size:13.5px}.cookie-text a{text-decoration:underline}.cookie-actions{display:flex;gap:10px;flex-shrink:0}@media (max-width:520px){.cookie-actions{width:100%}.cookie-actions .btn{flex:1}}.hero{padding:84px 0 64px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.badge{display:inline-flex;align-items:center;gap:7px;background:var(--yellow-soft);color:var(--yellow-on-soft);border:1px solid var(--yellow-soft);padding:6px 14px;border-radius:999px;font-size:12.5px;font-weight:600;margin-bottom:24px}.hero h1{font-size:clamp(34px,5vw,54px);line-height:1.08;font-weight:800;letter-spacing:-.03em;margin-bottom:20px}.hero-h2{font-size:clamp(16px,2.3vw,20px);font-weight:600;color:var(--text-dim);letter-spacing:-.01em;margin:-6px 0 18px;max-width:52ch}.hero p.lead{font-size:clamp(16px,2.2vw,20px);color:var(--text-muted);max-width:52ch;margin-bottom:32px}.hero-cta{display:flex;gap:14px;flex-wrap:wrap}.hero-note{margin-top:18px;font-size:13px;color:var(--text-dim)}.hero-visual{padding:8px 14px 4px 0}.hero-visual,.laptop{position:relative}.laptop .screen{background:#0f0f0e;border:1px solid var(--border);border-radius:12px;padding:9px}.laptop .screen img,.phone img{width:100%;display:block;border-radius:6px}.laptop .base,.laptop .screen,.phone{box-shadow:var(--shadow)}.laptop .base{height:14px;width:calc(100% + 36px);margin:0 0 0-18px;background:linear-gradient(180deg,#34342f,#1b1b19);border-radius:0 0 16px 16px}.laptop .base::after{content:"";display:block;width:88px;height:5px;margin:0 auto;background:rgba(0,0,0,.5);border-radius:0 0 6px 6px}.phone{position:absolute;right:-10px;bottom:2px;width:116px;background:#0f0f0e;border:1px solid var(--border);border-radius:20px;padding:5px}.phone img{border-radius:15px}@media (max-width:900px){.hero-visual{padding:0 0 10px}.phone{width:104px;right:8px;bottom:-10px}}.showcase{display:flex;flex-direction:column;gap:80px;max-width:1000px;margin:0 auto}.showcase-row{display:grid;grid-template-columns:1fr 1.05fr;gap:52px;align-items:center}.showcase-row:nth-child(even) .showcase-text{order:2}.section-head h2,.showcase-text h3{font-size:clamp(21px,3vw,27px);font-weight:800;letter-spacing:-.02em;margin-bottom:14px}.showcase-text p{margin-bottom:16px}.showcase-text ul{list-style:none;display:flex;flex-direction:column;gap:9px}.showcase-text li{font-size:14.5px;color:var(--text-muted);padding-left:26px;position:relative}.plan li::before,.showcase-text li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.showcase-shot{background:#0f0f0e;border:1px solid var(--border);border-radius:14px;padding:9px;box-shadow:var(--shadow);transition:transform .15s}.showcase-shot:hover{transform:translateY(-4px)}.showcase-shot img{width:100%;display:block;border-radius:7px}[data-zoom]{cursor:zoom-in}@media (max-width:780px){.showcase{gap:48px}.showcase-row{grid-template-columns:1fr;gap:20px}.showcase-row:nth-child(even) .showcase-text{order:0}}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;align-items:center;justify-content:center;padding:24px;z-index:100;cursor:zoom-out}.lightbox.open{display:flex}.lightbox img{max-width:96vw;max-height:92vh;border-radius:8px;box-shadow:var(--shadow)}section{padding:72px 0}.section-head{text-align:center;max-width:60ch;margin:0 auto 52px}.section-head h2{font-size:clamp(26px,4vw,38px)}.feature p,.section-head p,.showcase-text p,.step p{color:var(--text-muted);font-size:16px}.eyebrow{color:var(--text-dim);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.grid{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(3,1fr)}.feature{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}.feature .ico,.tag-pro{background:var(--yellow-soft);color:var(--yellow-on-soft)}.feature .ico{width:44px;height:44px;border-radius:11px;display:grid;place-items:center;margin-bottom:16px}.ico svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature h3,.step .top{display:flex;align-items:center}.feature h3{font-size:17px;font-weight:700;margin-bottom:8px;gap:8px}.feature p,.step p{font-size:14.5px}.tag-pro{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;letter-spacing:.04em;border:1px solid var(--yellow-soft)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}.step .top{gap:14px;margin-bottom:14px}.step .ico{width:44px;height:44px;border-radius:11px;background:var(--yellow-soft);display:grid;place-items:center;color:var(--yellow-on-soft);flex-shrink:0}.step .num{font-family:var(--font);font-size:30px;font-weight:800;color:var(--text-dim);letter-spacing:-.02em}.step h3{font-size:17px;margin-bottom:6px}.shots{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.shot-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.shot-card .frame{aspect-ratio:16/10;background:var(--surface);display:grid;place-items:center;color:var(--text-dim);font-size:13px;text-align:center;padding:12px}.shot-card .frame img{width:100%;height:100%;object-fit:cover;object-position:top}.shot-card .cap{padding:14px 18px;font-size:14px;color:var(--text-muted)}.story{max-width:760px;margin:0 auto;text-align:center}.story-wash{background:linear-gradient(180deg,rgba(255,230,0,.08),rgba(255,230,0,.03))}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .story-wash{background:linear-gradient(180deg,#f7efb6,#fbf9e6)}}:root[data-theme=light] .story-wash{background:linear-gradient(180deg,#f7efb6,#fbf9e6)}.story .quote{font-size:clamp(19px,3vw,26px);line-height:1.4;letter-spacing:-.01em;margin-bottom:24px}.story p{color:var(--text-muted);font-size:16px;margin-bottom:14px}.story .quote,.story strong{color:var(--text);font-weight:700}.signature{margin-top:26px;display:flex;flex-direction:column;align-items:center;gap:2px}.sign-name{font-family:"Caveat",cursive;font-weight:600;font-size:32px;line-height:1.1;color:var(--yellow-on-soft)}.sign-role{font-size:14px;color:var(--text-muted)}.pricing{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:880px;margin:0 auto}.plan{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px}.plan.featured{border-color:var(--yellow);box-shadow:0 0 0 1px var(--yellow)}.plan h3{font-size:22px;font-weight:800;margin-bottom:6px}.plan .desc{color:var(--text-muted);font-size:14px;margin-bottom:22px;min-height:40px}.price-rows{display:flex;flex-direction:column;margin-bottom:22px}.price-row{display:flex;align-items:baseline;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--border)}.price-row:last-child{border-bottom:none}.ethics-list li,.plan li,.price-row .empl{color:var(--text-muted);font-size:14px}.price-row .amt{font-family:var(--mono);font-size:18px;font-weight:500}.price-row .amt small{font-size:12px;color:var(--text-dim)}.plan ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:26px}.ethics-list li,.plan li{padding-left:24px;position:relative}.plan li.off,.plan li.off::before{color:var(--text-dim)}.plan li.off::before{content:"—"}.full{width:100%}.ethics-list{list-style:none;max-width:700px;margin:8px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:12px 30px}.ethics-list li{padding-left:28px;font-size:15px;line-height:1.5}.ethics-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:700}@media (max-width:680px){.ethics-list{grid-template-columns:1fr}}.pricing-3{grid-template-columns:repeat(3,1fr);max-width:1040px;align-items:start}.founders-banner,.trial-banner{text-align:center;max-width:580px;margin:0 auto 18px;padding:9px 18px;border-radius:999px;background:var(--yellow-soft);color:var(--yellow-on-soft);font-size:13.5px;font-weight:600}.founders-banner{display:block;max-width:1040px;margin:0 auto 22px;padding:11px 20px;border-radius:10px;text-decoration:none;border:1px solid rgba(255,230,0,.28);line-height:1.5;transition:filter .15s}.founders-banner strong{font-weight:800}.founders-banner .fb-arrow{font-weight:800;white-space:nowrap}.founders-banner:hover{filter:brightness(1.1)}.pricing-controls{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:28px}.bill-toggle,.cur-toggle{display:inline-flex;background:var(--card);border:1px solid var(--border);border-radius:999px;padding:3px}.bill-opt,.cur-opt{border:0;background:0 0;color:var(--text-muted);font:inherit;font-size:13.5px;font-weight:600;padding:7px 16px;border-radius:999px;cursor:pointer;transition:background .15s,color .15s}.cur-opt{padding:7px 14px}.bill-opt.active,.cur-opt.active{background:var(--yellow);color:#111110}.plan{position:relative}.plan-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--yellow);color:#111110;font-size:11px;font-weight:800;letter-spacing:.03em;padding:3px 12px;border-radius:999px;white-space:nowrap}.plan-plus{font-size:13px;font-weight:700;color:var(--text);margin:8px 0 10px}.plan-price{margin-bottom:22px;display:flex;flex-direction:column;gap:2px}.solo-price{font-size:28px;font-weight:800;color:var(--green)}.solo-sub{font-size:13px}.amt-eq,.plan-note,.solo-sub{color:var(--text-dim)}.plan-note{text-align:center;font-size:12px;margin-top:12px}.price-row .amt{text-align:right}.amt-eq{display:block;font-family:var(--font);font-size:11px;font-weight:400;margin-top:2px;white-space:nowrap}@media (max-width:880px){.pricing-3{grid-template-columns:1fr;max-width:460px}}.founders{background:linear-gradient(135deg,rgba(255,230,0,.12),rgba(255,230,0,.02));border:1px solid rgba(255,230,0,.35);border-radius:var(--radius-lg);padding:40px;text-align:center;max-width:760px;margin:0 auto}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .founders{background:linear-gradient(135deg,#faf1bb,#fdfae8);border-color:#e7cf5f}}:root[data-theme=light] .founders{background:linear-gradient(135deg,#faf1bb,#fdfae8);border-color:#e7cf5f}.founders h2{font-size:28px;font-weight:800;margin-bottom:12px}.founders p{color:var(--text-muted);max-width:50ch;margin:0 auto 22px}.live-row{display:grid;grid-template-columns:1fr 1.05fr;gap:52px;align-items:center;max-width:1000px;margin:0 auto}.live-text h2{font-size:clamp(26px,4vw,38px);font-weight:800;letter-spacing:-.02em;margin-bottom:14px}.live-text p{color:var(--text-muted);font-size:16px;max-width:46ch}.live-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px;box-shadow:var(--shadow)}.live-list{display:flex;flex-direction:column}.live-line{display:flex;align-items:center;gap:13px;padding:15px 12px;border-bottom:1px solid var(--border)}.live-line:last-child{border-bottom:none}.live-name{font-weight:600;font-size:15px;color:var(--text)}.live-state{margin-left:auto;font-size:13px;color:var(--text-dim)}.live-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0}.live-dot--active{background:var(--green);box-shadow:0 0 0 0 color-mix(in srgb,var(--green) 60%,transparent);animation:live-pulse 2s ease-out infinite}.live-dot--away{background:var(--text-muted)}.live-ico{width:22px;height:22px;display:grid;place-items:center;flex-shrink:0}.live-ico svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}.live-ico--pause{color:var(--yellow-on-soft)}.live-ico--done{color:var(--green)}@media (prefers-reduced-motion:reduce){.live-dot--active{animation:none}}@media (max-width:780px){.live-row{grid-template-columns:1fr;gap:28px}}.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.cta-final .box,.faq details{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px 22px}.faq summary{font-weight:600;font-size:15.5px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq summary::after{content:"+";color:var(--yellow);font-size:22px;font-weight:400;line-height:1}.faq details[open] summary::after{content:"−"}.faq p{color:var(--text-muted);font-size:14.5px;margin-top:12px}.cta-final{text-align:center}.cta-final .box{border-radius:var(--radius-lg);padding:56px 32px;max-width:800px;margin:0 auto}.cta-final h2,.legal h1{font-weight:800;letter-spacing:-.02em}.cta-final h2{font-size:clamp(26px,4vw,36px);margin-bottom:16px}.cta-final p,.foot-col a,.legal li,.legal p{color:var(--text-muted);margin-bottom:28px}footer.site{border-top:1px solid var(--border);padding:48px 0 32px;margin-top:40px}.foot-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px;margin-bottom:32px}.foot-col{max-width:280px}.foot-col .foot-col-title,.foot-col h4{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:14px;font-weight:700}.foot-col a{display:block;font-size:14px;margin-bottom:9px;transition:color .15s}.foot-col a:hover{color:var(--text)}.foot-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:var(--text-dim);font-size:13px}.legal{padding:56px 0 72px}.legal .doc{max-width:800px;margin:0 auto}.legal h1{font-size:34px;margin-bottom:8px}.legal .updated{color:var(--text-dim);font-size:13px;margin-bottom:36px}.legal h2,.legal h3{font-size:22px;font-weight:700;margin:36px 0 12px}.legal h3{font-size:17px;margin:24px 0 8px}.legal li,.legal p{font-size:15px;margin-bottom:12px}.legal ol,.legal ul{padding-left:22px;margin-bottom:12px}.legal a:not(.btn){color:var(--text);text-decoration:underline}.legal .draft-notice{background:var(--yellow-soft);border:1px solid rgba(255,230,0,.35);border-radius:var(--radius);padding:16px 20px;margin-bottom:32px;font-size:14px;color:var(--text)}.legal table{width:100%;border-collapse:collapse;margin:16px 0 20px;font-size:14px}.legal td,.legal th{text-align:left;padding:10px 12px;border:1px solid var(--border);vertical-align:top}.legal th{background:var(--surface);color:var(--text);font-weight:600;font-size:13px}.legal td{color:var(--text-muted)}.aide-section{max-width:820px;margin:0 auto}.aide-section .faq{max-width:100%}.aide-cat{display:flex;align-items:center;gap:13px;margin:44px 0 16px}.aide-cat:first-of-type{margin-top:0}.aide-cat .ico{width:40px;height:40px;border-radius:11px;background:var(--yellow-soft);color:var(--yellow-on-soft);display:grid;place-items:center;flex-shrink:0}.aide-cat h2,.vs-block h2{font-size:20px;font-weight:800;letter-spacing:-.01em}.aide-steps{margin-top:8px}.vs-list{max-width:820px;margin:0 auto;display:grid;gap:16px}.vs-block{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px 26px;transition:border-color .15s,transform .15s}.news-item:hover,.vs-block:hover{border-color:var(--text-dim);transform:translateY(-2px)}.vs-block h2{display:flex;align-items:center;gap:11px;margin-bottom:12px}.news-item .ni-ico,.vs-block h2 .ico{flex-shrink:0;color:var(--yellow-on-soft)}.vs-block h2 .ico{width:34px;height:34px;border-radius:9px;background:var(--yellow-soft);display:grid;place-items:center}.vs-block h2 .ico svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.news-item>div>span,.vs-block p{color:var(--text-muted);font-size:15px;line-height:1.6}.news-section{max-width:900px;margin:0 auto}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px}.news-item{display:flex;gap:12px;align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;transition:border-color .15s,transform .15s}.news-item .ni-ico{margin-top:1px;line-height:0}.news-item .ni-ico svg{width:19px;height:19px}.news-item strong{display:block;font-size:15px;font-weight:700;margin-bottom:4px;color:var(--text)}.news-item>div>span{font-size:14px;line-height:1.55}@media (max-width:720px){.news-grid{grid-template-columns:1fr}}.badge svg,.lang summary svg,.news-item .ni-ico svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}.badge svg{width:14px;height:14px;flex-shrink:0}.lang summary svg{width:15px;height:15px}.nav-burger,.nav-drawer{display:none}@media (max-width:900px){.hero-grid{gap:36px}.grid-3,.hero-grid,.pricing,.shots,.steps{grid-template-columns:1fr}.nav-links{display:none}.nav-burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0 10px;border:1px solid var(--border);border-radius:9px;background:0 0;cursor:pointer}.nav-burger span{display:block;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.active span:nth-child(2){opacity:0}.nav-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-drawer{display:flex;flex-direction:column;position:fixed;left:0;right:0;top:64px;background:var(--bg);border-bottom:1px solid var(--border);padding:12px 24px 22px;box-shadow:var(--shadow);z-index:49;transform:translateY(-14px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;max-height:calc(100vh - 64px);overflow-y:auto}.nav-drawer.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-drawer>a:not(.btn){padding:14px 2px;font-size:16px;font-weight:500;color:var(--text);border-bottom:1px solid var(--border)}.nav-drawer .btn{width:100%;justify-content:center;padding:14px;margin-top:14px}.nav-drawer .lang{margin-top:10px}.nav-drawer .lang summary{border:0;padding:12px 2px;height:auto;font-size:16px;color:var(--text)}.nav-drawer .lang .menu{position:static;box-shadow:none;border:0;padding:4px 0 0;min-width:0}.nav-drawer .lang .menu.lang-menu-grid{max-height:none;min-width:0;overflow:visible}.nav-drawer .theme-toggle{margin-top:14px;align-self:flex-start}}