:root{color-scheme:light;--green: #07c160;--green-dark: #06ae56;--blue: #2b7fff;--blue-dark: #155dfc;--purple: #ad46ff;--purple-dark: #9810fa;--orange: #ff6900;--orange-dark: #f54900;--text: #101828;--muted: #4a5565;--subtle: #6a7282;--line: #f3f4f6;--soft: #f9fafb;--footer: #101828;--footer-line: #1e2939;--footer-muted: #99a1af;--page: #f7f8fa;font-family:Inter,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--text);background:var(--page);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{min-height:100vh;overflow:hidden;background:var(--page)}.container{width:min(1106px,calc(100% - 64px));margin:0 auto}.site-header{position:relative;z-index:3;height:77px;border-bottom:1px solid var(--line);background:#fffc}.header__inner{display:flex;align-items:center;height:76px}.brand{display:flex;align-items:center;gap:12px}.brand__mark{width:40px;height:40px;border-radius:12px;object-fit:cover}.brand__name{color:#fff;font-size:18px;font-weight:700;line-height:28px}.brand__name--dark{color:var(--text);font-size:20px}.brand__tagline{color:var(--footer-muted);font-size:14px;line-height:20px;white-space:nowrap}.site-header .brand__tagline{color:var(--subtle);font-size:12px;line-height:16px}.hero{margin-top:-77px;padding:157px 0 80px;background:linear-gradient(110deg,#f0fdf4,#fff,#eff6ff)}.hero__inner{display:grid;grid-template-columns:minmax(0,529px) minmax(420px,529px);gap:48px;align-items:center}.hero__copy{padding-top:14px}.eyebrow{display:inline-flex;align-items:center;height:36px;margin-bottom:24px;padding:0 16px;border-radius:999px;color:var(--green);background:#07c1601a;font-size:14px;font-weight:500;line-height:20px}.hero h1{margin:0;font-size:48px;font-weight:700;line-height:60px;letter-spacing:.35px}.hero__copy p{max-width:529px;margin:24px 0 0;color:var(--muted);font-size:20px;font-weight:400;line-height:32.5px;letter-spacing:-.45px}.hero__visual{position:relative;min-height:425px;padding:32px;border-radius:24px;background:linear-gradient(141deg,#07c16033,#2b7fff33)}.hero__image-card{position:relative;height:361px;padding:24px;border-radius:16px;background:#fff;box-shadow:0 25px 50px #00000040}.hero__image-card img{width:100%;height:100%;border-radius:12px;object-fit:cover}.hero__qrcode-entry{position:absolute;right:40px;bottom:40px;display:grid;justify-items:center;gap:6px;width:128px;padding:12px 12px 10px;border:1px solid rgba(16,24,40,.08);border-radius:18px;background:#fffffff0;box-shadow:0 14px 34px #1018282e;transition:transform .16s ease,box-shadow .16s ease}.hero__qrcode-entry:hover,.hero__qrcode-entry:focus-visible{outline:none;box-shadow:0 18px 42px #1018283d;transform:translateY(-2px)}.hero__qrcode-entry img{width:100px;height:100px;border-radius:10px;object-fit:cover}.hero__qrcode-entry span{color:var(--text);font-size:13px;font-weight:700;line-height:18px}.match-card{position:absolute;bottom:-24px;left:-24px;display:flex;align-items:center;gap:12px;width:157px;height:80px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 20px 25px #0000001a,0 8px 10px #0000001a}.match-card__icon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border-radius:999px;background:#07c1601a;font-size:24px;line-height:32px}.match-card strong,.match-card small{display:block}.match-card strong{font-size:16px;line-height:24px}.match-card small{color:var(--muted);font-size:14px;line-height:20px}.section{padding:80px 0}.section--white{background:#fff}.section--muted{background:var(--soft)}.section__heading{margin-bottom:64px;text-align:center}.section__heading h2{margin:0;color:var(--text);font-size:30px;font-weight:700;line-height:36px}.section__heading p{margin:16px 0 0;color:var(--muted);font-size:20px;line-height:28px}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.feature-card{min-height:364px;padding:32px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(125deg,#fff 0%,var(--soft) 100%)}.feature-card__icon{display:grid;width:64px;height:64px;margin-bottom:24px;place-items:center;border-radius:16px;color:#fff;box-shadow:inset 0 1px #ffffff47,0 14px 30px #1018281f}.feature-card__icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.feature-card__icon--green{background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%)}.feature-card__icon--blue{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%)}.feature-card__icon--purple{background:linear-gradient(135deg,var(--purple) 0%,var(--purple-dark) 100%)}.feature-card__icon--orange{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%)}.feature-card h3,.reason-card h3{margin:0;color:var(--text);font-size:20px;font-weight:700;line-height:28px}.feature-card p,.reason-card p{margin:12px 0 0;color:var(--muted);font-size:16px;line-height:26px}.feature-card ul{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}.feature-card li{display:flex;gap:8px;color:var(--subtle);font-size:14px;line-height:20px}.feature-card li:before{content:"✓";color:var(--green)}.reason-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.reason-card{min-height:212px;padding:32px;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000001a}.reason-card__icon{margin-bottom:16px;font-size:36px;line-height:40px}.site-footer{padding:48px 0;color:#fff;background:var(--footer)}.footer__main{display:grid;grid-template-columns:minmax(0,1fr) 252px;gap:64px;padding-bottom:32px}.footer__brand p{max-width:448px;margin:16px 0 0;color:var(--footer-muted);font-size:16px;line-height:26px}.footer__legal{display:grid;align-content:start;gap:8px}.footer__legal h2{margin:0 0 8px;color:#fff;font-size:16px;line-height:24px}.footer__legal a{width:fit-content;color:var(--footer-muted);font-size:16px;line-height:24px}.footer__legal a:hover,.footer__records a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:32px;border-top:1px solid var(--footer-line);color:var(--footer-muted);font-size:14px;line-height:20px}.footer__bottom p{margin:0}.footer__records{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:16px}.footer__records a{text-decoration:underline}@media (max-width: 980px){.hero__inner,.feature-grid,.reason-grid,.footer__main{grid-template-columns:1fr}.hero__visual{min-height:auto}.match-card{bottom:16px;left:16px}}@media (max-width: 640px){.container{width:min(100% - 32px,1106px)}.site-header{height:72px}.header__inner{height:71px}.hero{margin-top:-72px;padding:128px 0 56px}.hero h1{font-size:38px;line-height:48px}.hero__copy p,.section__heading p{font-size:17px;line-height:28px}.hero__visual{padding:18px}.hero__image-card{height:260px;padding:14px}.hero__qrcode-entry{right:24px;bottom:24px;width:108px;padding:9px;border-radius:16px}.hero__qrcode-entry img{width:84px;height:84px}.match-card{position:relative;bottom:auto;left:auto;margin-top:16px}.section{padding:56px 0}.section__heading{margin-bottom:32px}.feature-card,.reason-card{min-height:auto}.footer__bottom{align-items:flex-start;flex-direction:column}.footer__records{justify-content:flex-start}}
