@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#103f32;--muted:#586c68;--lime:#f39bb5;--line:#dce4e0;--paper:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.12;letter-spacing:-.045em}h2{font-size:clamp(32px,3.5vw,50px);font-weight:600}h3{font-size:24px;font-weight:650}p{color:var(--muted)}.wrap{width:min(1280px,calc(100% - 100px));margin:auto}header{height:96px;display:flex;align-items:center;justify-content:space-between;width:min(1380px,calc(100% - 80px));margin:auto;gap:30px;border-bottom:1px solid var(--line)}.brand{font-family:Manrope,sans-serif;font-size:36px;font-weight:800;letter-spacing:-2px;display:inline-flex;align-items:baseline}.brand span{font-weight:400;margin-left:5px}.brand i{width:8px;height:8px;background:#9a365a;border-radius:50%;margin-left:5px}nav{display:flex;gap:30px;font-size:14px;font-weight:550}.button{background:var(--ink);color:white;padding:16px 23px;border:1px solid var(--ink);border-radius:5px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#17504b}.button.small{padding:12px 18px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;padding:95px 0 75px}.eyebrow{font-size:12px;letter-spacing:.15em;font-weight:700;margin-bottom:24px;line-height:1.6}h1{font-size:clamp(44px,4.5vw,68px);font-weight:600;margin-bottom:28px;line-height:1.08}em{font-family:Georgia,serif;font-weight:400}h1 em{color:#9a365a}.intro{font-size:18px;line-height:1.75;max-width:540px}.actions{display:flex;gap:25px;align-items:center;margin:30px 0 20px}.text-link{font-size:14px;font-weight:600}.text-link span{margin-left:15px}.micro{font-size:12px;max-width:430px}.dashboard{background:white;border:1px solid #dce6de;border-radius:12px;box-shadow:0 26px 65px #123b2b0d;transform:rotate(-1deg)}.dash-top{background:#f5f7f6;padding:17px 22px;border-bottom:1px solid var(--line);border-radius:12px 12px 0 0;display:flex;justify-content:space-between;gap:10px;font-size:13px}.dash-top strong span{font-weight:400;color:var(--muted);margin-left:12px}.sample{font-size:10px;letter-spacing:.08em;align-self:center}.dash-body{padding:30px}.dash-heading{display:flex;justify-content:space-between;gap:10px}.dash-heading .eyebrow{font-size:10px;margin-bottom:10px}.dash-heading h2{font-size:25px}.period{font-size:12px;background:#f5f6f2;border:1px solid var(--line);padding:4px 10px;align-self:center;border-radius:4px}.score-area{display:flex;align-items:center;gap:25px;padding:22px 0 30px}.score{width:130px;height:130px;border-radius:50%;background:conic-gradient(#9a365a 0 72%,#e9eee6 72%);display:grid;place-items:center;flex-shrink:0;transform:rotate(-100deg)}.score>div{width:108px;height:108px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:2px;transform:rotate(100deg)}.score strong{font-size:40px;letter-spacing:-2px}.score span{font-size:12px;color:var(--muted)}.score-label{font-size:12px;margin-bottom:9px}.score-area h3{font-size:18px;letter-spacing:-.02em;margin-bottom:8px}.score-area p:last-child{font-size:12px;line-height:1.6;margin:0}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:20px 0;border-top:1px solid var(--line)}.metrics span{display:block;font-size:11px}.metrics strong{display:block;font-size:26px;font-weight:500}.metrics small{font-size:11px;color:#86968a}.bar{height:4px;background:#edf0e9;border-radius:5px;margin-top:8px}.bar i{height:4px;background:#ba657f;display:block;border-radius:5px}.insight{display:flex;gap:14px;background:#fff0f4;padding:15px;border-radius:5px;margin-top:10px}.spark{font-size:25px}.insight strong{font-size:12px}.insight p{font-size:12px;margin:4px 0 0}.dash-foot{font-size:10px;margin-top:24px;display:flex;justify-content:space-between;gap:10px;color:#687b70}.dash-foot span{font-size:9px;letter-spacing:.08em}.caption{font-size:10px;text-align:center;border-top:1px solid var(--line);padding:10px;margin:0}.audience{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0}.audience>span{font-size:10px;letter-spacing:.1em;color:#6b7b73}.audience p{margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:600;color:#53625b}.section{padding:100px 0}.section-heading{max-width:700px;margin-bottom:45px}.section-heading>p{max-width:560px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{padding:32px;background:#fff;border:1px solid var(--line);border-radius:7px}.feature.large{grid-column:span 2;background:#fff0f5}.feature-no{display:block;font-size:11px;letter-spacing:.1em;margin-bottom:34px;color:#9a365a}.feature h3{font-size:28px}.feature p{font-size:15px;max-width:500px}.feature .fine{font-size:12px;margin:15px 0 0}.connection{display:flex;align-items:center;gap:15px;margin-top:30px;font-size:13px;flex-wrap:wrap}.connection span,.connection strong{padding:10px 15px;border:1px solid #cdd9c3;border-radius:5px;background:#ffffff90}.connection strong{background:var(--ink);color:white}.journey{padding:90px 0;background:var(--ink);color:white}.journey .eyebrow{color:var(--lime)}.journey p{color:#bbcec7}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:60px}.steps article{border-top:1px solid #4a6862;padding-top:20px}.steps article>span{font-size:14px;color:var(--lime)}.steps h3{margin:25px 0 15px}.steps p{font-size:15px}.journey-note{font-size:13px;color:#c8d7cc;border-top:1px solid #395c54;padding-top:25px;margin-top:30px}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.plan{background:white;border:1px solid var(--line);border-radius:7px;padding:32px;display:flex;flex-direction:column}.plan h3{font-size:23px}.price{font-family:Manrope,sans-serif;font-size:42px;font-weight:600;line-height:1.2;margin:10px 0 26px;letter-spacing:-.04em}.price span{display:block;font-family:'DM Sans',sans-serif;font-weight:400;font-size:12px;letter-spacing:0;color:var(--muted);margin-top:10px}.price.words{font-size:36px}.plan p{font-size:14px}.plan ul{padding:18px 0 25px;margin:0;list-style:none;border-top:1px solid var(--line);font-size:14px;flex:1}.plan li{padding:8px 0}.plan li:before{content:'✓';margin-right:10px;color:#9a365a}.outline{background:transparent;color:var(--ink)}.outline:hover{color:white}.featured{background:var(--ink);color:white}.featured p,.featured .price span{color:#c7d8ce}.featured .eyebrow,.featured li:before{color:var(--lime)}.featured ul{border-color:#3f6058}.light{background:var(--lime);color:var(--ink);border-color:var(--lime)}.light:hover{background:#ffc2d1}.pricing-note{font-size:12px;max-width:970px;margin:22px 0 0}.founder{padding:80px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.founder-name{font-weight:600;margin-top:50px}.founder-name span{display:block;font-size:13px;font-weight:400;color:var(--muted)}.big-copy{font-family:Georgia,serif;font-size:29px;line-height:1.4;color:var(--ink)}.umbrella{display:flex;align-items:center;gap:20px;margin-top:35px;flex-wrap:wrap}.umbrella span{font-size:12px}.umbrella strong{font-family:Georgia,serif;font-size:28px}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:60px}.faq details{border-bottom:1px solid var(--line);padding:21px 0}.faq details:first-child{border-top:1px solid var(--line)}summary{cursor:pointer;font-size:16px;font-weight:550;padding-right:15px}.faq details p{font-size:15px;margin:16px 0 0}.demo{background:var(--ink);color:white;padding:90px 0}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.demo .eyebrow{color:var(--lime)}.demo h2{font-size:56px}.demo h2 em{color:var(--lime)}.demo p{color:#c4d3cc;max-width:420px}.contact{display:inline-block;margin-top:20px;border-bottom:1px solid #aac498}form{background:#164c3b;padding:32px;border:1px solid #3d5d53;border-radius:8px}form h3{font-size:22px;margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:block;font-size:13px;margin-bottom:17px}input,select,textarea{display:block;width:100%;margin-top:7px;background:#215945;color:white;border:1px solid #526f62;border-radius:4px;padding:11px 12px;font-size:14px}input::placeholder,textarea::placeholder{color:#bbcac0}textarea{resize:vertical}form .button{width:100%}.form-note{font-size:12px;margin:13px 0 0}#form-status{font-size:13px;margin:10px 0 0}.footer-top{padding:50px 0;display:flex;justify-content:space-between;gap:25px}.footer-top p{font-size:14px}.footer-top>div{display:flex;flex-direction:column;gap:8px;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;font-size:11px;padding:20px 0;border-top:1px solid var(--line);color:var(--muted)}@media(min-width:1550px){.hero{padding-top:120px;padding-bottom:110px}}@media(max-width:1050px){nav{gap:15px}.wrap{width:calc(100% - 60px)}.hero{gap:30px}.dashboard{transform:none}.dash-body{padding:20px}.score-area{gap:15px}.score{width:105px;height:105px}.score>div{width:87px;height:87px}.feature,.plan{padding:25px}.demo-grid{gap:45px}.price{font-size:34px}.price.words{font-size:30px}.audience{flex-wrap:wrap}}@media(max-width:800px){header{height:80px;width:calc(100% - 40px)}nav{display:none}.wrap{width:calc(100% - 40px)}.hero{grid-template-columns:1fr;padding:55px 0;gap:45px}h1{font-size:52px}.hero-copy{max-width:590px}.dashboard{max-width:560px;width:100%;margin:auto}.dash-body{padding:25px}.feature-grid,.pricing{grid-template-columns:1fr 1fr}.feature.large{grid-column:span 2}.plan:last-child{grid-column:span 2}.steps{grid-template-columns:1fr 1fr}.section{padding:65px 0}.journey{padding:65px 0}.founder,.faq,.demo-grid{grid-template-columns:1fr;gap:35px}.founder{padding:60px 0}.founder-name{margin-top:25px}.demo{padding:65px 0}.demo h2{font-size:48px}.demo-grid>div>p{max-width:100%}}@media(max-width:500px){h1{font-size:43px}.eyebrow{font-size:10px}.actions{gap:17px}.button{gap:15px;padding:14px 18px}.text-link{font-size:13px}.audience{gap:15px;justify-content:flex-start}.audience>span{width:100%}.audience p{font-size:13px}.feature-grid,.pricing{grid-template-columns:1fr}.feature.large,.plan:last-child{grid-column:auto}.steps{gap:25px}.steps h3{font-size:21px}.steps p{font-size:14px}.dash-body{padding:18px}.dash-top{padding:13px}.dash-top strong span{margin-left:4px}.sample{font-size:9px}.score-area{gap:17px}.dash-foot{font-size:9px}.metrics{gap:10px}.metrics span{font-size:10px}.form-row{grid-template-columns:1fr;gap:0}form{padding:22px}.footer-top{flex-wrap:wrap}.footer-bottom{flex-direction:column}.big-copy{font-size:26px}.connection{gap:8px}.connection span,.connection strong{padding:8px 10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* ALBA supplied identity: original image, deep forest green and ribbon pink. */
.brand{width:150px;height:80px;display:flex;align-items:center;letter-spacing:0;flex-shrink:0}.brand img{display:block;width:100%;height:auto}.hero{padding-top:75px}.hero h1{font-size:clamp(48px,5vw,74px)}.hero h1 em{color:#9a365a}.dashboard{transform:none}.role-buttons{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0 26px}.role-buttons button{font:inherit;font-size:12px;padding:7px 12px;border:1px solid #cbd9d3;border-radius:5px;background:white;color:var(--ink);cursor:pointer}.role-buttons button.active{background:var(--ink);color:white;border-color:var(--ink)}.role-view{min-height:140px}.role-view .eyebrow{font-size:10px;margin-bottom:12px;display:block;color:#9a365a}.role-view h3{font-size:22px;margin-bottom:10px}.role-view p{font-size:13px}.operations-list{border-top:1px solid var(--line);margin:12px 0 22px}.operations-list>div{padding:11px 0;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);font-size:13px}.operations-list strong{font-size:17px}.offer-group{display:flex;gap:25px;align-items:center;border-top:1px solid var(--line);padding-top:22px;margin:45px 0 22px}.offer-group span{font-size:12px;font-weight:700;letter-spacing:.1em;color:#9a365a}.offer-group p{font-size:14px;margin:0}.operations-grid{grid-template-columns:1.25fr 1fr}.operations-grid .large{grid-column:auto}.feature-list{list-style:none;padding:0;margin:20px 0 28px;font-size:14px;color:var(--muted)}.feature-list li{padding:8px 0;border-bottom:1px solid #dfdcd9}.feature-list li:before{content:'✓';color:#9a365a;margin-right:9px}.badge{display:inline-block;font-size:9px;letter-spacing:.06em;background:#fce3ec;color:#85324f;padding:4px 7px;border-radius:4px;margin-top:8px}.feature-no{min-height:22px;margin-bottom:22px}.legacy-offer{grid-column:span 2;background:#edf4f0}.feature .text-link{display:inline-block;margin-top:12px}.footer-top .brand{margin-top:-20px}.contact{border-color:#f39bb5}.plan .eyebrow{color:#9a365a}.plan.featured .eyebrow{color:#f39bb5}@media(max-width:800px){.hero h1{font-size:56px}.operations-grid{grid-template-columns:1fr}.operations-grid .large{grid-column:auto}.offer-group{align-items:flex-start;flex-direction:column;gap:6px}}@media(max-width:500px){.hero h1{font-size:46px}.legacy-offer{grid-column:auto}.brand{width:118px;height:66px}.role-buttons button{padding:7px 9px}.role-view{min-height:155px}}

.region-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;font-size:12px;border-bottom:1px solid var(--line)}.region-nav>span{letter-spacing:.12em;font-weight:600}.region-nav>div{display:flex;gap:22px}.region-nav a[aria-current]{color:#9a365a;font-weight:700}.global-bridge{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;padding:65px 0;border-top:1px solid var(--line)}.global-bridge h2{font-size:40px}.hk-hero{padding:80px 0;border-bottom:1px solid var(--line)}.hk-hero h1{font-size:clamp(46px,5vw,74px);max-width:850px}.hk-hero .intro{max-width:680px}.hk-chinese{margin-top:30px;font-size:18px;color:#9a365a}.network-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.network-number{font-size:80px;font-family:Manrope,sans-serif;line-height:1.2;color:#f39bb5}.network-grid h3{max-width:370px;margin-top:15px}.network-grid .fine{font-size:12px}@media(max-width:800px){.global-bridge,.network-grid{grid-template-columns:1fr;gap:30px}.hk-hero{padding:55px 0}.region-nav{align-items:flex-start}.region-nav>span{max-width:135px}}@media(max-width:500px){.region-nav{font-size:10px;gap:12px}.region-nav>div{gap:12px}.hk-hero .actions{align-items:flex-start;flex-direction:column}.network-number{font-size:65px}}

/* Prominent ribbon identity across both regional pages. */
:root{--forest:#103f32;--pink:#f39bb5;--ink:var(--forest);--lime:var(--pink)}
header{height:112px}.brand{position:relative;width:190px;height:78px;overflow:hidden;align-items:center}.brand img{position:absolute;width:200px;max-width:none;height:auto;left:-5px;top:-16px}.footer-top .brand{margin-top:0}
.hero{position:relative;padding-top:60px;padding-bottom:70px}.hero h1 em{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;color:#9a365a}.hero-copy .eyebrow{color:var(--forest)}
.dashboard{border:1px solid #e2b1c2;border-top:5px solid var(--pink);box-shadow:0 24px 65px #103f3212}.dash-top{background:#fff0f5}.insight{background:#ffe1eb}.feature.large{background:#ffe8f0;border-color:#edbdd0}.feature-no{color:#913250}.badge{font-size:11px;background:#f8bfd2;color:#103f32}.eyebrow{font-size:13px}.micro,.caption,.form-note{font-size:13px}.sample{font-size:11px}.button.light{background:var(--pink);border-color:var(--pink)}.journey,.demo,.plan.featured{background:var(--forest)}.region-nav a[aria-current]{color:#913250}.hk-hero h1 em{font-family:Manrope,sans-serif;font-style:normal;font-weight:600;color:#9a365a}.feature-list li:before{color:#913250}
@media(max-width:800px){header{height:94px}.brand{width:152px;height:70px}.brand img{width:162px;left:-5px;top:-9px}.hero{padding-top:45px}.footer-top .brand{width:190px;height:78px}.footer-top .brand img{width:200px;top:-16px}}
@media(max-width:500px){header{gap:12px}.brand{width:136px;height:62px}.brand img{width:146px;top:-9px}.button.small{font-size:12px;padding:11px 12px}.hero h1{font-size:44px}}

/* Uploaded product imagery and concise visual storytelling. */
.product-visual{margin:0;min-width:0}.product-visual a{display:block}.product-visual img{display:block;width:100%;height:auto;border-radius:10px}.product-visual figcaption{font-size:12px;line-height:1.5;color:#586c68;padding:10px 2px}.hero{gap:45px;grid-template-columns:1fr 1.1fr}.hero .product-visual{max-width:620px}.visual-products{display:grid;gap:70px}.visual-product{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:65px}.visual-product.reverse .product-visual{order:2}.visual-copy h3{font-size:clamp(30px,3.2vw,45px)}.visual-copy p{max-width:470px}.visual-copy .fine{font-size:13px;margin-top:18px}.visual-copy .feature-no{font-size:12px}.visual-copy .feature-list{font-size:16px}.input-tags{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.input-tags span{font-size:14px;padding:6px 11px;border:1px solid #e8b8ca;background:#fff0f5;border-radius:4px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.service-detail{border:1px solid var(--line);border-radius:6px;align-self:start}.service-detail summary{padding:25px;list-style-position:inside}.service-detail summary .feature-no{margin-bottom:12px}.service-title{font-family:Manrope,sans-serif;font-size:23px;line-height:1.25;display:inline}.service-body{padding:0 25px 25px}.service-body p{font-size:15px}.service-body .fine{font-size:13px}.record-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:25px 0}.record-flow span{display:block;color:#913250;font-size:14px;margin-bottom:10px}.record-flow strong{display:block;font-size:16px}.record-flow p{font-size:14px;margin:6px 0}.hk-visual-hero{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.hk-visual-hero h1{font-size:clamp(40px,4vw,60px)}
@media(max-width:900px){.visual-product{gap:35px}.visual-copy h3{font-size:32px}.hk-visual-hero{gap:30px}.record-flow{grid-template-columns:1fr}}
@media(max-width:800px){.hero,.visual-product,.hk-visual-hero{grid-template-columns:1fr}.hero .product-visual{max-width:600px;margin:auto}.visual-product .product-visual{order:2}.visual-product .visual-copy{order:1}.visual-products{gap:55px}.visual-product{gap:20px}.service-grid{grid-template-columns:1fr}.record-flow{grid-template-columns:repeat(3,1fr)}.hk-visual-hero .product-visual{max-width:580px}.hero .intro{font-size:18px}}
@media(max-width:500px){.record-flow{grid-template-columns:1fr}.record-flow>div{border-top:1px solid var(--line);padding-top:14px}.product-visual figcaption{font-size:12px}.visual-copy .feature-list{font-size:15px}}

/* Customer acquisition story: a distinct branded-app offer. */
.offer-hero{display:block;width:100%;background:#103f32;margin:0;padding:72px 0 60px;color:white}.offer-hero-inner{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;align-items:center}.offer-hero h1{font-size:clamp(48px,5.4vw,80px);line-height:1.02;letter-spacing:-.055em}.offer-hero h1 em{font:inherit;color:#f39bb5}.offer-hero .eyebrow{color:#f5b8ce}.offer-hero .intro{font-size:19px;color:#e0eae5;max-width:520px}.hero-price{display:flex;align-items:center;gap:18px;margin:27px 0}.hero-price strong{font-family:Manrope,sans-serif;font-size:42px;line-height:1.1;letter-spacing:-.04em}.hero-price>span{font-size:14px;line-height:1.5;color:#e0eae5}.offer-hero .actions{flex-wrap:wrap}.offer-hero .text-link{color:white}.app-showcase{max-width:480px;width:100%;margin:auto}.app-preview{background:#fff9fb;color:#103f32;border:1px solid #f4c2d3;border-radius:16px;padding:26px;box-shadow:0 25px 70px #001b1655}.app-preview-top{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #e4ced6;padding-bottom:18px;font-size:13px}.example-brand{font-size:16px;font-weight:800;letter-spacing:.12em}.app-welcome{padding-top:25px}.app-welcome .eyebrow{font-size:11px;color:#913250;margin-bottom:12px}.app-welcome h2{font-size:28px;line-height:1.16;letter-spacing:-.035em;margin-bottom:12px}.app-welcome p{font-size:14px}.app-example-card{background:#f6bbcf;border-radius:8px;padding:20px}.app-example-card>span,.app-mini-grid span{font-size:11px;font-weight:700;letter-spacing:.09em}.app-example-card h3{font-size:25px;margin:12px 0 20px}.app-example-action{display:flex;justify-content:space-between;background:#103f32;color:white;padding:11px 14px;font-size:14px;border-radius:4px}.app-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:12px 0}.app-mini-grid>div{background:white;border:1px solid #e8d8df;padding:16px;border-radius:8px}.app-mini-grid strong{display:block;font-size:17px;line-height:1.3;margin-top:10px}.app-support{display:flex;gap:14px;align-items:center;padding:15px;background:#e8f0eb;border-radius:8px}.support-symbol{font-size:28px}.app-support strong{font-size:15px}.app-support p{font-size:13px;margin:3px 0 0}.app-preview-caption{font-size:12px;line-height:1.5;color:#d2e0d8;text-align:center;margin:13px 0 0}.offer-strip{background:#f39bb5;padding:23px 0}.offer-strip>.wrap{display:flex;gap:20px;justify-content:space-between;align-items:center}.offer-strip p{margin:0;color:#103f32;font-size:17px}.offer-strip a{font-size:14px;font-weight:700}.branded-offer{display:grid;grid-template-columns:1fr 1fr;gap:65px;background:#fff0f5;border-left:5px solid #f39bb5;padding:44px}.branded-offer h3{font-size:clamp(30px,3.5vw,45px)}.branded-offer p{font-size:16px}.app-benefits>div{padding:17px 0;border-bottom:1px solid #e7c9d5}.app-benefits>div:first-child{padding-top:0}.app-benefits span{font-size:13px;color:#913250;display:block;margin-bottom:5px}.app-benefits strong{font-size:18px}.app-benefits p{margin:4px 0 0;font-size:14px}.basic-highlight{border:2px solid #103f32;background:#fff0f5}.basic-highlight .button{background:#103f32;color:white}.basic-highlight ul li:first-child{background:#f7bfd3;padding:12px;border-radius:5px;margin-bottom:10px}.basic-highlight .price{font-size:48px}
@media(max-width:1000px){.offer-hero-inner{gap:38px}.app-preview{padding:20px}.offer-hero h1{font-size:58px}.branded-offer{gap:35px;padding:30px}}
@media(max-width:800px){.offer-hero-inner{grid-template-columns:1fr}.offer-hero{padding:50px 0}.offer-hero h1{font-size:clamp(48px,8vw,68px);max-width:630px}.app-showcase{max-width:480px}.offer-strip>.wrap{align-items:flex-start;flex-direction:column;gap:10px}.branded-offer{grid-template-columns:1fr;gap:30px}}
@media(max-width:500px){.offer-hero h1{font-size:48px}.offer-hero .intro{font-size:17px}.hero-price strong{font-size:38px}.hero-price>span{font-size:13px}.app-preview{padding:18px}.app-welcome h2{font-size:26px}.branded-offer{padding:24px}.app-mini-grid>div{padding:13px}.app-mini-grid strong{font-size:16px}}

/* Industry photography: matched images and clear ownership stories. */
.industry-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.industry-photo-card{overflow:hidden;border:1px solid #dce4e0;border-radius:10px;background:white;display:flex;flex-direction:column}.industry-photo{aspect-ratio:3/2;overflow:hidden;background:#103f32}.industry-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.industry-photo-card:hover .industry-photo img{transform:scale(1.035)}.industry-card-copy{padding:29px;display:flex;flex-direction:column;flex:1}.industry-card-copy .feature-no{font-size:12px;line-height:1.6;letter-spacing:.09em;margin-bottom:20px;min-height:38px}.industry-card-copy h3{font-size:clamp(25px,2.35vw,34px);line-height:1.15;letter-spacing:-.04em;margin-bottom:18px}.industry-card-copy p{font-size:16px;line-height:1.65;flex:1;margin-bottom:24px}.industry-card-copy .text-link{font-size:14px;line-height:1.5}.industry-photo-card:nth-child(2){background:#fff4f7;border-color:#e8c5d2}.industry-photo-card:nth-child(3){background:#103f32;color:white;border-color:#103f32}.industry-photo-card:nth-child(3) p{color:#d0e2d8}.industry-photo-card:nth-child(3) .feature-no{color:#f5b5cd}.industry-photo-card:nth-child(3) a{color:#f7bdd1}
@media(max-width:1000px){.industry-photo-grid{gap:18px}.industry-card-copy{padding:23px}.industry-card-copy h3{font-size:27px}}
@media(max-width:800px){.industry-photo-grid{grid-template-columns:1fr}.industry-photo-card{display:grid;grid-template-columns:.95fr 1fr}.industry-photo{height:100%;aspect-ratio:auto;min-height:320px}.industry-card-copy .feature-no{min-height:0}.industry-card-copy h3{font-size:30px}}
@media(max-width:550px){.industry-photo-card{display:flex}.industry-photo{height:auto;aspect-ratio:3/2;min-height:0}.industry-card-copy{padding:27px}.industry-card-copy h3{font-size:31px}}
@media(prefers-reduced-motion:reduce){.industry-photo img{transition:none}.industry-photo-card:hover .industry-photo img{transform:none}}

/* Interactive business journey with accessible icon tabs. */
.interactive-journey .section-heading{max-width:850px;margin-bottom:36px}.interactive-journey .section-heading h2{font-size:clamp(36px,4.4vw,62px);margin-bottom:20px}.interactive-journey .section-heading>p{max-width:680px;font-size:18px}.chapter-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:26px}.chapter-tab{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;color:white;border:1px solid #507569;background:#174b3c;border-radius:9px;padding:25px;cursor:pointer;transition:background .2s,border-color .2s}.chapter-tab:hover{background:#215a48;border-color:#f39bb5}.chapter-tab[aria-selected="true"]{background:#f39bb5;color:#103f32;border-color:#f39bb5}.chapter-tab:focus-visible{outline:3px solid white;outline-offset:4px}.chapter-icon{display:flex;width:38px;height:38px;align-items:center;justify-content:center;color:#f5b8ce;margin-bottom:8px}.chapter-icon svg{width:34px;height:34px}.chapter-tab[aria-selected="true"] .chapter-icon{color:#103f32}.chapter-label{font-family:Manrope,sans-serif;font-size:23px;font-weight:650;letter-spacing:-.025em}.chapter-short{font-size:14px;line-height:1.5;color:#d0e2d8}.chapter-tab[aria-selected="true"] .chapter-short{color:#174735}.chapter-panel{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;background:#fff9fb;color:#103f32;border-radius:10px;padding:45px;margin-top:18px}.chapter-panel[hidden]{display:none}.chapter-status{font-size:12px;font-weight:700;letter-spacing:.1em;line-height:1.6;color:#923353;display:block;margin-bottom:22px}.chapter-intro h3{font-size:clamp(29px,3vw,42px);line-height:1.15;letter-spacing:-.035em;margin-bottom:20px}.interactive-journey .chapter-panel p{color:#52675d;font-size:16px;line-height:1.6}.chapter-intro .button{margin-top:10px;max-width:100%;line-height:1.5}.interactive-journey .chapter-panel .chapter-footnote{font-size:13px;margin:17px 0 0}.chapter-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;justify-content:center;gap:24px}.chapter-benefits li{display:flex;gap:18px;border-bottom:1px solid #e2d9dd;padding-bottom:22px}.chapter-benefits li:last-child{border:0;padding-bottom:0}.benefit-number{display:grid;place-items:center;border-radius:50%;width:37px;height:37px;flex-shrink:0;background:#f8d4e0;color:#85304d;font-size:13px;font-weight:700}.chapter-benefits h4{font-size:18px;line-height:1.35;margin:3px 0 7px;font-weight:650}.chapter-benefits p{margin:0}.chapter-panel:focus-visible{outline:3px solid #f39bb5;outline-offset:4px}
@media(max-width:1050px){.chapter-panel{padding:32px;gap:35px}.chapter-tab{padding:21px}.chapter-label{font-size:21px}}
@media(max-width:800px){.chapter-panel{grid-template-columns:1fr;gap:30px}.chapter-tabs{grid-template-columns:1fr 1fr;gap:12px}.chapter-tab{padding:21px}.chapter-icon{margin-bottom:0}.chapter-intro h3{font-size:34px}.chapter-benefits{gap:18px}}
@media(max-width:500px){.chapter-panel{padding:25px}.chapter-label{font-size:20px}.chapter-short{font-size:13px}.chapter-tab{padding:18px;gap:7px}.chapter-intro h3{font-size:30px}.chapter-icon svg{width:30px;height:30px}.chapter-benefits li{gap:12px}.chapter-benefits h4{font-size:17px}.interactive-journey .chapter-panel p{font-size:15px}}
@media(prefers-reduced-motion:reduce){.chapter-tab{transition:none}}

/* Hong Kong bilingual hero: comfortable Chinese reading size. */
.hk-visual-hero .hk-chinese{font-family:"PingFang TC","Microsoft JhengHei","Noto Sans TC",sans-serif;font-size:clamp(24px,2.3vw,32px);font-weight:600;line-height:1.65;letter-spacing:.025em;color:#913250;margin-top:30px}
.hk-chinese span{display:block}.hk-chinese span+span{font-size:.86em;margin-top:4px}
.harbour-visual{margin:0;min-width:0}.harbour-frame{position:relative;overflow:hidden;border-radius:12px;background:#103f32;aspect-ratio:16/10}.harbour-frame img,.harbour-frame video{display:block;width:100%;height:100%;object-fit:cover}.harbour-visual figcaption{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:12px 0;font-size:12px;line-height:1.5;color:#586c68}.harbour-visual figcaption a{text-decoration:underline;text-underline-offset:3px}.harbour-visual .harbour-name{font-size:14px;font-weight:600;color:#103f32}
@media(max-width:800px){.hk-visual-hero .hk-chinese{font-size:29px}.harbour-visual{width:100%}.harbour-frame{aspect-ratio:16/9}}
@media(max-width:500px){.hk-visual-hero .hk-chinese{font-size:25px;line-height:1.65;letter-spacing:0}.hk-chinese span+span{font-size:23px}}
/* Beiter OS case examples, linked to the user's existing product site. */
.beiter-case{margin:0;min-width:0}.beiter-case>a{display:block;overflow:hidden;border-radius:8px;border:1px solid #e7cbd6;background:#101010}.beiter-case img{display:block;width:100%;height:auto}.beiter-case figcaption{padding:15px 0 0;display:flex;flex-direction:column;gap:7px;font-size:14px;line-height:1.5}.beiter-case figcaption>span{font-size:11px;font-weight:700;letter-spacing:.09em;color:#913250}.beiter-case figcaption>a{font-size:15px;font-weight:650;color:#103f32;text-decoration:underline;text-underline-offset:4px}.branded-offer{align-items:center}.branded-offer>.app-benefits{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-top:1px solid #e7c9d5;padding-top:28px}.branded-offer>.app-benefits>div{border-bottom:0;padding:0}.beiter-inline-link{display:block;margin-top:19px;font-size:15px;text-decoration:underline;text-underline-offset:4px}.dashboard-case>a{background:#f3f3f6;border-color:#dce4e0}
@media(max-width:800px){.branded-offer>.app-benefits{grid-template-columns:1fr;gap:20px}.branded-offer>.app-benefits>div{padding-bottom:18px;border-bottom:1px solid #e7c9d5}.branded-offer>.app-benefits>div:last-child{border:0;padding:0}.beiter-case figcaption{padding-top:12px}}
