.landing-root{--ink:#1d1d1f;--ink-2:#2b2b2f;--gray:#6e6e73;--gray-2:#86868b;--line:#e5e5ea;--blue:#0071e3;--blue-d:#0077ed;--cream:#fffaf3;--peach:#fff2e6;--sky:#eaf2ff;--mint:#e8f5ee;--lilac:#f3eeff;--sand:#faf6f1;--rose:#fff0f3;--ease:cubic-bezier(.22,.61,.36,1);background:var(--cream);color:var(--ink);overflow-x:hidden;scroll-behavior:smooth;font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-root *{box-sizing:border-box;margin:0;padding:0}.landing-root img{display:block;max-width:100%}.landing-root a{color:inherit;text-decoration:none}.landing-root .nav{position:fixed;top:0;left:0;right:0;height:52px;z-index:999;background:rgba(255,250,243,.72);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.landing-root .nav-left{display:flex;align-items:center;gap:32px}.landing-root .nav-logo{font-size:18px;font-weight:600;letter-spacing:-.02em}.landing-root .nav-logo span{color:var(--blue);font-weight:500}.landing-root .nav-links{display:flex;gap:24px}.landing-root .nav-links a{font-size:13px;color:var(--ink);opacity:.78;transition:opacity .2s,color .2s}.landing-root .nav-links a:hover{opacity:1;color:var(--blue)}.landing-root .nav-buy{font-size:13px;padding:6px 16px;border-radius:9.9px;background:var(--ink);color:#fff;font-weight:500;transition:opacity .3s var(--ease),transform .3s var(--ease),background .2s}.landing-root .nav-buy:hover{background:#000;transform:translateY(-1px)}.landing-root .nav-buy.is-hidden{opacity:0;transform:translateY(-8px) scale(.94);pointer-events:none}@media (max-width:760px){.landing-root .nav-links{display:none}}.landing-root .wrap{max-width:1160px;margin:0 auto;padding:0 28px}.landing-root .eyebrow{font-size:13px;color:var(--blue);letter-spacing:.04em;margin-bottom:18px;font-weight:600;text-transform:uppercase}.landing-root h2.title{font-size:clamp(30px,3.4vw,44px);line-height:1.15;letter-spacing:-.02em;font-weight:600;color:var(--ink);white-space:nowrap}.landing-root h2.title .grad{background:linear-gradient(95deg,#0071e3,#a855f7);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .lead{font-size:17px;color:var(--gray);line-height:1.6;max-width:460px;margin-top:18px;font-weight:400}@media (max-width:860px){.landing-root h2.title{white-space:normal;font-size:28px}}.landing-root .cta-btn{padding:9px 22px;border-radius:9.9px;background:var(--ink);color:#fff;font-size:14px;font-weight:500;transition:transform .2s,background .2s;display:inline-block}.landing-root .cta-btn:hover{background:#000;transform:translateY(-1px)}.landing-root .cta-btn.primary{background:var(--blue)}.landing-root .cta-btn.primary:hover{background:var(--blue-d)}.landing-root .cta-btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.landing-root .cta-btn.ghost:hover{border-color:var(--ink)}.landing-root .cta-btn.lg{padding:13px 32px;font-size:15px}.landing-root .pill-row{display:flex;gap:8px;margin-top:24px;flex-wrap:wrap}.landing-root .pill{font-size:12px;padding:6px 12px;border-radius:9.9px;background:rgba(0,0,0,.05);color:var(--ink-2);font-weight:500}.landing-root .hero{position:relative;overflow:hidden;background:radial-gradient(ellipse 100% 60% at 50% 0,#ffe9d0 0,transparent 60%),radial-gradient(ellipse 80% 50% at 80% 40%,#dbeaff 0,transparent 60%),linear-gradient(180deg,var(--cream) 0,#fff 100%)}.landing-root .hero-text{min-height:76vh;padding:120px 0 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.landing-root .hero .eyebrow{color:#c2410c;font-size:15px;letter-spacing:.06em}.landing-root .hero h1{font-size:clamp(60px,9vw,128px);line-height:.99;letter-spacing:-.042em;font-weight:600;margin-top:26px;white-space:nowrap}.landing-root .hero h1 .grad{background:linear-gradient(95deg,#f97316,#0071e3 60%,#a855f7);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .hero p.hero-lead{font-size:clamp(22px,2vw,30px);color:var(--gray);margin:40px auto 0;max-width:760px;line-height:1.4;font-weight:400}.landing-root .hero-cta{margin:44px 0 16px;display:flex;justify-content:center}.landing-root .hero-cta .cta-btn.lg{padding:16px 38px;font-size:16px}.landing-root .hero-price{font-size:14px;color:var(--gray-2)}.landing-root .hero-img{position:relative;max-width:1200px;margin:-12px auto 0;padding:0 24px 90px}.landing-root .hero-img-frame{aspect-ratio:16/6.5;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px rgba(160,80,40,.12);background:linear-gradient(135deg,#ffe2c4,#e0ecff);position:relative}.landing-root .hero-img-frame img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-root .hero-img-frame:before{content:"";position:absolute;left:0;right:0;top:0;height:80px;z-index:2;background:linear-gradient(180deg,rgba(255,250,243,.55),transparent);pointer-events:none}@media (max-width:760px){.landing-root .hero-text{min-height:auto;padding:120px 0 60px}.landing-root .hero h1{white-space:normal;font-size:52px}.landing-root .hero p.hero-lead{font-size:19px}.landing-root .hero-img-frame{aspect-ratio:16/9}}.landing-root section.story{padding:130px 0}.landing-root .sec-sky{background:linear-gradient(180deg,#fff 0,var(--sky) 40%,var(--sky) 60%,#fff 100%)}.landing-root .sec-mint{background:linear-gradient(180deg,#fff 0,var(--mint) 40%,var(--mint) 60%,#fff 100%)}.landing-root .sec-peach{background:linear-gradient(180deg,#fff 0,var(--peach) 40%,var(--peach) 60%,#fff 100%)}.landing-root .sec-lilac{background:linear-gradient(180deg,#fff 0,var(--lilac) 40%,var(--lilac) 60%,#fff 100%)}.landing-root .sec-rose{background:linear-gradient(180deg,#fff 0,var(--rose) 40%,var(--rose) 60%,#fff 100%)}.landing-root .sec-sand{background:var(--sand)}.landing-root .sec-white{background:#fff}.landing-root .sec-sky .eyebrow{color:#0071e3}.landing-root .sec-mint .eyebrow{color:#059669}.landing-root .sec-peach .eyebrow{color:#c2410c}.landing-root .sec-lilac .eyebrow{color:#7c3aed}.landing-root .sec-rose .eyebrow{color:#e11d48}.landing-root .split{display:grid;grid-template-columns:1fr 1fr;gap:88px;align-items:center}.landing-root .split.reverse .copy{order:2}.landing-root .split.reverse .visual{order:1}.landing-root .visual{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.08);aspect-ratio:5/6;background:#f5f5f7}.landing-root .visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.4s var(--ease)}.landing-root .visual:hover img{transform:scale(1.04)}@media (max-width:860px){.landing-root .split,.landing-root .split.reverse{grid-template-columns:1fr;gap:48px}.landing-root .split.reverse .copy{order:2}.landing-root .split.reverse .visual{order:1}.landing-root .visual{aspect-ratio:5/4}.landing-root section.story{padding:90px 0}}.landing-root .vis-badge{position:absolute;top:20px;left:20px;font-size:11px;letter-spacing:.18em;color:var(--ink);font-weight:600;padding:7px 14px;border-radius:9.9px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.landing-root .vis-card{position:absolute;left:20px;right:20px;bottom:20px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);box-shadow:0 14px 30px rgba(0,0,0,.12);display:flex;align-items:center;gap:12px;color:var(--ink)}.landing-root .vc-dot{width:38px;height:38px;border-radius:50%;flex-shrink:0;background:radial-gradient(circle at 30% 30%,#fff,#2997ff 55%,#0071e3);box-shadow:0 4px 12px rgba(41,151,255,.35)}.landing-root .vc-text{flex:1;min-width:0}.landing-root .vc-t{font-size:13px;font-weight:600}.landing-root .vc-d{font-size:11px;color:var(--gray);margin-top:2px}.landing-root .vc-go{font-size:20px;color:var(--gray)}.landing-root .vis-call{position:absolute;left:20px;right:20px;bottom:20px;padding:14px 18px;border-radius:20px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);box-shadow:0 16px 40px rgba(0,0,0,.15);display:flex;align-items:center;gap:14px}.landing-root .vc-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(145deg,#34d399,#059669);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;animation:landing-ring 2.2s ease-out infinite}@keyframes landing-ring{0%{box-shadow:0 0 0 0 rgba(52,211,153,.6)}to{box-shadow:0 0 0 14px rgba(52,211,153,0)}}.landing-root .vc-info .num{font-size:13px;font-weight:600;letter-spacing:.04em;font-family:SF Mono,monospace}.landing-root .vc-info .lbl{font-size:10px;letter-spacing:.2em;color:#059669;margin-top:2px;font-weight:600}.landing-root .vc-actions{display:flex;gap:8px;margin-left:auto}.landing-root .va{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff}.landing-root .va.r{background:#ff3b30}.landing-root .va.g{background:#34c759}.landing-root .vis-tags{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;gap:8px;align-items:flex-end}.landing-root .vt{font-size:11px;padding:6px 12px;border-radius:9.9px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);color:var(--ink);box-shadow:0 6px 16px rgba(0,0,0,.1);font-weight:500}.landing-root .vt .dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:6px;vertical-align:middle}.landing-root .vt .dot.ok{background:#22c55e}.landing-root .vt .dot.warn{background:#f59e0b}.landing-root .vis-social{position:absolute;left:20px;right:20px;bottom:20px;padding:16px;border-radius:20px;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);box-shadow:0 16px 40px rgba(0,0,0,.15)}.landing-root .vs-name{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--ink)}.landing-root .vs-links{display:flex;gap:8px}.landing-root .vs-link{flex:1;padding:8px 10px;border-radius:12px;font-size:11px;text-align:center;font-weight:600;color:#fff}.landing-root .vs-link.a{background:linear-gradient(135deg,#ef4444,#dc2626)}.landing-root .vs-link.b{background:linear-gradient(135deg,#f97316,#dc2626)}.landing-root .vs-link.c{background:linear-gradient(135deg,#a855f7,#7c3aed)}.landing-root .trio-head{text-align:center;max-width:680px;margin:0 auto 64px}.landing-root .trio-head .lead{margin:18px auto 0;text-align:center}.landing-root .trio{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-root .g-card{position:relative;border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 24px 50px rgba(0,0,0,.08);display:flex;flex-direction:column;transition:transform .5s var(--ease),box-shadow .5s}.landing-root .g-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px rgba(0,0,0,.12)}.landing-root .g-img{aspect-ratio:5/4;overflow:hidden;position:relative}.landing-root .g-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-root .g-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.25))}.landing-root .g-tag{position:absolute;top:16px;left:16px;font-size:11px;letter-spacing:.15em;color:#fff;font-weight:600;padding:6px 12px;border-radius:9.9px;background:rgba(0,0,0,.4);backdrop-filter:blur(10px)}.landing-root .g-body{padding:24px 26px 28px;flex:1;display:flex;flex-direction:column}.landing-root .g-body h3{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.3;min-height:52px}.landing-root .g-body p{font-size:14px;color:var(--gray);line-height:1.6;margin-top:10px;flex:1}.landing-root .g-meta{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-size:12px;color:var(--ink-2);display:flex;align-items:center;gap:8px;font-weight:500}.landing-root .g-meta .ico{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700}.landing-root .g-meta .ico.kid{background:#ec4899}.landing-root .g-meta .ico.old{background:#0891b2}.landing-root .g-meta .ico.bag{background:#a855f7}@media (max-width:860px){.landing-root .trio{grid-template-columns:1fr}.landing-root .g-body h3{min-height:0}}.landing-root .bento-head{text-align:center;margin-bottom:64px;max-width:680px;margin-left:auto;margin-right:auto}.landing-root .bento-head .lead{margin:18px auto 0;text-align:center}.landing-root .bento{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-root .b-cell{position:relative;border-radius:24px;overflow:hidden;background:#e5e5ea;aspect-ratio:4/5;box-shadow:0 18px 40px rgba(0,0,0,.08);transition:transform .5s var(--ease),box-shadow .5s}.landing-root .b-cell:hover{transform:translateY(-6px);box-shadow:0 26px 50px rgba(0,0,0,.14)}.landing-root .b-cell img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1.2s var(--ease)}.landing-root .b-cell:hover img{transform:scale(1.06)}.landing-root .b-cell:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.78))}.landing-root .b-label{position:absolute;left:22px;bottom:22px;right:22px;color:#fff;z-index:2}.landing-root .b-eyebrow{font-size:10px;letter-spacing:.22em;color:rgba(255,255,255,.8);font-weight:600;text-transform:uppercase;margin-bottom:6px}.landing-root .b-label .t{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.25}.landing-root .b-label .d{font-size:13px;color:rgba(255,255,255,.78);margin-top:6px;line-height:1.5}@media (max-width:860px){.landing-root .bento{grid-template-columns:repeat(2,1fr);gap:16px}.landing-root .b-cell{aspect-ratio:5/5}}.landing-root .pack-row{display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:center}.landing-root .pack-stage{aspect-ratio:1/1;border-radius:32px;background:radial-gradient(circle at 30% 25%,#fff4e1 0,#fde2c4 45%,#f5d4ad 100%);box-shadow:0 40px 80px rgba(180,120,60,.18),inset 0 1px 0 rgba(255,255,255,.6);position:relative;overflow:hidden}.landing-root .pack-stage:before{content:"";position:absolute;width:90%;height:90%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.5) 0,transparent 60%);top:0;left:5%;filter:blur(20px)}.landing-root .fan{position:absolute;left:50%;bottom:14%;width:0;height:0}.landing-root .sticker{position:absolute;width:130px;height:130px;left:-65px;top:-65px;transform-origin:50% 220%;will-change:transform}.landing-root .sticker.s1{transform:rotate(-42deg)}.landing-root .sticker.s2{transform:rotate(-28deg)}.landing-root .sticker.s3{transform:rotate(-14deg)}.landing-root .sticker.s4{transform:rotate(0deg)}.landing-root .sticker.s5{transform:rotate(14deg)}.landing-root .sticker.s6{transform:rotate(28deg)}.landing-root .sticker.s7{transform:rotate(42deg)}.landing-root .s-inner{position:relative;width:100%;height:100%;border-radius:24%;background:linear-gradient(155deg,#ffffff,#f0f0f3);box-shadow:0 16px 32px rgba(40,30,20,.18),inset 0 -2px 0 rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .42s var(--ease),box-shadow .42s var(--ease);cursor:pointer}.landing-root .s-inner:after{content:"";position:absolute;inset:7px;border-radius:18%;border:1px dashed rgba(0,0,0,.08);pointer-events:none}.landing-root .s-inner .glyph{width:42%;height:42%;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#2997ff 55%,#0071e3);box-shadow:0 4px 12px rgba(41,151,255,.35)}.landing-root .s-inner .nfc{font-size:9px;letter-spacing:.3em;color:var(--gray);margin-top:8px;font-weight:600}.landing-root .sticker:hover{z-index:9}.landing-root .sticker:hover .s-inner{transform:translateY(-14px) scale(1.06);box-shadow:0 28px 50px rgba(40,30,20,.28),inset 0 -2px 0 rgba(0,0,0,.04),inset 0 1px 0 rgba(255,255,255,.95)}.landing-root .activation{position:absolute;left:50%;top:50%;transform:translate(-50%,-58%) rotate(-4deg);width:170px;height:220px;border-radius:22px;z-index:10;background:linear-gradient(160deg,#1d1d1f,#000);color:#fff;box-shadow:0 30px 60px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.08);padding:22px 18px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .5s var(--ease)}.landing-root .activation:hover{transform:translate(-50%,-64%) rotate(-2deg)}.landing-root .activation .tag{font-size:9px;letter-spacing:.32em;color:#fbbf24;font-weight:600}.landing-root .activation .big{font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.15;margin-top:4px}.landing-root .activation .big small{font-size:11px;color:#a1a1a6;font-weight:400;display:block;margin-top:6px;letter-spacing:0}.landing-root .activation .key-row{display:flex;align-items:center;gap:8px}.landing-root .activation .key{width:32px;height:32px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#fff,#fbbf24 55%,#f59e0b);box-shadow:0 4px 14px rgba(251,191,36,.4)}.landing-root .activation .key-label{font-size:10px;color:#a1a1a6;letter-spacing:.06em}.landing-root .activation .footer-mini{font-size:9px;letter-spacing:.2em;color:#52525b;text-align:center;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}@media (max-width:860px){.landing-root .sticker{width:100px;height:100px;left:-50px;top:-50px}.landing-root .activation{width:140px;height:180px}}.landing-root .pack-info h3{font-size:clamp(30px,3vw,40px);font-weight:600;letter-spacing:-.025em;line-height:1.15}.landing-root .pack-info .spec{margin-top:14px;font-size:13px;color:var(--gray);font-family:SF Mono,monospace;letter-spacing:.05em}.landing-root .pack-info ul{list-style:none;margin:28px 0}.landing-root .pack-info li{padding:14px 0;border-top:1px solid var(--line);display:flex;align-items:center;gap:14px;font-size:15px;color:var(--ink-2)}.landing-root .pack-info li:last-child{border-bottom:1px solid var(--line)}.landing-root .pack-info li:before{content:"";width:20px;height:20px;border-radius:50%;background:var(--blue);flex-shrink:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:13px;background-position:50%;background-repeat:no-repeat}.landing-root .price-box{padding:26px 28px;border-radius:20px;background:var(--sand);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.landing-root .price-box .num{font-size:clamp(48px,5vw,64px);font-weight:600;letter-spacing:-.03em;line-height:1;color:var(--ink)}@media (max-width:860px){.landing-root .pack-row{grid-template-columns:1fr;gap:48px}}.landing-root footer{padding:36px 28px;border-top:1px solid var(--line);background:#fff;text-align:center;color:var(--gray-2);font-size:12px;line-height:1.7}.landing-root footer .links a{color:var(--gray-2);margin:0 10px}.landing-root footer .links a:hover{color:var(--blue)}.landing-root .reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.landing-root .reveal.in{opacity:1;transform:none}@media (max-width:760px){.landing-root .nav{padding:0 16px}.landing-root .wrap{padding:0 20px}.landing-root section.story{padding:80px 0}.landing-root .hero-text{min-height:auto;padding:110px 0 48px}.landing-root .hero .eyebrow{font-size:13px;margin-bottom:14px}.landing-root .hero h1{white-space:normal;font-size:clamp(40px,11vw,56px);line-height:1.06;letter-spacing:-.035em;margin-top:14px}.landing-root .hero h1 .grad{display:block;margin-top:4px}.landing-root .hero p.hero-lead{font-size:clamp(15px,4.4vw,18px);line-height:1.5;margin-top:22px;padding:0 8px;max-width:560px}.landing-root .hero-cta{margin:30px 0 14px}.landing-root .hero-cta .cta-btn.lg{padding:14px 30px;font-size:15px}.landing-root .hero-price{font-size:12px;padding:0 16px}.landing-root .hero-img{margin-top:-6px;padding:0 16px 56px}.landing-root .hero-img-frame{aspect-ratio:16/10;border-radius:20px}.landing-root h2.title{font-size:clamp(26px,6.4vw,32px)}.landing-root .pack-info h3{font-size:clamp(24px,6vw,30px)}.landing-root .price-box{padding:20px 22px}.landing-root .price-box .num{font-size:clamp(40px,9vw,52px)}.landing-root .pack-stage{border-radius:24px}.landing-root .b-label .t{font-size:16px}.landing-root .b-label .d{font-size:11px}.landing-root .g-body{padding:20px 22px 22px}.landing-root .g-body h3{font-size:18px}.landing-root footer{padding:28px 20px;line-height:1.65}}@media (max-width:380px){.landing-root .hero h1{font-size:38px}.landing-root .wrap{padding:0 16px}.landing-root .sticker{width:88px;height:88px;left:-44px;top:-44px}.landing-root .activation{width:120px;height:160px;padding:18px 14px}.landing-root .activation .big{font-size:18px}}