:root { --ink:#17152d; --muted:#69677a; --purple:#6936d4; --blue:#2869dc; --pink:#e93482; --cream:#fffaf7; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:#fff; color:var(--ink); font-family:"Noto Sans HK","PingFang HK","Microsoft JhengHei",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
.shell { width:min(1160px, calc(100% - 40px)); margin-inline:auto; }
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(33,29,58,.06)}
.nav { height:82px; display:flex; align-items:center; justify-content:space-between; position:relative; z-index:5; }
.brand img { width:118px; height:58px; object-fit:contain; }
.nav-pages{display:flex;align-items:center;gap:8px;padding:5px;border-radius:999px;background:#f5f2f9}.nav-pages a{padding:9px 17px;border-radius:999px;font-size:13px;font-weight:800;color:#716d80;transition:.2s}.nav-pages a:hover,.nav-pages a.active{background:#fff;color:var(--purple);box-shadow:0 5px 15px rgba(41,31,75,.08)}
.nav-download { color:white; font-size:14px; font-weight:800; padding:12px 22px; border-radius:999px; background:var(--ink); transition:.2s; }
.nav-download:hover { transform:translateY(-2px); background:var(--purple); }
.hero { min-height:670px; display:grid; grid-template-columns:48% 52%; align-items:center; padding:42px 0 82px; }
.eyebrow { display:flex; align-items:center; gap:10px; color:var(--purple); font-size:13px; font-weight:900; letter-spacing:.12em; }
.eyebrow span { width:26px; height:3px; border-radius:4px; background:linear-gradient(90deg,var(--pink),var(--purple)); }
.hero h1 { margin:20px 0 22px; font-size:clamp(56px,7vw,92px); line-height:.98; letter-spacing:-.065em; font-weight:950; }
.hero-lead { width:min(480px,100%); color:var(--muted); font-size:19px; line-height:1.75; margin:0 0 30px; }
.hero-lead strong{color:var(--purple);font-size:22px;font-weight:900}
.store-buttons { display:flex; flex-wrap:wrap; gap:12px; }
.store-button { min-width:172px; height:58px; color:#fff; background:#111018; border:1px solid #272530; border-radius:13px; padding:9px 15px; display:flex; align-items:center; gap:10px; box-shadow:0 8px 20px rgba(23,21,45,.12); transition:.2s; }
.store-button:hover { transform:translateY(-3px); box-shadow:0 12px 28px rgba(23,21,45,.2); }
.store-button small,.store-button strong { display:block; line-height:1.05; }.store-button small{font-size:9px;letter-spacing:.03em}.store-button strong{font-size:18px;margin-top:3px;white-space:nowrap}.store-mark{font-size:24px;color:white}.play-mark{font-size:24px;color:#78d8f4;text-shadow:-2px 2px #67db92,2px 2px #ffd65f}
.store-note { color:#8a8798; font-size:12px; margin-top:13px; }
.store-buttons.official{align-items:center;gap:12px}.store-buttons.official>a{height:58px;display:block;transition:.2s}.store-buttons.official>a:hover{transform:translateY(-3px)}.store-buttons.official img{display:block;width:auto;height:100%;object-fit:contain}.store-buttons.official>a:nth-child(2){height:85px;margin:-13px -11px}.store-buttons.official.compact>a{height:54px}.store-buttons.official.compact>a:nth-child(2){height:79px}
.hero-visual { height:550px; position:relative; display:grid; place-items:center; }
.hero-visual:before { content:""; position:absolute; width:500px; height:500px; border-radius:50%; background:linear-gradient(145deg,#eee9ff 0%,#ffe8f1 55%,#e4f5ff 100%); filter:blur(1px); }
.scenario-carousel{position:relative;width:min(500px,100%);height:500px;border-radius:38px;overflow:hidden;z-index:2;background:#ece8f6;box-shadow:0 34px 70px rgba(45,33,78,.24);isolation:isolate}
.scenario-carousel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,40,.02) 38%,rgba(20,16,40,.78) 100%);z-index:2;pointer-events:none}
.scenario{position:absolute;inset:0;margin:0;opacity:0;animation:scene-cycle 20s infinite ease-in-out;transform:scale(1.08);will-change:opacity,transform}
.scenario img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.86) contrast(1.03)}
.scenario figcaption{position:absolute;left:28px;bottom:92px;z-index:4;color:#fff;display:flex;align-items:center;gap:13px;text-shadow:0 2px 14px rgba(0,0,0,.35)}
.scenario figcaption>span{width:42px;height:42px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:900;background:rgba(255,255,255,.14);backdrop-filter:blur(9px)}
.scenario figcaption b,.scenario figcaption small{display:block}.scenario figcaption b{font-size:24px}.scenario figcaption small{margin-top:3px;font-size:11px;color:rgba(255,255,255,.82)}
.scenario.s1{animation-delay:0s}.scenario.s2{animation-delay:5s}.scenario.s3{animation-delay:10s}.scenario.s4{animation-delay:15s}
@keyframes scene-cycle{0%{opacity:0;transform:scale(1.08)}5%,22%{opacity:1;transform:scale(1)}27%,100%{opacity:0;transform:scale(.98)}}
.app-discovery{position:absolute;z-index:5;left:24px;right:24px;bottom:22px;height:58px;border-radius:17px;background:rgba(255,255,255,.94);backdrop-filter:blur(15px);display:flex;align-items:center;padding:8px 14px;gap:10px;color:var(--ink);box-shadow:0 8px 25px rgba(0,0,0,.16)}
.app-discovery img{width:40px;height:40px;border-radius:11px}.app-discovery b,.app-discovery small{display:block}.app-discovery b{font-size:12px}.app-discovery small{font-size:9px;color:#858293;margin-top:2px}.app-discovery>span{margin-left:auto;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--purple)}
.scenario-dots{position:absolute;z-index:5;right:24px;top:22px;display:flex;gap:5px}.scenario-dots i{width:6px;height:6px;border-radius:8px;background:rgba(255,255,255,.5);animation:dot-cycle 20s infinite}.scenario-dots i:nth-child(2){animation-delay:5s}.scenario-dots i:nth-child(3){animation-delay:10s}.scenario-dots i:nth-child(4){animation-delay:15s}@keyframes dot-cycle{0%,24%{background:#fff;width:18px}25%,100%{background:rgba(255,255,255,.5);width:6px}}
.orbit { position:absolute; border-radius:50%; border:1px dashed rgba(105,54,212,.22); }.orbit-one{width:520px;height:520px}.orbit-two{width:380px;height:380px}
.phone { width:258px; height:522px; padding:9px; border-radius:39px; background:#191725; box-shadow:0 34px 70px rgba(45,33,78,.28); position:relative; z-index:2; transform:rotate(3deg); }
.phone-top { position:absolute; z-index:4; left:25px; right:25px; top:16px; color:#fff; display:flex; justify-content:space-between; font-size:10px; }.phone-top i{width:58px;height:17px;background:#191725;border-radius:20px;position:absolute;left:67px;top:-2px}
.phone-screen { height:100%; border-radius:31px; padding:42px 15px 17px; overflow:hidden; background:linear-gradient(#f9f7ff,#fff); }
.app-heading { display:flex; align-items:center; justify-content:space-between; }.app-heading small,.app-heading strong{display:block}.app-heading small{color:#777389;font-size:10px}.app-heading strong{font-size:17px;margin-top:3px}.app-heading img{width:32px;height:32px;border-radius:10px}
.vibe-row { display:flex; gap:5px; margin:16px 0 12px; }.vibe-row span{font-size:9px;background:#fff;border:1px solid #e1d9f5;border-radius:20px;padding:6px 10px}.vibe-row span:first-child{color:#fff;background:var(--purple);border-color:var(--purple)}
.event-card { background:#fff; border-radius:18px; overflow:hidden; box-shadow:0 10px 28px rgba(48,35,83,.12); }.event-photo{height:172px;position:relative;padding:14px;background:linear-gradient(155deg,#73d3e8,#b4e2ca 45%,#ffba87);color:#fff}.event-photo:after{content:"";position:absolute;left:-20px;right:-20px;bottom:-40px;height:100px;border-radius:50%;background:linear-gradient(15deg,#58488e,#e18d8d)}.event-photo span,.event-photo strong{position:relative;z-index:2;display:block;text-shadow:0 1px 8px #555}.event-photo span{font-size:9px}.event-photo strong{font-size:28px}.event-photo i{position:absolute;right:18px;top:18px;font-style:normal;font-size:24px}.event-info{padding:14px}.event-info small{color:var(--purple);font-size:9px}.event-info h3{font-size:17px;margin:6px 0}.event-info p{font-size:10px;color:#858293}.event-info div{display:flex;align-items:center}.avatar{width:20px;height:20px;border:2px solid #fff;border-radius:50%;margin-left:-4px;background:#ffb6c8}.avatar.a2{background:#85c5eb}.avatar.a3{background:#e5c183}.event-info b{font-size:9px;margin-left:5px;color:#777389}
.phone-screen button{width:100%;border:0;border-radius:13px;color:#fff;background:linear-gradient(100deg,var(--blue),var(--purple));padding:12px;margin-top:12px;font-size:11px;font-weight:800}.mini-nav{display:flex;justify-content:space-around;padding-top:16px;color:#aaa5b7}.mini-nav b{color:var(--purple)}
.float-card { position:absolute; z-index:3; display:flex; align-items:center; gap:10px; background:rgba(255,255,255,.94); padding:12px 15px; border-radius:16px; box-shadow:0 14px 30px rgba(50,35,89,.15); animation:float 4s ease-in-out infinite; }.float-card>span{font-size:24px}.float-card b,.float-card small{display:block}.float-card b{font-size:12px}.float-card small{font-size:9px;color:#858293;margin-top:2px}.float-left{left:4%;bottom:110px}.float-right{right:0;top:105px;animation-delay:-1.8s}@keyframes float{50%{transform:translateY(-9px)}}
.trust-strip { background:var(--ink); color:#fff; }.trust-grid{height:112px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.trust-grid p{margin:0;text-align:center;border-right:1px solid rgba(255,255,255,.13)}.trust-grid p:last-child{border:0}.trust-grid b,.trust-grid span{display:block}.trust-grid b{font-size:23px}.trust-grid span{font-size:11px;color:#c7c4d4;margin-top:4px}
.home-next{padding:110px 0 35px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.home-next h2,.page-hero h1,.contact-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.04;letter-spacing:-.055em;margin:18px 0}.home-next p,.page-hero p,.contact-hero p{color:var(--muted);line-height:1.8;max-width:610px}.text-link{display:inline-flex;align-items:center;gap:12px;margin-top:13px;color:var(--purple);font-size:14px;font-weight:900}.text-link span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--purple);transition:.2s}.text-link:hover span{transform:translateX(4px)}.mini-journey{min-height:260px;border-radius:30px;background:linear-gradient(140deg,#f2edff,#fff0f7);display:flex;align-items:center;justify-content:center;gap:15px;padding:25px;border:1px solid #eadff8}.mini-journey span{width:100px;height:100px;border-radius:28px;background:#fff;box-shadow:0 12px 30px rgba(50,31,84,.1);display:grid;place-items:center;color:var(--purple);font-weight:950}.mini-journey span:nth-of-type(2){color:var(--pink);animation:mini-pop 2.5s infinite}.mini-journey i{font-style:normal;color:#b9adc9}@keyframes mini-pop{50%{transform:translateY(-8px) rotate(-2deg)}}
.features { padding:110px 0 120px; }.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:46px}.section-heading h2{font-size:clamp(38px,5vw,62px);line-height:1.08;letter-spacing:-.05em;margin:0;text-align:right}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{position:relative;border-radius:26px;padding:28px;min-height:300px;overflow:hidden;border:1px solid}.feature-card>span{position:absolute;top:29px;right:28px;font-size:12px;font-weight:900;opacity:.55}.feature-icon{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;font-size:25px;font-weight:900;background:#fff;box-shadow:0 8px 24px rgba(31,25,60,.08)}.feature-card h3{font-size:24px;margin:78px 0 13px}.feature-card p{color:#686579;line-height:1.7;font-size:14px;margin:0}.feature-card.blue{background:#edf5ff;border-color:#d9eaff;color:#1853a8}.feature-card.pink{background:#fff0f5;border-color:#ffdeeb;color:#b61c63}.feature-card.purple{background:#f3eeff;border-color:#e3d8ff;color:#6031bd}
.how-wrap{background:linear-gradient(120deg,#28213f,#5c32a4 62%,#216ac4);color:#fff;overflow:hidden}.how{min-height:560px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px;padding-top:80px;padding-bottom:80px}.eyebrow.light{color:#dacfff}.eyebrow.light span{background:#ff78aa}.how h2{font-size:clamp(45px,6vw,72px);line-height:1.03;letter-spacing:-.055em;margin:20px 0}.how-copy>p{color:#d2cde0;line-height:1.8;max-width:450px}.steps{list-style:none;margin:0;padding:0}.steps li{display:flex;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.16)}.steps li:last-child{border:0}.steps b{flex:0 0 44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.13);color:#f7b3d2}.steps strong,.steps span{display:block}.steps strong{font-size:20px}.steps span{font-size:13px;color:#c8c1d6;margin-top:6px}
.download{padding:100px 0}.download-card{position:relative;overflow:hidden;min-height:310px;border-radius:34px;padding:48px 70px;display:flex;align-items:center;justify-content:center;gap:55px;background:linear-gradient(120deg,#fff0f6,#f4edff 55%,#e8f5ff);border:1px solid #eee4f7}.download-card>img{width:150px;height:150px;border-radius:36px;box-shadow:0 18px 45px rgba(62,37,108,.2)}.download-card small{color:#746f82;font-weight:700}.download-card h2{font-size:44px;letter-spacing:-.05em;margin:8px 0 22px}.store-buttons.compact .store-button{height:54px;min-width:165px}.confetti{position:absolute;width:13px;height:35px;border-radius:10px;transform:rotate(30deg)}.c1{background:#ed4b8c;left:7%;top:20%}.c2{background:#3d83e8;right:7%;bottom:18%;transform:rotate(-25deg)}.c3{background:#7b49d5;right:25%;top:-10px;transform:rotate(70deg)}
.footer{padding:20px 0 38px;display:grid;grid-template-columns:1fr auto;align-items:end;border-top:1px solid #ece9f0}.footer-brand img{width:110px;height:64px;object-fit:contain}.footer-brand p{font-size:13px;color:#7c7888;margin:0}.footer-links{display:flex;gap:22px;font-size:12px;font-weight:700}.footer-links a:hover{color:var(--purple)}.copyright{grid-column:1/-1;color:#aaa7b2;font-size:10px;margin:30px 0 0}
.page-hero,.contact-hero{padding:105px 0 65px}.page-hero p,.contact-hero p{font-size:18px}.journey{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:110px}.journey-card{position:relative;z-index:2;min-height:470px;padding:30px;border-radius:30px;border:1px solid #e7e0f1;background:#fff;box-shadow:0 18px 45px rgba(42,31,71,.08);overflow:hidden;transition:.3s}.journey-card:hover{transform:translateY(-7px);box-shadow:0 25px 60px rgba(42,31,71,.14)}.journey-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-60px;top:-70px;background:#eee8ff;opacity:.7}.journey-number{font-size:12px;font-weight:950;color:#aaa0ba}.motion-icon{position:relative;width:92px;height:92px;margin:45px 0 58px;display:grid;place-items:center}.motion-icon>em{position:absolute;inset:0;border:1px solid #cfc0ef;border-radius:50%;animation:icon-ring 2.2s infinite}.motion-symbol{position:relative;z-index:2;width:72px;height:72px;border-radius:24px;background:linear-gradient(135deg,var(--purple),#9563ef);box-shadow:0 13px 28px rgba(105,54,212,.25);animation:icon-float 3s ease-in-out infinite}.jc2 .motion-symbol{background:linear-gradient(135deg,var(--pink),#ff78aa);animation-delay:-1s}.jc3 .motion-symbol{background:linear-gradient(135deg,var(--blue),#5ea2f5);animation-delay:-2s}.card-symbol i{position:absolute;width:28px;height:36px;border:2px solid #fff;border-radius:7px;left:22px;top:18px;background:rgba(255,255,255,.15)}.card-symbol i:first-child{transform:rotate(-15deg);left:15px;opacity:.6}.card-symbol i:nth-child(2){transform:rotate(15deg);left:29px;opacity:.75}.card-symbol i:nth-child(3):after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;left:9px;top:12px}.group-symbol i{position:absolute;width:16px;height:16px;border:2px solid #fff;border-radius:50%;top:17px;left:27px}.group-symbol i:after{content:"";position:absolute;width:22px;height:13px;border:2px solid #fff;border-bottom:0;border-radius:16px 16px 0 0;left:-5px;top:19px}.group-symbol i:nth-child(2){transform:scale(.72);left:10px;top:26px;opacity:.7}.group-symbol i:nth-child(3){transform:scale(.72);left:44px;top:26px;opacity:.7}.calendar-symbol:before{content:"";position:absolute;left:17px;right:17px;top:18px;bottom:16px;border:2px solid #fff;border-radius:8px}.calendar-symbol:after{content:"";position:absolute;left:17px;right:17px;top:31px;border-top:2px solid #fff}.calendar-symbol i{position:absolute;width:3px;height:8px;border-radius:3px;background:#fff;top:14px;left:27px}.calendar-symbol i:nth-child(2){left:42px}.calendar-symbol b{position:absolute;width:9px;height:9px;border-radius:50%;background:#fff;left:31px;top:40px}@keyframes icon-float{50%{transform:translateY(-9px) rotate(3deg)}}@keyframes icon-ring{50%{transform:scale(1.18);opacity:.25}}.journey-card>small{color:var(--purple);font-size:11px;font-weight:900;letter-spacing:.16em}.journey-card h2{font-size:26px;margin:9px 0 12px}.journey-card p{font-size:14px;color:var(--muted);line-height:1.75}.vibe-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:22px}.vibe-pills b{padding:7px 11px;border-radius:999px;background:#f0eaff;color:var(--purple);font-size:10px}.people-stack{display:flex;align-items:center;margin-top:24px}.people-stack i{width:35px;height:35px;border-radius:50%;border:3px solid #fff;margin-left:-8px;background:#ffb2cf}.people-stack i:nth-child(2){background:#8bc9ee}.people-stack i:nth-child(3){background:#e1c77e}.people-stack strong{font-size:11px;color:#817a8e;margin-left:6px}.date-chip{width:150px;margin-top:22px;border-radius:16px;background:#edf5ff;color:#1853a8;padding:12px 16px;display:grid;grid-template-columns:1fr auto;align-items:center}.date-chip b,.date-chip small{font-size:9px}.date-chip span{font-size:28px;font-weight:900;grid-row:1/3;grid-column:2}.journey-line{position:absolute;left:31%;right:31%;top:105px;height:2px;border-top:2px dashed #ddcfef;z-index:1}.journey-line i{position:absolute;width:8px;height:8px;border-radius:50%;top:-5px;background:var(--purple);animation:line-travel 4s infinite}.journey-line i:nth-child(2){animation-delay:-2s}@keyframes line-travel{from{left:0}to{left:100%}}.two-ways{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:60px}.two-ways>div{border-radius:28px;padding:40px;background:#f0f6ff}.two-ways>div:last-child{background:#fff0f6}.two-ways span{font-size:11px;font-weight:900;color:var(--blue)}.two-ways>div:last-child span{color:var(--pink)}.two-ways h2{font-size:31px;margin:11px 0}.two-ways p{color:var(--muted);line-height:1.7;margin:0}.contact-hero{padding-bottom:45px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-bottom:50px}.contact-card{min-height:310px;padding:38px;border-radius:30px;border:1px solid #e8e1f0;background:linear-gradient(140deg,#f5f1ff,#fff);transition:.25s}.contact-card:hover{transform:translateY(-5px);border-color:#cdbbea}.contact-icon{width:58px;height:58px;border-radius:19px;display:grid;place-items:center;background:var(--purple);color:#fff;font-size:25px;margin-bottom:40px}.contact-card small{font-size:10px;color:var(--purple);font-weight:900;letter-spacing:.12em}.contact-card h2{font-size:28px;margin:8px 0}.contact-card p{color:var(--muted);font-size:14px}.contact-card b{display:block;margin-top:35px;color:var(--purple);font-size:12px}.instagram-card{background:linear-gradient(140deg,#fff1f7,#fff)}.instagram-card .contact-icon{background:linear-gradient(135deg,var(--purple),var(--pink))}.instagram-card b{color:#9c96a7}.contact-note{margin-bottom:100px;padding:30px 36px;border-radius:24px;background:#fff9ec;border:1px solid #f3e4bd}.contact-note h2{font-size:17px;margin:0 0 8px}.contact-note p{font-size:12px;color:#746e60;line-height:1.7;margin:0}
@media(max-width:850px){.nav-pages{order:3;position:absolute;left:0;right:0;top:81px;border-radius:0;padding:7px 14px;justify-content:center;border-top:1px solid #eee8f4}.site-header{margin-bottom:53px}.hero{grid-template-columns:1fr;padding-top:55px;text-align:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-visual{margin-top:45px}.home-next{grid-template-columns:1fr}.journey{grid-template-columns:1fr}.journey-line{display:none}.two-ways,.contact-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading h2{text-align:left;margin-top:18px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:240px}.how{grid-template-columns:1fr;gap:35px}.download-card{padding:42px 25px;text-align:center;flex-direction:column}.footer{grid-template-columns:1fr;gap:25px}.footer-links{flex-wrap:wrap}}
@media(max-width:540px){.shell{width:min(100% - 28px,1160px)}.nav{height:72px}.nav-pages{top:71px}.nav-pages a{padding:8px 12px;font-size:12px}.site-header{margin-bottom:51px}.brand img{width:86px}.nav-download{padding:9px 13px;font-size:12px}.hero{padding:42px 0 62px}.hero h1{font-size:48px;line-height:1.05}.hero-lead{font-size:16px}.store-buttons.official{width:100%;justify-content:center;gap:4px}.store-buttons.official>a{height:48px}.store-buttons.official>a:nth-child(2){height:70px;margin:-11px -9px}.hero-visual{height:460px;margin-top:38px}.hero-visual:before{width:390px;height:390px}.scenario-carousel{height:440px;width:100%;border-radius:27px}.scenario figcaption{left:20px;bottom:84px;text-align:left}.scenario figcaption b{font-size:21px}.app-discovery{left:16px;right:16px;bottom:16px}.scenario-dots{right:18px;top:18px}.trust-grid{height:94px}.trust-grid b{font-size:18px}.home-next{padding:75px 0 20px;gap:30px}.home-next h2,.page-hero h1,.contact-hero h1{font-size:42px}.mini-journey{min-height:190px;gap:7px;padding:14px}.mini-journey span{width:76px;height:76px;border-radius:22px;font-size:12px}.page-hero,.contact-hero{padding:70px 0 45px}.page-hero p,.contact-hero p{font-size:15px}.journey{padding-bottom:75px}.journey-card{min-height:430px;padding:25px}.two-ways{padding-bottom:30px}.two-ways>div{padding:30px}.two-ways h2{font-size:26px}.contact-card{min-height:280px;padding:30px}.features{padding:78px 0}.section-heading h2{font-size:41px}.how{padding-top:70px;padding-bottom:70px}.how h2{font-size:48px}.steps li{padding:20px 0}.download{padding:70px 0}.download-card>img{width:116px;height:116px;border-radius:28px}.download-card h2{font-size:36px}.store-buttons.official.compact{display:flex}.footer-links{display:grid;gap:12px}}
.card-symbol i{width:27px;height:35px;left:24px;top:8px;border:2px solid #fff;border-radius:7px;background:rgba(255,255,255,.16);transform:rotate(7deg);box-shadow:-7px 6px 0 -4px rgba(255,255,255,.72);opacity:1}.card-symbol i:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;left:8px;top:11px}.card-symbol b{position:absolute;width:35px;height:17px;left:19px;top:43px;border:2px solid #fff;border-radius:12px 12px 15px 8px;transform:rotate(-8deg);background:rgba(255,255,255,.1)}.card-symbol b:before{content:"";position:absolute;width:16px;height:7px;left:17px;top:-8px;border:2px solid #fff;border-left:0;border-radius:0 9px 9px 0;transform:rotate(-23deg)}.card-symbol u{position:absolute;width:18px;height:2px;left:8px;top:56px;border-radius:2px;background:#fff;transform:rotate(-8deg);text-decoration:none}
.fan-card-symbol i{position:absolute;width:25px;height:37px;left:23px;top:17px;border:2px solid #fff;border-radius:7px;background:rgba(255,255,255,.13);transform-origin:50% 115%;box-shadow:none;opacity:1}.fan-card-symbol i:first-child{left:15px;transform:rotate(-24deg);opacity:.72;animation:fan-left 2.8s ease-in-out infinite}.fan-card-symbol i:nth-child(2){z-index:2;transform:rotate(0);background:rgba(255,255,255,.22)}.fan-card-symbol i:nth-child(3){left:31px;transform:rotate(24deg);opacity:.82;animation:fan-right 2.8s ease-in-out infinite}.fan-card-symbol i:nth-child(2):after{content:"";position:absolute;width:7px;height:7px;left:7px;top:12px;border-radius:50%;background:#fff}.fan-card-symbol i:first-child:after,.fan-card-symbol i:nth-child(3):after{content:"";position:absolute;left:7px;right:7px;bottom:7px;border-top:2px solid rgba(255,255,255,.8)}@keyframes fan-left{50%{transform:rotate(-31deg) translateX(-1px)}}@keyframes fan-right{50%{transform:rotate(31deg) translateX(1px)}}
.faq-hero{padding-bottom:45px}.faq-list{display:grid;gap:12px;padding-bottom:70px}.faq-item{border:1px solid #e6def0;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(42,31,71,.05);overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item[open]{border-color:#cdbbea;box-shadow:0 15px 38px rgba(92,51,158,.1)}.faq-item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:48px 1fr 32px;align-items:center;gap:14px;padding:24px 28px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary>span{font-size:11px;font-weight:950;color:var(--purple);letter-spacing:.08em}.faq-item summary h2{font-size:19px;margin:0;line-height:1.4}.faq-item summary i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f0eaff;color:var(--purple);font-size:20px;font-style:normal;transition:transform .2s}.faq-item[open] summary i{transform:rotate(45deg)}.faq-item>p{margin:0;padding:0 28px 26px 90px;color:var(--muted);font-size:14px;line-height:1.8;max-width:860px}.faq-summary{margin-bottom:55px;padding:38px 42px;border-radius:28px;background:linear-gradient(135deg,#f0eaff,#fff0f6)}.faq-summary small{font-weight:900;color:var(--purple);letter-spacing:.12em}.faq-summary h2{font-size:30px;margin:9px 0}.faq-summary p{margin:0;max-width:850px;color:var(--muted);line-height:1.75}.nav-pages{white-space:nowrap}@media(max-width:540px){.faq-item summary{grid-template-columns:34px 1fr 28px;padding:20px 17px;gap:8px}.faq-item summary h2{font-size:16px}.faq-item>p{padding:0 18px 22px 59px;font-size:13px}.faq-summary{padding:28px 25px}.faq-summary h2{font-size:25px}.nav-pages{gap:2px}.nav-pages a{padding-left:8px;padding-right:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.float-card{animation:none}.scenario{animation:none;opacity:0;transform:none}.scenario.s1{opacity:1}.scenario-dots i{animation:none}.scenario-dots i:first-child{width:18px;background:#fff}.motion-symbol,.motion-icon>em,.journey-line i,.mini-journey span,.fan-card-symbol i{animation:none}.store-button,.nav-download{transition:none}}
