@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap');
:root{--navy:#071f48;--blue:#1769e8;--cyan:#21cbd8;--line:#06c755;--muted:#657a95;--ice:#f4f8ff;--shadow:0 28px 70px rgba(26,69,126,.16)}
*{box-sizing:border-box}.premium-home{margin:0;color:var(--navy);font-family:'Noto Sans TC',system-ui,-apple-system,sans-serif;overflow-x:hidden;background:#fff}.premium-home img{display:block;max-width:100%}.premium-home a{text-decoration:none}.skip{position:fixed;left:12px;top:-60px;z-index:9999;background:#fff;color:#111;padding:10px 16px;border-radius:10px}.skip:focus{top:12px}
.p-nav{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.78);border-bottom:1px solid rgba(255,255,255,.82);backdrop-filter:blur(16px);transition:.3s}.p-nav.is-scrolled{background:rgba(255,255,255,.94);box-shadow:0 12px 35px rgba(15,54,104,.08)}.p-nav__inner{width:min(1320px,calc(100% - 48px));height:78px;margin:auto;display:flex;align-items:center;gap:34px}.p-brand{display:flex;align-items:center;gap:11px;color:var(--navy);font-weight:900;font-size:22px}.p-brand img{width:42px!important;height:42px!important;object-fit:contain!important;flex:0 0 42px}.p-nav__links{margin-left:auto;display:flex;gap:30px}.p-nav__links a{color:#17345c;font-size:14px;font-weight:700}.p-menu{display:none;border:0;background:none;font-size:24px}.p-line-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 24px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#09ce5c,#04b84d);font-weight:800;box-shadow:0 14px 34px rgba(6,199,85,.22);transition:transform .25s,box-shadow .25s}.p-line-button:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(6,199,85,.28)}.p-line-button--small{min-height:44px;padding:0 18px;border-radius:13px;font-size:13px}.p-line-dot{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:var(--line);font-size:9px;font-weight:900}
.scene{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;isolation:isolate}.scene__bg{position:absolute;inset:0;background-repeat:no-repeat;background-size:cover;background-position:center;transform:scale(1.025);z-index:-3;will-change:transform}.scene__wash{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(247,250,255,.99) 0%,rgba(247,250,255,.94) 36%,rgba(247,250,255,.48) 66%,rgba(247,250,255,.1) 100%)}.scene__wash--right{background:linear-gradient(90deg,rgba(247,250,255,.9),rgba(247,250,255,.72) 38%,rgba(247,250,255,.15) 64%,rgba(247,250,255,.03))}.scene__wash--dark{background:linear-gradient(90deg,rgba(4,22,53,.96),rgba(4,22,53,.82) 46%,rgba(4,22,53,.25) 75%,rgba(4,22,53,.12))}.scene__inner{width:min(1320px,calc(100% - 64px));margin:auto;position:relative;z-index:2;padding:120px 0 70px}.scene--hero .scene__bg--hero{background-image:url('/assets/images/hero-landlord.webp');background-position:right 28% center}.scene--features .scene__bg--features{background-image:url('/assets/images/automation-landlord.webp');background-position:right center}.scene--dashboard .scene__bg--dashboard{background-image:linear-gradient(135deg,#eef6ff,#f9fcff 45%,#e8f5ff)}.scene--trial .scene__bg--trial{background-image:url('/assets/images/trial-consultant.webp');background-position:right 22% center}
.hero-grid,.dashboard-grid,.trial-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px}.hero-copy{max-width:650px}.eyebrow{margin:0 0 22px;color:#0e77e9;font-size:15px;font-weight:800;letter-spacing:.04em}.eyebrow--light{color:#68d9ff}.hero-copy h1,.section-copy h2,.trial-copy h2{margin:0;letter-spacing:-.045em;font-weight:900;line-height:1.04}.hero-copy h1{font-size:clamp(64px,7.4vw,110px)}.hero-copy h1 span{background:linear-gradient(90deg,#0e64e8,#27d4c7);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{margin:28px 0 34px;font-size:22px;color:#455f80}.hero-actions{display:flex;gap:14px;align-items:center}.secondary-button{min-height:56px;display:inline-flex;align-items:center;padding:0 24px;border-radius:16px;background:rgba(255,255,255,.88);color:var(--blue);font-weight:800;border:1px solid rgba(24,105,232,.15);box-shadow:0 12px 30px rgba(22,69,127,.08)}
.hero-notification{justify-self:end;width:min(430px,100%);padding:28px;border-radius:30px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.78)}.notification-head{display:flex;align-items:center;gap:10px;padding-bottom:19px;border-bottom:1px solid #e6edf6}.notification-head small{margin-left:auto;color:#8b9bb1}.line-chip{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:var(--line);color:#fff;font-size:9px;font-weight:900}.notification-body{display:flex;gap:16px;align-items:center;padding:28px 0 20px}.notification-body strong{display:block;font-size:34px}.notification-body small{display:block;color:#677b96;font-weight:700}.check-circle{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#43d985,#12bf62);color:#fff;font-size:34px;box-shadow:0 10px 25px rgba(6,199,85,.25)}.hero-notification dl{margin:0;display:grid;gap:10px}.hero-notification dl div{display:flex;justify-content:space-between}.hero-notification dt{color:#8292a8}.hero-notification dd{margin:0;font-weight:800}.success-tag{display:inline-flex;margin-top:20px;padding:10px 14px;border-radius:12px;background:#dff9e8;color:#0a9e48;font-weight:800}.scroll-cue{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#7b8ea7;font-size:11px}.scroll-cue span{width:22px;height:34px;border:1px solid #9eb0c7;border-radius:12px;position:relative}.scroll-cue span:after{content:'';position:absolute;left:50%;top:7px;width:3px;height:7px;border-radius:3px;background:#4e79b4;transform:translateX(-50%);animation:wheel 1.6s infinite}@keyframes wheel{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}100%{opacity:0;transform:translate(-50%,11px)}}
.feature-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.section-copy{max-width:560px}.section-copy h2,.trial-copy h2{font-size:clamp(54px,6vw,88px)}.feature-stack{display:grid;gap:18px;max-width:560px;justify-self:end}.feature-card{display:flex;align-items:center;gap:20px;padding:22px 24px;border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.8);box-shadow:0 18px 46px rgba(25,72,130,.12)}.feature-card h3{margin:0 0 4px;font-size:25px}.feature-card p{margin:0;color:#6c7e94}.feature-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;color:#fff;font-weight:900;flex:0 0 64px;box-shadow:0 12px 25px rgba(0,0,0,.12)}.feature-icon--green{background:linear-gradient(135deg,#12d969,#03ad47);font-size:12px}.feature-icon--blue{background:linear-gradient(135deg,#40a2ff,#1665df);font-size:30px}.feature-icon--orange{background:linear-gradient(135deg,#ffbd43,#ff7d13);font-size:30px}
.section-sub{font-size:18px;color:#6a7f98}.dashboard-stage{position:relative;min-height:620px}.donut-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.donut-ring{width:390px;height:390px;border-radius:50%;background:conic-gradient(#2472ef 0 35%,#25c9d0 35% 62%,#4adfd6 62% 80%,#dcecff 80% 100%);box-shadow:0 32px 70px rgba(34,103,183,.22);display:grid;place-items:center;transform:rotate(-7deg)}.donut-ring:before{content:'';width:270px;height:270px;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:inset 0 0 35px rgba(63,122,190,.12)}.donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(7deg)}.donut-center strong{font-size:38px;margin:8px 0}.donut-center small,.donut-center span{color:#7890aa}.metric-card{position:absolute;min-width:190px;padding:20px;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(39,91,153,.14);border:1px solid rgba(255,255,255,.9)}.metric-card small{display:block;color:#778ca6;font-weight:700}.metric-card strong{font-size:32px;color:#1269e8}.metric-card em{font-size:13px;font-style:normal}.metric-card--chart{left:2%;top:10%;width:230px}.metric-card--chart svg{width:100%;margin-top:10px}.chart-line{fill:none;stroke:#1a73ec;stroke-width:5;stroke-linecap:round;stroke-dasharray:300;stroke-dashoffset:300}.metric-card--chart circle{fill:#1a73ec}.metric-card--pending{left:0;bottom:12%}.metric-card--late{right:0;top:12%}.metric-card--late strong{color:#ef4b4b}.metric-card--rate{right:2%;bottom:10%}.rate-line{display:block;height:7px;background:#e8f1ff;border-radius:10px;margin-top:12px;overflow:hidden}.rate-line b{display:block;width:0;height:100%;background:linear-gradient(90deg,#2fd5d3,#1d73eb)}
.trial-copy{color:#fff;max-width:690px}.trial-copy>p:not(.eyebrow){font-size:20px;color:#d2e1f4;margin:25px 0 32px}.trial-badge{justify-self:end;width:300px;height:300px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;background:radial-gradient(circle at 35% 25%,rgba(61,211,255,.92),rgba(18,101,229,.86) 48%,rgba(3,35,86,.95));box-shadow:0 34px 90px rgba(0,0,0,.28),inset 0 0 50px rgba(255,255,255,.2)}.trial-badge span{font-size:110px;font-weight:900;line-height:.9}.trial-badge b{font-size:30px}.trial-badge small{margin-top:8px;letter-spacing:.15em}
.reveal{opacity:0;transform:translateY(34px);transition:opacity .85s cubic-bezier(.22,.8,.2,1),transform .85s cubic-bezier(.22,.8,.2,1)}.reveal[data-delay="1"]{transition-delay:.12s}.reveal[data-delay="2"]{transition-delay:.24s}.reveal[data-delay="3"]{transition-delay:.36s}.reveal[data-delay="4"]{transition-delay:.48s}.reveal.is-visible{opacity:1;transform:none}.scene.is-active .scene__bg{transform:scale(1)}.scene.is-active .chart-line{animation:draw 1.5s .45s ease forwards}.scene.is-active .rate-line b{animation:rate 1.2s .65s ease forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes rate{to{width:96%}}
.p-footer{min-height:105px;padding:28px max(24px,calc((100vw - 1320px)/2));display:flex;justify-content:space-between;align-items:center;gap:30px;background:#03162f;color:#92a8c2;font-size:12px}.p-footer>div{display:flex;align-items:center;gap:22px}.p-footer .p-brand{color:#fff;font-size:18px}.p-footer .p-brand img{width:34px!important;height:34px!important;flex-basis:34px}.p-footer nav{display:flex;gap:24px}.p-footer a{color:#9eb4ce}
@media(max-width:1000px){.p-nav__links{display:none}.p-menu{display:block}.p-nav__inner{width:calc(100% - 30px)}.p-nav__inner.is-open{height:auto;min-height:72px;flex-wrap:wrap;padding:14px 0}.p-nav__inner.is-open .p-nav__links{display:flex;order:5;width:100%;flex-direction:column;padding-bottom:18px}.hero-grid,.feature-layout,.dashboard-grid,.trial-grid{grid-template-columns:1fr}.scene{min-height:auto}.scene__inner{padding:120px 0 90px}.hero-copy,.section-copy,.trial-copy{text-align:center;margin:auto}.hero-actions{justify-content:center}.hero-notification,.feature-stack,.trial-badge{justify-self:center}.scene__wash,.scene__wash--right{background:linear-gradient(180deg,rgba(247,250,255,.98),rgba(247,250,255,.9) 48%,rgba(247,250,255,.35))}.scene__wash--dark{background:linear-gradient(180deg,rgba(4,22,53,.94),rgba(4,22,53,.82) 56%,rgba(4,22,53,.42))}.scene__bg{background-position:center top}.dashboard-stage{min-height:680px}}
@media(max-width:700px){.p-nav__inner{height:66px}.p-brand{font-size:18px}.p-brand img{width:34px!important;height:34px!important;flex-basis:34px}.p-line-button--small{padding:0 12px;min-height:40px;font-size:12px}.p-line-button--small .p-line-dot{display:none}.scene__inner{width:calc(100% - 28px);padding:100px 0 70px}.hero-copy h1{font-size:54px}.section-copy h2,.trial-copy h2{font-size:48px}.hero-sub{font-size:18px}.hero-actions{flex-direction:column}.hero-actions a{width:100%}.hero-notification{padding:20px;border-radius:22px}.notification-body strong{font-size:26px}.feature-card{padding:17px}.feature-icon{width:54px;height:54px;flex-basis:54px;border-radius:17px}.feature-card h3{font-size:21px}.dashboard-stage{min-height:590px}.donut-ring{width:270px;height:270px}.donut-ring:before{width:188px;height:188px}.donut-center strong{font-size:25px}.metric-card{min-width:138px;padding:14px}.metric-card strong{font-size:24px}.metric-card--chart{width:155px}.metric-card--pending{left:0;bottom:8%}.metric-card--late{right:0;top:12%}.metric-card--rate{right:0;bottom:5%}.trial-badge{width:230px;height:230px}.trial-badge span{font-size:82px}.p-footer{flex-direction:column;text-align:center}.p-footer>div{flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1!important;transform:none!important}.scene__bg{transform:none!important}.chart-line{stroke-dashoffset:0!important}.rate-line b{width:96%!important}}

/* Scroll-controlled cinematic hero */
.hero-scroll{position:relative;height:220svh;background:#eef5ff;isolation:isolate}
.hero-sticky{position:sticky;top:0;height:100svh;overflow:hidden;display:flex;align-items:center;isolation:isolate}
.hero-canvas,.hero-fallback{position:absolute;inset:0;width:100%;height:100%}
.hero-fallback{z-index:-5;background:url('/assets/images/hero-landlord.webp') right 28% center/cover no-repeat;opacity:1;transform:scale(1.02);filter:saturate(1.02)}
.hero-canvas{z-index:-4;display:block;object-fit:cover;opacity:0;transition:opacity .45s ease;background:transparent}
.hero-scroll.is-ready .hero-canvas{opacity:1}
.hero-cinematic-wash{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(247,250,255,.99) 0%,rgba(247,250,255,.93) 36%,rgba(247,250,255,.46) 67%,rgba(247,250,255,.08) 100%);pointer-events:none}
.hero-scroll__inner{width:min(1320px,calc(100% - 64px));height:100%;margin:auto;position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;padding:112px 0 62px}
.hero-step{will-change:transform,opacity}
.hero-step--copy{max-width:650px;opacity:1;transform:translate3d(0,0,0)}
.hero-step--notification{justify-self:end;opacity:0;transform:translate3d(70px,24px,0) scale(.94)}
.hero-scroll.is-ready .hero-fallback{opacity:1}
.hero-scroll:not(.is-ready) .hero-fallback{opacity:1}
.hero-scroll .scroll-cue{opacity:1;transition:opacity .3s}
.hero-scroll.is-past-intro .scroll-cue{opacity:0}
@media(max-width:1000px){.hero-scroll{height:auto;min-height:100svh}.hero-sticky{position:relative;min-height:100svh;height:auto}.hero-canvas{display:none}.hero-fallback{opacity:1!important;background-position:62% center}.hero-cinematic-wash{background:linear-gradient(180deg,rgba(247,250,255,.98),rgba(247,250,255,.90) 54%,rgba(247,250,255,.35))}.hero-scroll__inner{grid-template-columns:1fr;width:calc(100% - 30px);padding:118px 0 84px}.hero-step--copy,.hero-step--notification{opacity:1!important;transform:none!important;text-align:center;margin:auto}.hero-actions{justify-content:center}.hero-step--notification{justify-self:center}.hero-scroll .scroll-cue{display:none}}
@media(max-width:700px){.hero-scroll__inner{width:calc(100% - 28px);padding:100px 0 70px}.hero-step--copy h1{font-size:54px}.hero-step--notification{width:100%;max-width:420px}}
@media(prefers-reduced-motion:reduce){.hero-scroll{height:auto;min-height:100svh}.hero-sticky{position:relative;min-height:100svh;height:auto}.hero-canvas{display:none}.hero-fallback{opacity:1!important}.hero-step--copy,.hero-step--notification{opacity:1!important;transform:none!important}}

/* v7: no-blank first paint protection */
.hero-scroll:not(.is-enhanced) .hero-step--copy{opacity:1!important;transform:none!important}
.hero-scroll:not(.is-enhanced) .hero-fallback{opacity:1!important}
.hero-scroll.is-enhanced .hero-step--copy{transition:opacity .2s linear,transform .2s linear}
.hero-scroll.is-enhanced .hero-step--notification{transition:opacity .2s linear,transform .2s linear}
