.hero{position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(32px,5vw,72px);padding-block:clamp(48px,7vw,96px);display:grid}.hero .eyebrow-row{flex-wrap:wrap;align-items:center;gap:14px;margin-top:30px;display:flex}.trust-faces{display:flex}.trust-faces span{border:2px solid var(--paper);background:var(--paper-deep);width:34px;height:34px;font-family:var(--display);color:var(--ink-soft);border-radius:50%;justify-content:center;align-items:center;margin-left:-9px;font-size:.85rem;display:flex}.trust-faces span:first-child{margin-left:0}.stars{color:var(--brass);letter-spacing:2px;font-size:.9rem}.hangtag{max-width:430px;margin-inline:auto;transition:rotate .4s;position:relative;rotate:1.6deg}.hangtag:hover{rotate:0deg}.hangtag .tag-card{background:var(--card);border:1px solid var(--hair-soft);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:26px;position:relative}.hangtag .punch{background:var(--paper);border:1px solid var(--hair);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%)}.hangtag .punch:after{content:"";border:2px solid var(--hair);border-radius:50%;width:16px;height:16px}.hangtag .string{background:repeating-linear-gradient(var(--brass) 0 5px, transparent 5px 10px);width:2px;height:64px;position:absolute;top:-46px;left:50%;transform:translate(-50%)}.tag-head{justify-content:space-between;align-items:flex-start;margin-top:34px;margin-bottom:18px;display:flex}.stamp-no{font-family:var(--display);color:var(--ink);letter-spacing:-.02em;font-size:2.6rem;line-height:1}.stamp-no small{font-family:var(--mono);letter-spacing:.16em;color:var(--ink-mute);margin-bottom:4px;font-size:.62rem;display:block}.tag-img{border-radius:var(--r);height:150px;margin-bottom:18px}.timeline{align-items:center;gap:0;margin:18px 0;display:flex}.timeline .node{border:2px solid var(--hair);background:var(--card);border-radius:50%;flex:none;width:13px;height:13px;position:relative}.timeline .node.done{background:var(--sage);border-color:var(--sage)}.timeline .node.cur{background:var(--thread);border-color:var(--thread);box-shadow:0 0 0 4px #b23a2e29}.timeline .seg{background:var(--hair);flex:1;height:2px}.timeline .seg.done{background:var(--sage)}.tag-row{border-top:1px dashed var(--hair);justify-content:space-between;align-items:center;padding-top:14px;font-size:.92rem;display:flex}.float{background:var(--card);border:1px solid var(--hair-soft);box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:10px;padding:10px 14px;font-size:.85rem;font-weight:500;display:flex;position:absolute}.float .dot{border-radius:50%;width:9px;height:9px}.f1{animation:5s ease-in-out infinite bob;top:4%;left:-2%}.f2{animation:6s ease-in-out .8s infinite bob;bottom:9%;right:1%}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media (prefers-reduced-motion:reduce){.f1,.f2{animation:none}}[data-hero=showcase]{text-align:center;display:none}[data-hero=showcase] .hs-inner{padding-top:clamp(40px,6vw,80px)}.stage{justify-content:center;min-height:380px;margin-top:54px;display:flex;position:relative}.phone{width:288px;box-shadow:var(--shadow-lg);background:#0f0c0a;border-radius:42px;flex:none;padding:11px;position:relative}.phone .screen{background:var(--paper);border-radius:32px;height:580px;position:relative;overflow:hidden}.phone .notch{z-index:3;background:#0f0c0a;border-radius:0 0 16px 16px;width:96px;height:24px;position:absolute;top:11px;left:50%;transform:translate(-50%)}.app-head{justify-content:space-between;align-items:flex-end;padding:46px 18px 14px;display:flex}.app-head .t{font-family:var(--display);font-size:1.45rem}.app-head .av{background:var(--paper-deep);width:32px;height:32px;font-family:var(--display);color:var(--ink-soft);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.app-body{padding:4px 14px}.app-hero{background:var(--ink);color:#f4efe6;border-radius:16px;margin-bottom:12px;padding:15px}.app-hero .pill{margin-bottom:9px}.app-card{background:var(--card);border:1px solid var(--hair-soft);border-radius:14px;align-items:center;gap:11px;margin-bottom:9px;padding:12px;display:flex}.app-card .thumb{background:var(--paper-deep);border-radius:9px;flex:none;width:42px;height:42px}.app-card .meta{flex:1;min-width:0}.app-card .meta .gn{font-size:.82rem;font-weight:600}.app-card .meta .sub{font-family:var(--mono);color:var(--ink-mute);letter-spacing:.05em;font-size:.62rem}.app-tabbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--hair-soft);background:#f4efe6eb;justify-content:space-around;align-items:center;height:62px;padding-bottom:8px;display:flex;position:absolute;bottom:0;left:0;right:0}.app-tabbar .tab{color:var(--ink-mute);flex-direction:column;align-items:center;gap:3px;font-size:.56rem;font-weight:600;display:flex}.app-tabbar .tab.on{color:var(--thread)}.app-tabbar .tab svg{width:19px;height:19px}.steps{grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.4vw,30px);display:grid;position:relative}.step{position:relative}.step .num{font-family:var(--display);background:var(--paper);border:1.5px solid var(--ink);width:46px;height:46px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.05rem;display:flex}.step .ic{width:30px;height:30px;color:var(--thread);margin-bottom:14px}.step-link{border-top:2px dashed var(--hair);z-index:0;height:2px;position:absolute;top:23px;left:60%;right:-40%}.steps .step:last-child .step-link{display:none}.svc{flex-direction:column;gap:14px;min-height:200px;display:flex}.svc .ic{width:34px;height:34px;color:var(--ink)}.svc .top{justify-content:space-between;align-items:flex-start;display:flex}.svc h3{margin:0}.svc .from{border-top:1px solid var(--hair-soft);justify-content:space-between;align-items:baseline;margin-top:auto;padding-top:14px;display:flex}.svc .from .lbl{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);font-size:.6rem}.svc .from .amt{font-family:var(--display);font-size:1.25rem}.feat{border-bottom:1px dashed var(--hair);gap:16px;padding:18px 0;display:flex}.feat:last-child{border-bottom:0}.feat .fi{background:var(--paper);border:1px solid var(--hair-soft);width:44px;height:44px;color:var(--thread);border-radius:12px;flex:none;justify-content:center;align-items:center;display:flex}.feat .fi svg{width:22px;height:22px}.feat h4{font-family:var(--display);margin:0 0 4px;font-size:1.15rem;font-weight:500}.feat p{color:var(--ink-soft);margin:0;font-size:.95rem}.stat-band{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.stat .v{font-family:var(--display);color:#f4efe6;letter-spacing:-.02em;font-size:clamp(2.4rem,4vw,3.4rem);line-height:1}.stat .v .u{color:var(--thread)}.stat .l{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#a89c8a;margin-top:10px;font-size:.68rem}.quote{flex-direction:column;height:100%;display:flex}.quote .mark{font-family:var(--display);color:var(--thread);height:24px;font-size:3rem;line-height:.6}.quote blockquote{font-family:var(--display);color:var(--ink);margin:18px 0 auto;font-size:1.22rem;line-height:1.45}.quote .by{border-top:1px solid var(--hair-soft);align-items:center;gap:12px;margin-top:24px;padding-top:18px;display:flex}.quote .by .av{background:var(--paper-deep);width:42px;height:42px;font-family:var(--display);color:var(--ink-soft);border-radius:50%;justify-content:center;align-items:center;display:flex}.quote .by .nm{font-size:.92rem;font-weight:600}.quote .by .rl{color:var(--ink-mute);font-size:.8rem}.acc-item{border-bottom:1px solid var(--hair-soft)}.acc-head{cursor:pointer;font-family:var(--display);justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:1.2rem;font-weight:500;display:flex}.acc-head .pm{border:1.5px solid var(--hair);border-radius:50%;flex:none;width:26px;height:26px;transition:border-color .2s;position:relative}.acc-head .pm:before,.acc-head .pm:after{content:"";background:var(--ink);border-radius:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.acc-head .pm:before{width:11px;height:1.6px}.acc-head .pm:after{width:1.6px;height:11px;transition:transform .25s}.acc-item.open .pm{border-color:var(--thread)}.acc-item.open .pm:after{transform:translate(-50%,-50%)scaleY(0)}.acc-body{max-height:0;transition:max-height .35s;overflow:hidden}.acc-item.open .acc-body{max-height:240px}.acc-body p{color:var(--ink-soft);max-width:62ch;padding:0 0 22px}.cta-band{position:relative;overflow:hidden}.cta-band .ruler{position:absolute;top:0;left:0;right:0}@media (width<=880px){.hero-grid{grid-template-columns:1fr;gap:40px}.hangtag{margin-top:8px;rotate:0deg}.steps{grid-template-columns:1fr;gap:14px}.step-link{display:none}.stat-band{grid-template-columns:1fr 1fr;gap:24px}}@media (width<=560px){.stat-band{grid-template-columns:1fr 1fr}}
