:root{--hl-radius:16px;--hl-maxw:1240px}@keyframes reelup{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes reeldown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes hl-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}@keyframes hl-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes hl-wv{0%,to{height:25%}50%{height:95%}}@keyframes hl-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hl-cellIn{to{opacity:1;transform:none}}@keyframes hl-lineIn{to{opacity:1;transform:none}}@keyframes hl-blink{50%{opacity:0}}@keyframes hl-liIn{to{opacity:1;transform:none}}@keyframes hl-dr1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(7vw,5vh)scale(1.12)}}@keyframes hl-dr2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-6vw,-4vh)scale(1.16)}}@keyframes hl-dr3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(4vw,-6vh)scale(1.1)}}.helmia-landing{--bg:#fff;--surface:#fff;--surface-2:#f5f6f9;--surface-3:#eef0f4;--border:#e7e9ee;--border-2:#d6dae1;--ink:#0b0d12;--ink-dim:#565d68;--ink-faint:#949bab;--blue:#2563eb;--blue-bright:#3b82f6;--blue-deep:#1d4ed8;--blue-soft:#eef4ff;--m-bg:#fff;--m-bar:#fafbfc;--m-cell:#eceef2;--m-border:#e6e8ee;--m-border-2:#d7dbe3;--m-text:#0f172a;--m-dim:#5b6473;--m-faint:#9aa2b1;--m-ink:#0f172a;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;width:100%;min-height:100%;font-family:Hanken Grotesk,sans-serif;font-size:16px;line-height:1.5;position:relative;overflow-x:hidden}.helmia-landing *,.helmia-landing :before,.helmia-landing :after{box-sizing:border-box;margin:0;padding:0}.helmia-landing a{color:inherit;text-decoration:none}.helmia-landing button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.helmia-landing .wrap{max-width:var(--hl-maxw);z-index:1;margin:0 auto;padding:0 28px;position:relative}.helmia-landing .serif{font-family:Fraunces,serif;font-style:italic;font-weight:500}.helmia-landing .mono{font-family:JetBrains Mono,monospace}.helmia-landing .accent{color:var(--blue)}.helmia-landing .logo{white-space:nowrap;letter-spacing:-.04em;color:var(--ink);align-items:center;gap:0;font-size:25px;font-weight:800;line-height:1;display:inline-flex}.helmia-landing .logo .mark{flex:none;align-items:center;margin-right:1px;line-height:0;display:inline-flex}.helmia-landing .logo .mark svg{flex:none;width:auto;height:20px;display:block}.helmia-landing .logo .word{line-height:1;display:inline-block}.helmia-landing .cred{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.helmia-landing .cred svg{flex:none;width:.92em;height:.92em}.helmia-landing .top{z-index:100;-webkit-backdrop-filter:blur(16px);background:#ffffffb8;border-bottom:1px solid #0000;justify-content:center;transition:border-color .3s,background .3s;display:flex;position:fixed;top:0;left:0;right:0}.helmia-landing .top.scrolled{border-bottom-color:var(--border);background:#ffffffe6}.helmia-landing .nav-inner{max-width:var(--hl-maxw);justify-content:space-between;align-items:center;gap:20px;width:100%;padding:13px 28px;display:flex;position:relative}.helmia-landing .brand{align-items:center;display:flex}.helmia-landing .nav-pill{background:var(--surface-2);border:1px solid var(--border);border-radius:999px;align-items:center;gap:2px;padding:4px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.helmia-landing .nav-pill a{color:var(--ink-dim);border-radius:999px;padding:8px 15px;font-size:13.5px;font-weight:600;transition:all .15s}.helmia-landing .nav-pill a:hover{color:var(--ink);background:#fff;box-shadow:0 2px 8px -4px #141e3733}.helmia-landing .nav-cta{align-items:center;gap:10px;display:flex}.helmia-landing .btn-ghost{border:1px solid var(--border-2);border-radius:999px;padding:9px 16px;font-size:14px;font-weight:600;transition:all .15s}.helmia-landing .btn-ghost:hover{border-color:var(--ink-dim)}.helmia-landing .btn-solid{background:var(--blue);color:#fff;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .15s}.helmia-landing .btn-solid:hover{background:var(--blue-deep);transform:translateY(-1px);box-shadow:0 8px 22px -8px #2563eb99}@media (max-width:860px){.helmia-landing .nav-pill{display:none}}@media (max-width:480px){.helmia-landing .btn-ghost{display:none}}.helmia-landing .hero{text-align:center;justify-content:center;align-items:center;min-height:800px;padding:118px 0 72px;display:flex;position:relative;overflow:hidden}.helmia-landing .hero-reels{z-index:0;pointer-events:none;position:absolute;inset:0}.helmia-landing .col{width:212px;height:calc(100% - 72px);position:absolute;top:72px;overflow:hidden}.helmia-landing .col.left{left:30px;transform:rotate(-2deg)}.helmia-landing .col.right{right:30px;transform:rotate(2deg)}.helmia-landing .track{will-change:transform;position:absolute;top:0;left:0;right:0}.helmia-landing .col.left .track{animation:30s linear infinite reelup}.helmia-landing .col.right .track{animation:30s linear infinite reeldown}.helmia-landing .rc{aspect-ratio:9/16;background:var(--surface-2);border:1px solid var(--border);border-radius:18px;width:100%;margin-bottom:24px;overflow:hidden;box-shadow:0 28px 56px -34px #141e3766}.helmia-landing .rc video{object-fit:cover;width:100%;height:100%;display:block}.helmia-landing .hero-scrim{z-index:1;pointer-events:none;background:radial-gradient(46% 64%,#fff 42%,#ffffff8c 64%,#fff0 82%);position:absolute;inset:0}.helmia-landing .hero-inner{z-index:2;position:relative}@media (max-width:1100px){.helmia-landing .col{width:184px}}@media (max-width:880px){.helmia-landing .hero-reels,.helmia-landing .hero-scrim{display:none}.helmia-landing .hero{min-height:auto;padding:150px 0 30px}}@media (prefers-reduced-motion:reduce){.helmia-landing .col .track{animation:none}}.helmia-landing h1.hero-title{letter-spacing:-.04em;opacity:0;max-width:940px;margin:0 auto 24px;font-size:clamp(44px,6.6vw,86px);font-weight:800;line-height:.98;animation:.8s cubic-bezier(.16,1,.3,1) 80ms forwards hl-rise}.helmia-landing h1.hero-title .serif{letter-spacing:-.01em;font-weight:500}.helmia-landing .hero-sub{color:var(--ink-dim);opacity:0;max-width:620px;margin:0 auto 34px;font-size:clamp(16px,1.4vw,19.5px);animation:.8s cubic-bezier(.16,1,.3,1) .18s forwards hl-rise}.helmia-landing .hero-actions{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:13px;animation:.8s cubic-bezier(.16,1,.3,1) .28s forwards hl-rise;display:flex}.helmia-landing .cta-lg{background:var(--blue);color:#fff;border-radius:999px;align-items:center;gap:9px;padding:15px 28px;font-size:15.5px;font-weight:600;transition:all .15s;display:inline-flex}.helmia-landing .cta-lg:hover{background:var(--blue-deep);transform:translateY(-1px);box-shadow:0 12px 30px -10px #2563eb8c}.helmia-landing .cta-lg svg{width:16px;height:16px}.helmia-landing .cta-2{border:1px solid var(--border-2);color:var(--ink);border-radius:999px;align-items:center;gap:9px;padding:15px 24px;font-size:15px;font-weight:600;transition:all .15s;display:inline-flex}.helmia-landing .cta-2:hover{border-color:var(--ink-dim);background:var(--surface-2)}.helmia-landing .cta-2 svg{width:14px;height:14px;color:var(--blue)}.helmia-landing .hero-meta{color:var(--ink-faint);opacity:0;margin-top:17px;font-family:JetBrains Mono,monospace;font-size:12px;animation:.8s cubic-bezier(.16,1,.3,1) .36s forwards hl-rise}.helmia-landing section.block{padding:96px 0;scroll-margin-top:80px}.helmia-landing .kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:14px;font-family:JetBrains Mono,monospace;font-size:12px}.helmia-landing .h2{letter-spacing:-.035em;max-width:720px;font-size:clamp(30px,4.2vw,50px);font-weight:800;line-height:1.04}.helmia-landing .h2 .serif{font-weight:500}.helmia-landing .lead{color:var(--ink-dim);max-width:600px;margin-top:16px;font-size:17px;line-height:1.55}.helmia-landing .sec-center{text-align:center}.helmia-landing .sec-center .h2,.helmia-landing .sec-center .lead{margin-left:auto;margin-right:auto}.helmia-landing #how{background:radial-gradient(1000px 460px at 50% -12%,#eaf1ff 0%,#eaf1ff00 62%),linear-gradient(#f7f8fa 0%,#f4f6f9 100%)}.helmia-landing .steps{flex-direction:column;gap:30px;margin-top:58px;display:flex}.helmia-landing .step{border:1px solid var(--border);background:#fff;border-radius:24px;grid-template-columns:1fr 1.08fr;align-items:center;gap:48px;padding:36px;display:grid;box-shadow:0 24px 60px -44px #0f172a59}.helmia-landing .step:nth-child(2n) .step-text{order:2}.helmia-landing .step-text .sidx{letter-spacing:.12em;color:var(--blue);margin-bottom:14px;font-family:JetBrains Mono,monospace;font-size:12px}.helmia-landing .step-text h3{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(24px,2.6vw,34px);font-weight:800;line-height:1.05}.helmia-landing .step-text h3 .serif{font-weight:500}.helmia-landing .step-text p{color:var(--ink-dim);max-width:430px;font-size:16px;line-height:1.55}@media (max-width:860px){.helmia-landing .step{grid-template-columns:1fr;gap:26px;padding:24px}.helmia-landing .step:nth-child(2n) .step-text{order:0}}.helmia-landing .mock{border:1px solid var(--m-border);background:var(--m-bg);color:var(--m-text);will-change:transform;border-radius:16px;overflow:hidden;box-shadow:0 30px 70px -40px #0f172a73,0 2px 6px #0f172a0d}.helmia-landing .mock-top{border-bottom:1px solid var(--m-border);background:var(--m-bar);align-items:center;gap:12px;padding:9px 12px;display:flex}.helmia-landing .mock-logo{letter-spacing:-.04em;color:var(--m-text);flex:none;align-items:center;gap:1px;font-size:13px;font-weight:800;display:inline-flex}.helmia-landing .mock-logo svg{width:auto;height:13px;display:block}.helmia-landing .mock-nav{border:1px solid var(--m-border);background:#eef0f4;border-radius:999px;gap:2px;margin:0 auto;padding:3px;display:flex}.helmia-landing .mock-nav span{color:var(--m-dim);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:9.5px;font-weight:600}.helmia-landing .mock-nav span.on{color:var(--m-text);background:#fff;box-shadow:0 1px 3px #0f172a1f}.helmia-landing .mock-bal{color:var(--m-dim);border:1px solid var(--m-border);white-space:nowrap;background:#fff;border-radius:999px;padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:8.5px}.helmia-landing .mock-bal b{color:var(--m-text);font-weight:600}.helmia-landing .mock-av{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:9.5px;font-weight:700;display:grid}.helmia-landing .mock-bar{border-bottom:1px solid var(--m-border);background:var(--m-bg);align-items:center;gap:12px;padding:9px 12px;display:flex}.helmia-landing .mb-back{color:var(--m-dim);border:1px solid var(--m-border);white-space:nowrap;border-radius:999px;padding:4px 9px;font-size:9.5px;font-weight:600}.helmia-landing .mb-name{color:var(--m-faint);white-space:nowrap;font-size:9.5px}.helmia-landing .stepper{align-items:center;gap:5px;margin:0 auto;display:flex}.helmia-landing .stepper i{border:1px solid var(--m-border-2);width:14px;height:14px;color:var(--m-faint);background:#fff;border-radius:50%;place-items:center;font-family:JetBrains Mono,monospace;font-size:7px;font-style:normal;display:grid}.helmia-landing .stepper i.done{color:var(--blue);border-color:#cfd6e2}.helmia-landing .stepper i.on{background:var(--blue);border-color:var(--blue);color:#fff}.helmia-landing .stepper u{background:var(--m-border-2);width:16px;height:1px;display:block}.helmia-landing .mb-toggle{border:1px solid var(--m-border);background:#eef0f4;border-radius:999px;padding:2px;display:flex}.helmia-landing .mb-toggle span{color:var(--m-dim);border-radius:999px;padding:3px 8px;font-size:8.5px;font-weight:600}.helmia-landing .mb-toggle span.on{background:var(--m-ink);color:#fff}.helmia-landing .mb-gen{background:var(--m-ink);color:#fff;white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:9.5px;font-weight:700}.helmia-landing .mock-body{grid-template-columns:1fr 166px;display:grid}.helmia-landing .mock-canvas{min-width:0;padding:16px}.helmia-landing .sb-grid{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.helmia-landing .sb-cell{aspect-ratio:9/16;background:var(--m-cell);border:1px solid var(--m-border);border-radius:9px;position:relative;overflow:hidden}.helmia-landing .sb-cell img,.helmia-landing .sb-cell video{object-fit:cover;width:100%;height:100%;display:block}.helmia-landing .sb-cell .sn{z-index:3;color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172aa8;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:8px;position:absolute;top:5px;left:5px}.helmia-landing .sb-cell .prog{z-index:3;gap:3px;display:flex;position:absolute;bottom:6px;left:6px;right:6px}.helmia-landing .sb-cell .prog i{background:#ffffff4d;border-radius:2px;flex:1;height:2.5px}.helmia-landing .sb-cell .prog i.f{background:#fff}.helmia-landing .mchips{z-index:3;flex-direction:column;align-items:flex-end;gap:3px;display:flex;position:absolute;top:22px;right:5px}.helmia-landing .mchip{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#0f172aad;border:1px solid #ffffff1f;border-radius:999px;max-width:78%;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:6.5px;overflow:hidden}.helmia-landing .sb-play{z-index:3;align-items:center;gap:4px;display:flex;position:absolute;bottom:18px;left:5px}.helmia-landing .sb-play .pb{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172aa8;border-radius:50%;place-items:center;width:14px;height:14px;display:grid}.helmia-landing .sb-play .pb svg{color:#fff;width:6px;height:6px}.helmia-landing .sb-play .tc{color:#e6ebf3;background:#0f172a99;border-radius:4px;padding:1px 4px;font-family:JetBrains Mono,monospace;font-size:7px}.helmia-landing .audiochip{z-index:3;color:#fff;text-shadow:0 1px 3px #0f172a99;align-items:center;gap:4px;font-family:JetBrains Mono,monospace;font-size:7px;display:flex;position:absolute;bottom:18px;left:5px;right:5px}.helmia-landing .audiochip .bars{align-items:flex-end;gap:1.5px;height:9px;display:flex}.helmia-landing .audiochip .bars i{background:#93b8ff;border-radius:1px;width:1.5px;height:30%;animation:1.1s ease-in-out infinite hl-wv}.helmia-landing .picker{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.helmia-landing .pgroup{border:1px solid var(--m-border);background:#f5f6f9;border-radius:12px;padding:11px}.helmia-landing .pgroup .pglabel{letter-spacing:.12em;text-transform:uppercase;color:var(--m-faint);margin-bottom:9px;font-family:JetBrains Mono,monospace;font-size:8px}.helmia-landing .prow{gap:7px;display:flex}.helmia-landing .pitem{border:1px solid var(--m-border-2);background:#fff;border-radius:9px;flex:none;width:36px;height:36px;position:relative;overflow:hidden}.helmia-landing .pitem img{object-fit:cover;width:100%;height:100%;display:block}.helmia-landing .pitem.none{color:var(--m-faint);place-items:center;display:grid}.helmia-landing .pitem.none svg{width:13px;height:13px}.helmia-landing .pitem.on{border-color:#3b82f6;box-shadow:0 0 0 1.5px #3b82f6}.helmia-landing .mock-chat{border-left:1px solid var(--m-border);background:var(--m-bar);flex-direction:column;min-width:0;display:flex}.helmia-landing .mc-head{border-bottom:1px solid var(--m-border);color:var(--m-text);align-items:center;gap:7px;padding:11px 12px;font-size:11px;font-weight:700;display:flex}.helmia-landing .mc-mode{border:1px solid var(--m-border);color:var(--m-text);background:#fff;border-radius:999px;align-items:center;gap:4px;margin-left:auto;padding:2px 7px 2px 2px;font-family:JetBrains Mono,monospace;font-size:7.5px;font-weight:500;display:inline-flex}.helmia-landing .mc-mode img{object-fit:cover;border-radius:5px;width:13px;height:13px;display:block}.helmia-landing .mc-bubbles{flex-direction:column;flex:1;justify-content:flex-start;gap:9px;padding:12px;display:flex}.helmia-landing .bub{border-radius:12px;max-width:94%;padding:8px 9px;font-size:9.5px;line-height:1.45}.helmia-landing .bub.you{background:var(--m-ink);color:#fff;border:none;border-bottom-right-radius:4px;align-self:flex-end}.helmia-landing .bub.ai{border:1px solid var(--m-border);color:var(--m-dim);background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 2px #0f172a0a}.helmia-landing .mc-input{border:1px solid var(--m-border);color:var(--m-faint);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;margin:0 10px 10px;padding:7px 9px;font-size:8.5px;display:flex}.helmia-landing .mc-input:after{content:"➤";color:var(--blue-bright);font-size:9px}.helmia-landing .finalwrap{aspect-ratio:9/12;background:#0b0d12;border-radius:12px;max-width:230px;margin:0 auto;position:relative;overflow:hidden}.helmia-landing .finalwrap video{object-fit:cover;width:100%;height:100%}.helmia-landing .finalmeta{color:var(--m-faint);flex-wrap:wrap;justify-content:center;gap:16px;margin-top:14px;font-family:JetBrains Mono,monospace;font-size:10px;display:flex}.helmia-landing .finalmeta b{color:var(--m-text);margin-top:2px;font-size:13px;display:block}@media (max-width:600px){.helmia-landing .mock-body{grid-template-columns:1fr}.helmia-landing .mock-chat{border-left:none;border-top:1px solid var(--m-border)}.helmia-landing .mc-bubbles{flex-flow:wrap}.helmia-landing .bub{max-width:100%}}.helmia-landing .contrast-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:54px;display:grid}.helmia-landing .cc{border:1px solid var(--border);border-radius:var(--hl-radius);background:var(--surface);padding:30px}.helmia-landing .cc-h{align-items:center;gap:14px;margin-bottom:22px;display:flex}.helmia-landing .cc-ic{border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.helmia-landing .cc.bad .cc-ic{background:var(--surface-2);border:1px solid var(--border)}.helmia-landing .cc.bad .cc-ic svg{width:22px;height:22px;color:var(--ink-faint)}.helmia-landing .cc.good .cc-ic{background:var(--blue-soft);border:1px solid #2563eb40}.helmia-landing .cc.good .cc-ic svg{width:22px;height:22px;color:var(--blue)}.helmia-landing .cc .tag{letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-family:JetBrains Mono,monospace;font-size:10.5px}.helmia-landing .cc.bad .tag{color:var(--ink-faint)}.helmia-landing .cc.good .tag{color:var(--blue)}.helmia-landing .cc h3{letter-spacing:-.02em;font-size:21px;font-weight:800}.helmia-landing .cc.good{border-color:#2563eb59;box-shadow:0 30px 60px -40px #2563eb80}.helmia-landing .cc ul{flex-direction:column;gap:14px;list-style:none;display:flex}.helmia-landing .cc li{color:var(--ink-dim);opacity:0;align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.45;display:flex;transform:translateY(8px)}.helmia-landing .cc li .li{border-radius:8px;flex:none;place-items:center;width:30px;height:30px;margin-top:-2px;display:grid}.helmia-landing .cc.bad li .li{background:var(--surface-2)}.helmia-landing .cc.bad li .li svg{width:15px;height:15px;color:var(--ink-faint)}.helmia-landing .cc.good li{color:var(--ink)}.helmia-landing .cc.good li .li{background:var(--blue-soft)}.helmia-landing .cc.good li .li svg{width:15px;height:15px;color:var(--blue)}.helmia-landing .cc li span.tx{padding-top:5px}.helmia-landing .reveal.in .cc li{animation:.5s forwards hl-liIn}.helmia-landing .reveal.in .cc li:nth-child(2){animation-delay:70ms}.helmia-landing .reveal.in .cc li:nth-child(3){animation-delay:.14s}.helmia-landing .reveal.in .cc li:nth-child(4){animation-delay:.21s}@media (max-width:760px){.helmia-landing .contrast-grid{grid-template-columns:1fr}}.helmia-landing .pricing-grid{grid-template-columns:1.1fr .9fr;gap:18px;margin-top:50px;display:grid}.helmia-landing .price-panel{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:30px}.helmia-landing .price-panel h3{margin-bottom:4px;font-size:16px;font-weight:700}.helmia-landing .price-panel .ph-sub{color:var(--ink-dim);margin-bottom:14px;font-size:13px}.helmia-landing .cost-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:13px 0;display:flex}.helmia-landing .cost-row:last-child{border-bottom:none}.helmia-landing .cost-row .ci{background:var(--blue-soft);border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.helmia-landing .cost-row .ci svg{width:18px;height:18px;color:var(--blue)}.helmia-landing .cost-row .cinfo{flex:1}.helmia-landing .cost-row .cn{font-size:14px;font-weight:600}.helmia-landing .cost-row .cd{color:var(--ink-faint);margin-top:1px;font-size:12px}.helmia-landing .cost-row .cv{color:var(--blue-deep);text-align:right;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:14px}.helmia-landing .example-panel{background:linear-gradient(180deg, var(--blue-soft), var(--surface));border:1px solid #2563eb4d;border-radius:18px;flex-direction:column;padding:30px;display:flex;box-shadow:0 30px 60px -40px #2563eb80}.helmia-landing .example-panel .ex-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:18px;font-family:JetBrains Mono,monospace;font-size:10.5px}.helmia-landing .ex-lines{flex-direction:column;flex:1;gap:12px;display:flex}.helmia-landing .ex-line{color:var(--ink-dim);justify-content:space-between;font-size:13.5px;display:flex}.helmia-landing .ex-line span:last-child{color:var(--ink);font-family:JetBrains Mono,monospace}.helmia-landing .ex-total{border-top:1px solid var(--border-2);justify-content:space-between;align-items:baseline;margin-top:20px;padding-top:18px;display:flex}.helmia-landing .ex-total .etl{font-size:14px;font-weight:700}.helmia-landing .ex-total .etv{color:var(--blue-deep);align-items:center;gap:6px;font-family:Fraunces,serif;font-size:30px;font-style:italic;font-weight:500;display:inline-flex}.helmia-landing .ex-total .etv small{color:var(--ink-dim);font-family:Hanken Grotesk,sans-serif;font-size:.45em;font-style:normal;font-weight:500}.helmia-landing .packs-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:26px;display:grid}.helmia-landing .pack2{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:14px;padding:22px 16px;transition:all .15s;position:relative}.helmia-landing .pack2:hover{border-color:var(--border-2);transform:translateY(-2px);box-shadow:0 20px 40px -28px #141e3766}.helmia-landing .pack2.pop{border-color:#2563eb73;box-shadow:0 24px 46px -30px #2563eb80}.helmia-landing .pack2 .pcr{color:var(--ink-dim);justify-content:center;align-items:center;gap:4px;font-family:JetBrains Mono,monospace;font-size:13px;display:inline-flex}.helmia-landing .pack2 .ppr{letter-spacing:-.02em;margin-top:6px;font-size:27px;font-weight:800}.helmia-landing .pack2 .pbadge{letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--blue);white-space:nowrap;border-radius:999px;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:9px;position:absolute;top:-9px;left:50%;transform:translate(-50%)}.helmia-landing .pricing-cta{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-top:36px;display:flex}.helmia-landing .pricing-cta .pf-note{color:var(--ink-faint);font-size:13.5px}@media (max-width:860px){.helmia-landing .pricing-grid{grid-template-columns:1fr}.helmia-landing .packs-row{grid-template-columns:1fr 1fr}}.helmia-landing .faq{max-width:760px;margin-top:48px;margin-left:auto;margin-right:auto}.helmia-landing .qa{border-bottom:1px solid var(--border)}.helmia-landing .qa summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:17px;font-weight:600;list-style:none;display:flex}.helmia-landing .qa summary::-webkit-details-marker{display:none}.helmia-landing .qa summary .pm{border:1px solid var(--border-2);width:24px;height:24px;color:var(--ink-dim);border-radius:50%;flex:none;place-items:center;font-size:16px;font-weight:500;line-height:0;transition:all .2s;display:grid}.helmia-landing .qa[open] summary .pm{border-color:var(--blue);color:var(--blue);transform:rotate(45deg)}.helmia-landing .qa p{color:var(--ink-dim);max-width:660px;padding:0 0 22px;font-size:14.5px;line-height:1.6}.helmia-landing .final{text-align:center;padding:118px 0}.helmia-landing .final .final-mark{place-items:center;margin-bottom:22px;display:inline-grid}.helmia-landing .final .final-mark svg{width:40px;height:46px}.helmia-landing .final h2{letter-spacing:-.04em;max-width:740px;margin:0 auto 18px;font-size:clamp(36px,5.6vw,70px);font-weight:800;line-height:1}.helmia-landing .final p{color:var(--ink-dim);max-width:460px;margin:0 auto 34px;font-size:18px}.helmia-landing footer{border-top:1px solid var(--border);padding:48px 0 56px}.helmia-landing .foot-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.helmia-landing .foot-brand{max-width:300px}.helmia-landing .foot-brand .brand{margin-bottom:12px}.helmia-landing .foot-brand p{color:var(--ink-faint);font-size:13.5px;line-height:1.5}.helmia-landing .foot-cols{flex-wrap:wrap;gap:56px;display:flex}.helmia-landing .foot-col h5{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:14px;font-family:JetBrains Mono,monospace;font-size:12px}.helmia-landing .foot-col a{color:var(--ink-dim);margin-bottom:9px;font-size:14px;transition:all .15s;display:block}.helmia-landing .foot-col a:hover{color:var(--blue)}.helmia-landing .foot-social{gap:10px;margin-top:18px;display:flex}.helmia-landing .foot-social a{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:color .15s,border-color .15s;display:inline-flex}.helmia-landing .foot-social a svg{width:18px;height:18px}.helmia-landing .foot-social a:hover{color:#2563eb;border-color:#2563eb}.helmia-landing .foot-bottom{border-top:1px solid var(--border);color:var(--ink-faint);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:40px;padding-top:24px;font-size:12.5px;display:flex}.helmia-landing .foot-bottom a{color:var(--ink-faint);transition:color .15s}.helmia-landing .foot-bottom a:hover{color:#2563eb}.helmia-landing .mock .sb-cell,.helmia-landing .mock .pitem{opacity:0;transform:translateY(10px)scale(.97)}.helmia-landing .mock.play .sb-cell,.helmia-landing .mock.play .pitem{animation:.55s cubic-bezier(.16,1,.3,1) forwards hl-cellIn}.helmia-landing .mock.play .sb-cell:nth-child(2){animation-delay:.1s}.helmia-landing .mock.play .sb-cell:nth-child(3){animation-delay:.2s}.helmia-landing .mock.play .sb-cell:nth-child(4){animation-delay:.3s}.helmia-landing .mock.play .pitem:nth-child(2){animation-delay:60ms}.helmia-landing .mock.play .pitem:nth-child(3){animation-delay:.12s}.helmia-landing .mock .bub{opacity:0;transform:translateY(6px)}.helmia-landing .mock.play .bub{animation:.5s forwards hl-lineIn}.helmia-landing .mock.play .bub.you{animation-delay:.45s}.helmia-landing .mock.play .bub.ai{animation-delay:.9s}.helmia-landing .tcursor{vertical-align:-1px;background:#7ba6ff;border-radius:1px;width:6px;height:11px;margin-left:1px;animation:1.05s step-end infinite hl-blink;display:inline-block}.helmia-landing .reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(26px)}.helmia-landing .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.helmia-landing *{animation-duration:.001ms!important;animation-iteration-count:1!important}}.helmia-landing header,.helmia-landing section,.helmia-landing footer{z-index:1;position:relative}.helmia-landing .aurora{z-index:0;pointer-events:none;position:fixed;inset:-12% -5%;overflow:hidden}.helmia-landing .blob{filter:blur(90px);will-change:transform;border-radius:50%;position:absolute}.helmia-landing .blob.b1{opacity:.13;background:#3b82f6;width:46vw;height:46vw;animation:28s ease-in-out infinite hl-dr1;top:-10%;left:-6%}.helmia-landing .blob.b2{opacity:.12;background:#60a5fa;width:42vw;height:42vw;animation:34s ease-in-out infinite hl-dr2;top:42%;right:-10%}.helmia-landing .blob.b3{opacity:.09;background:#2563eb;width:50vw;height:50vw;animation:40s ease-in-out infinite hl-dr3;bottom:-16%;left:26%}.helmia-landing .spotlight{z-index:0;pointer-events:none;background:radial-gradient(38vw 38vw at 50% var(--sy,14%), #2563eb1a, transparent 66%);position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.helmia-landing .blob{animation:none}}
