:root{--ink:#172c4a;--teal:#099caf;--line:#e8edf2;--muted:#6f7888;--page:#f8fbff;--font:"Microsoft YaHei","PingFang SC",Arial,sans-serif}*{box-sizing:border-box}html,body{margin:0;min-width:1180px}body{font-family:var(--font);color:var(--ink);background:var(--page)}a{text-decoration:none;color:inherit}.home-page{min-height:100vh;background:#f9fcff url("assets/home/hero-background.png") center 70px/cover no-repeat;overflow:hidden}.home-nav{height:80px;background:rgba(255,255,255,.96);display:flex;align-items:center;justify-content:space-between;padding:0 max(9vw,96px);box-shadow:0 3px 17px rgba(65,110,145,.10);position:relative;z-index:3}.home-brand{display:flex;align-items:center;gap:10px;font-family:"STKaiti","KaiTi",serif;font-size:33px;font-weight:700;letter-spacing:2px;color:#15263c}.home-brand img{width:52px;height:52px;object-fit:contain;mix-blend-mode:multiply}.home-actions{display:flex;align-items:center;gap:25px}.enter-btn,.nav-btn{height:50px;min-width:152px;padding:0 23px;border:1px solid #e1e6eb;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:16px;font-weight:600;background:#fff}.enter-btn{color:#fff;background:#079cad;border-color:#079cad;box-shadow:0 7px 15px rgba(4,145,159,.20)}.enter-btn b{font-size:27px;font-weight:400;line-height:1}.nav-btn{color:#39424d}.nav-mark{font-style:normal;color:#9ea5ae;font-size:20px}.hero{height:352px;display:grid;place-items:center;text-align:center;position:relative}.hero-copy{padding-top:22px}.hero h1{margin:0;color:#087996;font-family:"STKaiti","KaiTi",serif;font-size:140px;line-height:.92;letter-spacing:10px;text-shadow:0 3px 0 rgba(255,255,255,.9)}.hero h1::after{content:"✦";position:absolute;font-family:var(--font);font-size:43px;color:#ffc26b;margin:-18px 0 0 17px}.hero p{margin:25px 0 21px;font-size:24px;letter-spacing:4px;color:#25334b}.feature-rail{margin:auto;width:max-content;min-height:57px;padding:0 31px;border-radius:29px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(53,89,120,.11);display:flex;align-items:center;gap:25px;color:#465264;font-size:17px}.feature-rail span{display:flex;align-items:center;gap:9px;white-space:nowrap}.feature-rail i{font-style:normal;font-size:15px;font-weight:800;color:#fff;background:#37bcc6;border-radius:5px;padding:3px 5px}.feature-rail span:nth-of-type(2) i{background:#7bc48b}.feature-rail span:nth-of-type(3) i{background:#6e9ff1}.feature-rail span:nth-of-type(4) i{background:#ff9c58}.feature-rail em{height:22px;border-left:1px solid #e3e8ed}.hero-note{margin-top:18px;font-size:17px;color:#717a89}.hero-note b{color:#ff8058;margin-right:9px}.template-gallery{height:367px;position:relative;overflow:hidden;padding:0 0 8px}.marquee-row{height:177px;overflow:hidden}.marquee-track{display:flex;align-items:center;gap:12px;width:max-content;animation:scroll-left 42s linear infinite}.marquee-track.reverse{animation-duration:47s;animation-delay:-19s}.template-card{display:block;width:278px;height:151px;flex:0 0 auto;border:5px solid #fff;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 18px rgba(38,88,123,.20);transform:rotate(-2deg)}.template-card:nth-child(2n){transform:rotate(1.3deg)}.template-card:nth-child(3n){transform:rotate(-.7deg)}.template-card img{width:100%;height:100%;object-fit:cover;display:block}.row-two{margin-top:1px}.row-two .template-card{transform:rotate(1deg)}.row-two .template-card:nth-child(2n){transform:rotate(-1.2deg)}.gallery-arrow{position:absolute;z-index:2;top:146px;width:51px;height:51px;border:0;border-radius:50%;background:#fff;color:#0b99ae;font-size:52px;font-weight:200;line-height:.7;box-shadow:0 8px 20px rgba(45,91,124,.16);cursor:pointer}.previous{left:10px}.next{right:10px}.benefits{width:min(1370px,85vw);height:113px;margin:3px auto 20px;border-radius:28px;background:rgba(255,255,255,.93);box-shadow:0 9px 25px rgba(65,110,145,.10);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:0 27px}.benefits article{height:75px;padding:0 24px;display:flex;align-items:center;gap:18px;border-right:1px solid #e5edf2}.benefits article:last-child{border-right:0}.benefit-icon{width:61px;height:61px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:25px;flex:0 0 auto}.teal{color:#0d9fab;background:#e3f8f8}.green{color:#5ab978;background:#eaf8ee}.blue{color:#5f90ee;background:#edf3ff;font-size:42px}.orange{color:#ff9d54;background:#fff0df;font-size:37px}.benefits h2{margin:0 0 6px;font-size:20px;font-weight:700;color:#1095a2}.benefits article:nth-child(2) h2{color:#58b476}.benefits article:nth-child(3) h2{color:#5689e5}.benefits article:nth-child(4) h2{color:#f28c45}.benefits p{margin:0;color:#777f8e;font-size:14px;line-height:1.6}@keyframes scroll-left{from{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-row:hover .marquee-track{animation-play-state:paused}@media(max-width:1280px){html,body{min-width:0}.home-nav{padding:0 32px}.hero h1{font-size:110px}.feature-rail{font-size:14px}.benefits{width:94vw}.benefits article{padding:0 12px;gap:10px}.benefits h2{font-size:17px}.benefits p{font-size:12px}}@media(max-width:760px){.home-page{overflow:auto}.home-nav{height:auto;min-height:70px;padding:10px 18px}.home-actions .nav-btn{display:none}.home-brand{font-size:26px}.home-brand img{width:42px;height:42px}.enter-btn{height:42px;min-width:125px;font-size:14px;padding:0 14px}.hero{height:300px}.hero h1{font-size:74px}.hero p{font-size:15px;letter-spacing:1px}.feature-rail{max-width:92vw;gap:10px;padding:0 13px;font-size:11px}.feature-rail em{height:16px}.template-gallery{height:320px}.template-card{width:225px;height:123px}.marquee-row{height:142px}.gallery-arrow{top:125px}.benefits{height:auto;grid-template-columns:1fr 1fr;padding:12px;margin-bottom:15px}.benefits article{border-right:0;padding:9px}.benefit-icon{width:43px;height:43px;font-size:18px}.benefits h2{font-size:15px}.benefits p{font-size:10px}}
