:root{
  --bg:#050607;
  --bg-soft:#0d0f11;
  --panel:#151719;
  --panel-2:#1b1e21;
  --line:#35393d;
  --text:#f4f5f2;
  --muted:#a7adb2;
  --accent:#d6ff00;
  --teal:#36d3b4;
  --white:#fff;
  --danger:#ff746b;
  --ok:#65e6a2;
  --max:1380px;
  --radius:18px;
  --shadow:0 18px 60px rgba(0,0,0,.26);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 56px));margin:auto}
.hidden{display:none!important}
.muted{color:var(--muted)}
.eyebrow,.section-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:800}

.site-header{height:72px;border-bottom:1px solid #292d30;background:#020303;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;padding:0 max(28px,calc((100vw - var(--max))/2));position:sticky;top:0;z-index:50}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-mark{width:34px;height:34px;border:1px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:900;transform:rotate(-12deg)}
.brand strong{display:block;font-size:15px;letter-spacing:.04em}.brand small{display:block;font-size:9px;letter-spacing:.24em;color:#92989d;margin-top:1px}
.main-nav{display:flex;align-items:center;gap:24px;font-size:13px;color:#c5c9cc}
.main-nav a:hover,.main-nav a.active{color:var(--accent)}
.header-tools{display:flex;align-items:center;gap:12px}
.lang-switch{display:flex;border:1px solid #3a3d40;border-radius:999px;overflow:hidden}
.lang-switch button{border:0;background:transparent;color:#aeb3b7;padding:7px 10px;font-size:11px}
.lang-switch button.active{background:#fff;color:#060707}
.header-link{font-size:12px;color:#d2d5d6}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:24px}
.promo-bar{height:38px;background:#1382bb;display:flex;align-items:center;justify-content:center;font-size:12px;gap:14px;padding:0 20px}.promo-bar a{border:1px solid rgba(255,255,255,.7);padding:3px 12px;border-radius:3px;font-size:10px}

.hero{position:relative;min-height:760px;background:#090a0c;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url('hero-tech.svg') center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.78) 34%,rgba(0,0,0,.24) 72%,rgba(0,0,0,.12) 100%)}
.hero-content{position:relative;z-index:2;padding-top:115px}
.hero-copy{max-width:620px}
.hero h1{font-size:clamp(48px,6vw,94px);line-height:.95;letter-spacing:-.055em;margin:18px 0 24px;max-width:720px}
.hero h1 em{font-style:normal;color:var(--accent)}
.hero p{max-width:570px;color:#d2d5d7;font-size:17px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;padding:13px 18px;border-radius:5px;font-weight:750;font-size:14px;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:#fff;color:#050607}.btn-primary:hover{background:var(--accent)}
.btn-accent{background:var(--accent);color:#070807}.btn-accent:hover{filter:brightness(.9)}
.btn-outline{border-color:#e4e4e4;color:#fff;background:transparent}.btn-outline:hover{background:#fff;color:#000}
.btn-dark{background:#050607;color:#fff;border-color:#050607}
.hero-actions{display:flex;gap:12px;margin-top:30px}
.hero-industries{position:absolute;z-index:3;left:50%;transform:translateX(-50%);bottom:28px;width:min(var(--max),calc(100% - 56px))}
.hero-industries-label{font-size:12px;margin-bottom:10px}
.industry-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.industry-card{height:164px;border:1px solid rgba(255,255,255,.42);border-radius:6px;background:linear-gradient(180deg,rgba(22,24,27,.88),rgba(10,12,14,.72));backdrop-filter:blur(8px);padding:12px;display:flex;flex-direction:column;justify-content:space-between;font-size:12px;position:relative;overflow:hidden;transition:.22s ease}
.industry-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 18%,rgba(214,255,0,.24),transparent 38%);opacity:.85}
.industry-card:hover{transform:translateY(-3px);border-color:rgba(214,255,0,.7);box-shadow:0 18px 45px rgba(0,0,0,.24)}
.industry-card strong{position:relative;z-index:1;font-size:14px;letter-spacing:.01em;line-height:1.2}
.industry-card-media{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:118px}
.industry-card-media img{width:124px;height:124px;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.42))}
.industry-card:nth-child(4) .industry-card-media img{width:162px;height:104px}

.section{padding:86px 0}.section-tight{padding:58px 0}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-title-row h2,.page-title{font-size:clamp(34px,4vw,58px);line-height:1.05;margin:9px 0 0;letter-spacing:-.035em}.section-title-row p{max-width:560px;color:var(--muted);margin:0}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{border:1px solid #52565a;border-radius:6px;overflow:hidden;background:#0e1012;display:flex;flex-direction:column;min-height:610px;transition:.25s ease}.product-card:hover{transform:translateY(-6px);border-color:#8e9499;box-shadow:var(--shadow)}
.product-image{height:330px;background:#08090a;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.product-card:hover .product-image img{transform:scale(1.025)}
.product-body{padding:22px;display:flex;flex-direction:column;flex:1}.product-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.product-tag{display:inline-flex;padding:4px 8px;border-radius:4px;background:#cf3554;font-size:11px;font-weight:800}.product-card:nth-child(2) .product-tag{background:#e98522}.product-card:nth-child(3) .product-tag{background:#277cd4}
.product-card h3{font-size:26px;line-height:1.13;margin:15px 0 8px}.product-sub{font-size:13px;color:#aab0b4}.product-price{font-size:19px;font-weight:800;white-space:nowrap}.product-desc{color:#c1c5c8;margin:16px 0}.product-list{padding-left:18px;color:#d8dbdd;margin:0 0 28px}.product-list li{margin:7px 0}.product-actions{margin-top:auto;display:grid;grid-template-columns:1fr;gap:8px}

.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-card{border:1px solid #4b4f53;border-radius:7px;overflow:hidden;position:relative;min-height:390px}.feature-card img{width:100%;height:390px;object-fit:cover}.feature-caption{position:absolute;inset:auto 0 0;padding:70px 26px 25px;background:linear-gradient(transparent,rgba(0,0,0,.92))}.feature-caption h3{font-size:25px;margin:0 0 7px}.feature-caption p{font-size:13px;color:#d1d4d6;margin:0}

.steps-section{background:#0b0d0e}.steps-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.step-card{border-top:1px solid #45494d;padding:20px 10px 10px}.step-no{color:var(--accent);font-size:12px;font-weight:900}.step-card h3{font-size:17px;margin:12px 0 8px}.step-card p{font-size:13px;color:#9fa5aa;margin:0}

.success-banner{min-height:610px;background:url('success.svg') center/cover no-repeat;position:relative;display:flex;align-items:center}.success-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.32) 72%,rgba(0,0,0,.1))}.success-copy{position:relative;z-index:2;max-width:560px}.success-copy blockquote{font-size:28px;line-height:1.25;margin:18px 0;color:#fff}.success-copy blockquote strong{color:var(--accent)}
.discover-banner{min-height:480px;background:url('discover.svg') center/cover no-repeat;display:flex;align-items:center}.discover-copy{margin-left:auto;width:42%;}.discover-copy h2{font-size:48px;letter-spacing:-.04em;margin:0 0 20px}
.learning-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.learning-card{border:1px solid #414548;background:#17191b;padding:28px;border-radius:5px;min-height:160px}.learning-icon{font-size:36px;color:var(--accent)}.learning-card h3{font-size:20px;margin:15px 0 8px}.learning-card p{color:#aeb3b7;margin:0;font-size:13px}

.site-footer{background:#030404;border-top:1px solid #242729;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px}.footer-col h4{color:var(--accent);font-size:13px;margin:0 0 14px}.footer-col a{display:block;color:#aeb2b5;font-size:12px;margin:9px 0}.footer-col a:hover{color:#fff}.footer-note{color:#8e9498;font-size:12px;max-width:360px;margin-top:18px}.footer-bottom{border-top:1px solid #242729;margin-top:44px;padding-top:20px;color:#747a7e;font-size:10px;display:flex;justify-content:space-between;gap:18px}

/* Inner pages */
.page-hero{padding:84px 0 54px;background:radial-gradient(circle at 76% 20%,rgba(54,211,180,.16),transparent 30%),#090b0c;border-bottom:1px solid #303437}.page-hero p{color:#aeb3b7;max-width:760px;font-size:16px}.breadcrumb{font-size:12px;color:#8f969a;margin-bottom:18px}.breadcrumb a{color:#d9dcdc}
.page-shell{background:#f4f1e9;color:#101313;min-height:700px;padding:60px 0 90px}.form-grid{display:grid;grid-template-columns:.75fr 1.35fr;gap:34px;align-items:start}.form-side{position:sticky;top:106px}.form-side h2{font-size:40px;line-height:1.05;margin:8px 0 18px}.form-side p{color:#52595d}.selected-plan{background:#111416;color:#fff;padding:22px;border-radius:8px;margin-top:25px}.selected-plan small{color:#aab1b5}.selected-plan h3{font-size:24px;margin:10px 0}.selected-plan strong{color:var(--accent);font-size:20px}
.form-card{background:#fff;border:1px solid #d6d0c4;border-radius:10px;padding:30px;box-shadow:0 20px 45px rgba(20,17,10,.08)}.form-section-title{font-size:17px;font-weight:850;padding:0 0 10px;border-bottom:1px solid #ded9cf;margin:6px 0 20px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-grid.three{grid-template-columns:repeat(3,1fr)}
label{display:block;font-size:13px;font-weight:700;margin-bottom:17px}input,select,textarea{width:100%;border:1px solid #bbb7ae;background:#fff;color:#111;padding:12px 13px;border-radius:5px;margin-top:7px;outline:none}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:#188a79;box-shadow:0 0 0 3px rgba(24,138,121,.12)}input[readonly]{background:#efede8;color:#5d6265}
.check-row{display:flex;gap:10px;align-items:flex-start;font-weight:500}.check-row input{width:18px;height:18px;margin:3px 0 0}.form-note{border-left:3px solid #168c79;background:#f0f8f6;padding:14px 15px;font-size:12px;color:#4f575a;margin:18px 0}.form-message{min-height:24px;font-weight:700;margin:12px 0 0}.form-message.error{color:#b42b24}.form-message.success{color:#12724f}.btn-full{width:100%}
.file-drop{border:1.5px dashed #7f8588;background:#f7f7f5;border-radius:8px;padding:30px;text-align:center;cursor:pointer;transition:.2s ease}.file-drop:hover{border-color:#168c79;background:#f1f8f6}.file-drop input{display:none}.file-drop>strong{display:block;font-size:17px}.file-drop .file-hint{display:block;color:#6e7477;margin-top:5px}.file-icon{display:block;font-size:38px;color:#168c79;margin-bottom:8px}.file-drop.has-file{border:2px solid #168c79;background:#eef8f5;box-shadow:0 0 0 4px rgba(22,140,121,.08)}.file-drop.uploaded{border-color:#35a76f;background:#effaf4}.file-selected{margin:18px auto 0;max-width:560px;background:#fff;border:1px solid #b9d8cf;border-radius:7px;padding:13px 16px;text-align:left;display:grid;grid-template-columns:auto 1fr auto;gap:7px 12px;align-items:center;box-shadow:0 8px 24px rgba(24,80,66,.08)}.file-selected[hidden]{display:none}.file-selected b{grid-column:1/-1;color:#168c79;font-size:11px;letter-spacing:.08em}.file-selected strong{display:block;min-width:0;overflow-wrap:anywhere;color:#111;font-size:16px}.file-selected em{font-style:normal;color:#687174;font-size:12px;white-space:nowrap}.success-dialog{max-width:min(520px,92vw)}.success-modal{background:#fff;color:#111;border-radius:12px;padding:38px;text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.35)}.success-modal-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#d6ff00;color:#071007;font-size:36px;font-weight:900}.success-modal .section-kicker{color:#168c79}.success-modal h3{font-size:30px;margin:5px 0 12px}.success-modal p{color:#626a6d;margin:0 auto 22px;max-width:420px}.success-file-summary{text-align:left;border:1px solid #d9ddd9;background:#f5f7f5;border-radius:7px;padding:15px 17px}.success-file-summary span{display:block;color:#72797c;font-size:11px}.success-file-summary strong{display:block;font-size:16px;overflow-wrap:anywhere;margin:5px 0}.success-file-summary small{color:#168c79}.success-modal-actions{display:flex;justify-content:center;gap:10px;margin-top:23px}.status-uploaded-file{border:1px solid #cddbd6;background:#f1f8f5;padding:12px 14px;border-radius:6px;margin:15px 0}.status-uploaded-file span{display:block;color:#687174;font-size:11px}.status-uploaded-file strong{display:block;color:#111;overflow-wrap:anywhere;margin-top:4px}
.portal-tabs{display:flex;gap:8px;margin-bottom:22px}.portal-tabs button{border:1px solid #252a2d;background:transparent;padding:11px 17px;border-radius:5px;font-weight:750}.portal-tabs button.active{background:#111416;color:#fff}.tab-panel{display:none}.tab-panel.active{display:block}
.status-card{background:#fff;border:1px solid #d6d0c4;padding:26px;border-radius:9px;margin-top:22px}.status-badge{display:inline-flex;background:#12201b;color:#6ef0ad;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:800}.timeline{margin-top:24px;border-left:1px solid #c6c8c7}.timeline-item{position:relative;padding:0 0 20px 24px;color:#909596}.timeline-dot{position:absolute;width:11px;height:11px;border:2px solid #adb2b4;background:#fff;border-radius:50%;left:-6px;top:5px}.timeline-item.active{color:#111}.timeline-item.active .timeline-dot{background:#168c79;border-color:#168c79}

/* Dialog / contract */
dialog{border:0;padding:0;background:transparent;max-width:min(1040px,94vw);width:100%}dialog::backdrop{background:rgba(0,0,0,.82)}.dialog-shell{background:#f5f2eb;color:#111;border-radius:10px;overflow:hidden;max-height:92vh;display:flex;flex-direction:column}.dialog-head{background:#111416;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.dialog-head h3{margin:0}.dialog-close{background:transparent;border:0;color:#fff;font-size:27px}.dialog-body{overflow:auto;padding:26px}.dialog-actions{padding:15px 20px;background:#e6e2da;display:flex;justify-content:flex-end;gap:10px}
.contract-paper{background:#fff;max-width:820px;margin:auto;padding:54px;box-shadow:0 5px 24px rgba(0,0,0,.12);font-family:"Times New Roman","Noto Serif TC",serif;line-height:1.7}.contract-paper h1{text-align:center;font-size:30px;margin:0 0 14px}.contract-paper h3{font-size:18px;margin:23px 0 6px}.contract-meta{display:flex;justify-content:space-between;border-top:1px solid #777;border-bottom:1px solid #777;padding:8px 0;margin:15px 0 24px;font-size:13px}.contract-table{width:100%;border-collapse:collapse;margin:16px 0}.contract-table th,.contract-table td{border:1px solid #999;padding:8px;text-align:left;font-size:13px}.contract-table th{width:28%;background:#f3f3f3}.signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}.signature-box{border:1px solid #999;min-height:210px;padding:17px}

/* admin */
.admin-page{background:#080a0b;min-height:100vh}.admin-shell{padding:48px 0 90px}.admin-login{max-width:480px;margin:80px auto;background:#141719;border:1px solid #3a3e42;padding:30px;border-radius:8px}.admin-login input{background:#0c0e0f;color:#fff;border-color:#43484b}.admin-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.admin-toolbar input{max-width:440px;background:#121416;color:#fff;border-color:#383d40;margin:0}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.stat-card{background:#151719;border:1px solid #373b3e;padding:20px;border-radius:6px}.stat-card strong{display:block;font-size:31px;color:var(--accent)}.stat-card span{font-size:12px;color:#a6acb0}.table-wrap{overflow:auto;border:1px solid #383c40;border-radius:6px}.admin-table{width:100%;border-collapse:collapse;min-width:1320px}.admin-table th,.admin-table td{padding:14px 15px;border-bottom:1px solid #303437;text-align:left;font-size:12px}.admin-table th{color:#9da3a7;background:#101214}.admin-table td{background:#17191b}.admin-table .table-time{white-space:nowrap;min-width:142px;color:#c9ced1}.admin-table .table-contract{white-space:nowrap;min-width:210px}.admin-table .table-money{white-space:nowrap}.admin-table .table-file{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.table-btn{border:1px solid #777;background:transparent;color:#fff;padding:6px 9px;border-radius:4px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-item{padding:12px;background:#efede8;border:1px solid #d8d3ca}.detail-item span{display:block;font-size:11px;color:#6f7578;margin-bottom:4px}.admin-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.admin-actions select{max-width:250px;margin:0}

@media (max-width:1050px){
  .site-header{grid-template-columns:auto 1fr auto}.main-nav{position:fixed;top:72px;left:0;right:0;background:#070809;border-bottom:1px solid #333;padding:20px 28px;display:none;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.menu-toggle{display:block}.header-link{display:none}.hero{min-height:720px}.industry-strip{grid-template-columns:repeat(3,1fr)}.hero-industries{position:relative;left:auto;transform:none;bottom:auto;margin-top:70px;padding-bottom:28px}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1}.steps-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-side{position:static}.admin-stats{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .container{width:min(100% - 30px,var(--max))}.site-header{height:64px;padding:0 15px;gap:14px}.main-nav{top:64px}.promo-bar{height:auto;min-height:42px;text-align:center}.brand strong{font-size:13px}.brand small{display:none}.header-tools{gap:7px}.hero{min-height:680px}.hero-content{padding-top:72px}.hero h1{font-size:52px}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.45))}.industry-strip{grid-template-columns:1fr 1fr}.industry-card{height:148px}.industry-card-media{height:102px}.industry-card-media img{width:106px;height:106px}.industry-card:nth-child(4) .industry-card-media img{width:136px;height:88px}.section{padding:62px 0}.section-title-row{display:block}.section-title-row p{margin-top:16px}.product-grid,.feature-grid,.learning-grid,.field-grid,.field-grid.three,.signature-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.product-image{height:300px}.steps-grid{grid-template-columns:1fr 1fr}.success-banner{min-height:560px;background-position:62% center}.success-banner:after{background:rgba(0,0,0,.68)}.discover-banner{min-height:510px;background-position:30% center}.discover-copy{width:100%;margin:260px 0 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.form-card{padding:20px}.contract-paper{padding:24px}.contract-meta{display:block}.admin-stats{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.page-title{font-size:44px}
}
#mwPrintRoot{display:none}
@media print{
 @page{size:A4;margin:12mm}
 body.mw-printing{background:#fff!important;color:#111!important}
 body.mw-printing>*:not(#mwPrintRoot){display:none!important}
 body.mw-printing #mwPrintRoot{display:block!important;width:100%!important}
 body.mw-printing #mwPrintRoot .contract-paper{display:block!important;position:static!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;box-shadow:none!important;background:#fff!important;color:#111!important;overflow:visible!important}
 body.mw-printing #mwPrintRoot .contract-table{page-break-inside:auto}
 body.mw-printing #mwPrintRoot .contract-table tr,body.mw-printing #mwPrintRoot .signature-box{break-inside:avoid;page-break-inside:avoid}
 body.mw-printing #mwPrintRoot h1,body.mw-printing #mwPrintRoot h3{break-after:avoid;page-break-after:avoid}
}

/* V3 production workflow additions */
button:disabled{opacity:.58;cursor:not-allowed;transform:none!important}
small{display:block;color:#737a7d;font-weight:500;margin-top:7px}.inline-link{color:#087d6c;text-decoration:underline}.inner-outline{color:#111;border-color:#111}.compact-footer{padding-top:18px}.compact-footer .footer-bottom{margin-top:0}
.section-soft{background:#101214}.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.delivery-card{border:1px solid #41464a;background:#171a1c;border-radius:7px;padding:30px;min-height:230px}.delivery-card>span{color:var(--accent);font-weight:900}.delivery-card h3{font-size:23px;margin:36px 0 10px}.delivery-card p{color:#abb1b5;margin:0}
.faq-list{max-width:960px}.faq-list details{border-top:1px solid #43484c;padding:20px 4px}.faq-list details:last-child{border-bottom:1px solid #43484c}.faq-list summary{cursor:pointer;font-size:20px;font-weight:800}.faq-list p{color:#adb3b7;max-width:850px}
.contact-section{background:#d6ff00;color:#070807}.contact-section .section-kicker{color:#0a7163}.contact-section .section-title-row p{color:#3a4321}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.contact-grid article{background:#0a0c0d;color:#fff;padding:25px;border-radius:7px}.contact-grid span{display:block;color:#9ea5a9;font-size:12px}.contact-grid strong{display:block;margin-top:20px;font-size:21px;color:var(--accent)}
.wizard-form{min-height:650px}.wizard-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:28px}.wizard-step{border:1px solid #d1ccc2;background:#f7f5f0;color:#6e7477;border-radius:7px;padding:12px 8px;display:flex;gap:8px;align-items:center;justify-content:center}.wizard-step b{width:24px;height:24px;border-radius:50%;background:#ddd8ce;display:grid;place-items:center}.wizard-step.active{border-color:#111;background:#111;color:#fff}.wizard-step.active b{background:var(--accent);color:#111}.wizard-step.done{border-color:#198a77;color:#126f60}.wizard-step.done b{background:#198a77;color:#fff}.wizard-panel{display:none}.wizard-panel.active{display:block}.wizard-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #ded9cf;margin-top:25px;padding-top:20px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}.review-item{border:1px solid #ddd8ce;background:#f7f5f0;padding:13px;border-radius:5px}.review-item span{display:block;color:#71777a;font-size:11px;margin-bottom:5px}.review-item strong{white-space:pre-wrap;overflow-wrap:anywhere}.status-error{border-color:#e7b0ad;color:#a3211c}.admin-filters{display:flex;gap:10px;flex:1}.admin-filters input{flex:1}.admin-filters select{max-width:230px;background:#121416;color:#fff;border-color:#383d40;margin:0}.admin-actions input{max-width:300px;margin:0}.install-form{max-width:620px}.install-form small{color:#9da4a8}.install-form code,.admin-login code{color:var(--accent)}
.legal-paper{background:#fff;border:1px solid #d6d0c4;border-radius:10px;padding:50px;max-width:980px;box-shadow:0 20px 45px rgba(20,17,10,.08)}.legal-paper h2{font-size:22px;margin:34px 0 10px}.legal-paper p{color:#394044;line-height:1.8}.legal-alert{border-left:4px solid #168c79;background:#eef8f5;padding:16px 18px;color:#3c4d49;margin-bottom:28px}.not-found{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px}.not-found h1{font-size:72px;margin:10px 0}.not-found p{color:var(--muted);margin-bottom:28px}
@media (max-width:1050px){.delivery-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr 1fr}.admin-toolbar{align-items:stretch;flex-direction:column}.admin-filters{width:100%}}
@media (max-width:720px){.delivery-grid,.contact-grid,.review-grid{grid-template-columns:1fr}.wizard-steps{grid-template-columns:1fr 1fr}.wizard-step{justify-content:flex-start}.wizard-actions{flex-wrap:wrap}.wizard-actions .btn{flex:1}.legal-paper{padding:24px}.admin-filters{flex-direction:column}.admin-filters select{max-width:none}.hero-actions{flex-wrap:wrap}}

@media (max-width:720px){.file-selected{grid-template-columns:1fr}.file-selected b{grid-column:auto}.file-selected em{white-space:normal}.success-modal{padding:28px 20px}.success-modal-actions{flex-direction:column}.success-modal-actions .btn{width:100%}}

/* Homepage hero & scenario navigation — Option B */
#services,#solutions,#delivery{scroll-margin-top:92px}
.hero{min-height:820px}
.hero-content{padding-top:84px;padding-bottom:286px}
.hero-copy{max-width:610px}
.hero h1{font-size:clamp(52px,5.35vw,86px);line-height:.96;margin:16px 0 22px;max-width:680px}
.hero p{max-width:570px;font-size:16px;line-height:1.72;color:#d7dadc}
.hero-primary-actions{gap:14px;margin-top:28px}
.hero-primary-actions .hero-cta{height:52px;min-width:168px;padding:0 21px;justify-content:space-between;border-radius:6px;font-size:14px;box-shadow:0 10px 30px rgba(0,0,0,.16)}
.hero-primary-actions .btn-outline{background:rgba(5,6,7,.34);backdrop-filter:blur(8px)}
.hero-primary-actions .btn-outline:hover,
.hero-primary-actions .btn-outline:focus-visible{background:#fff;color:#050607;border-color:#fff}
.hero-primary-actions .btn-outline:hover span,
.hero-primary-actions .btn-outline:focus-visible span{color:inherit}
.hero-primary-actions .btn-arrow{font-size:18px;line-height:1;transition:transform .2s ease}
.hero-primary-actions .hero-cta:hover .btn-arrow{transform:translateX(4px)}
.hero-primary-actions .btn-outline:hover .btn-arrow{transform:translate(3px,-3px)}
.hero-industries{bottom:26px}
.hero-industries-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:13px;padding:0 2px}
.hero-industries-kicker{font-size:9px;letter-spacing:.2em;color:var(--accent);font-weight:900;margin-bottom:3px}
.hero-industries-label{font-size:14px;font-weight:800;margin:0}
.hero-industries-hint{font-size:11px;color:#adb3b7;padding-bottom:2px}
.industry-strip{gap:12px}
.industry-card{height:184px;padding:14px 15px 15px;border-color:rgba(255,255,255,.34);border-radius:7px;background:linear-gradient(180deg,rgba(23,26,28,.84),rgba(8,10,11,.84));box-shadow:inset 0 1px 0 rgba(255,255,255,.035);color:#fff;isolation:isolate}
.industry-card:before{background:radial-gradient(circle at 73% 27%,rgba(214,255,0,.22),transparent 44%);transition:opacity .25s ease,transform .3s ease}
.industry-card:after{content:"";position:absolute;left:15px;right:15px;bottom:54px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent);z-index:1}
.industry-card-media{height:112px;align-items:center;justify-content:center;transition:transform .28s ease}
.industry-card-media img{width:112px;height:112px;filter:drop-shadow(0 15px 24px rgba(0,0,0,.48));transition:transform .28s ease,filter .28s ease}
.industry-card:nth-child(4) .industry-card-media img{width:142px;height:96px}
.industry-card-copy{position:absolute;left:15px;right:42px;bottom:14px;z-index:2;display:flex;flex-direction:column;gap:1px}
.industry-card-copy strong{font-size:14px;line-height:1.25;letter-spacing:.01em}
.industry-card-copy span{font-size:10px;color:#8f979c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}
.industry-card-arrow{position:absolute;right:15px;bottom:16px;z-index:2;width:22px;height:22px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-size:12px;color:#dce0e1;transition:.22s ease}
.industry-card:hover,.industry-card:focus-visible{transform:translateY(-6px);border-color:rgba(214,255,0,.78);box-shadow:0 22px 48px rgba(0,0,0,.34),inset 0 0 0 1px rgba(214,255,0,.08);outline:none}
.industry-card:hover:before,.industry-card:focus-visible:before{opacity:1;transform:scale(1.08)}
.industry-card:hover .industry-card-media,.industry-card:focus-visible .industry-card-media{transform:translateY(-3px)}
.industry-card:hover .industry-card-media img,.industry-card:focus-visible .industry-card-media img{transform:scale(1.055);filter:drop-shadow(0 17px 27px rgba(0,0,0,.5)) drop-shadow(0 0 10px rgba(214,255,0,.13))}
.industry-card:hover .industry-card-copy span,.industry-card:focus-visible .industry-card-copy span{color:#c9ced1}
.industry-card:hover .industry-card-arrow,.industry-card:focus-visible .industry-card-arrow{background:var(--accent);border-color:var(--accent);color:#080908;transform:translate(2px,-2px)}
.product-card,.feature-card,.delivery-card{scroll-margin-top:108px}
.scene-focus{animation:scene-target-focus 2.2s ease}
@keyframes scene-target-focus{
  0%{box-shadow:0 0 0 0 rgba(214,255,0,0)}
  18%{border-color:var(--accent);box-shadow:0 0 0 4px rgba(214,255,0,.18),0 22px 58px rgba(0,0,0,.32);transform:translateY(-5px)}
  72%{border-color:var(--accent);box-shadow:0 0 0 2px rgba(214,255,0,.1),0 18px 44px rgba(0,0,0,.25)}
  100%{box-shadow:0 0 0 0 rgba(214,255,0,0);transform:none}
}

@media (max-width:1050px){
  .hero{min-height:auto}
  .hero-content{padding-top:78px;padding-bottom:30px}
  .hero-industries{position:relative;left:auto;transform:none;bottom:auto;width:min(var(--max),calc(100% - 56px));margin:6px auto 0;padding-bottom:38px}
  .hero-industries-heading{margin-bottom:12px}
  .industry-strip{grid-template-columns:repeat(3,1fr)}
  .industry-card{height:176px}
}
@media (max-width:720px){
  .hero-content{padding-top:58px;padding-bottom:24px}
  .hero h1{font-size:48px;line-height:.98;margin:14px 0 20px}
  .hero p{font-size:15px}
  .hero-primary-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}
  .hero-primary-actions .hero-cta{width:100%;min-width:0;height:50px}
  .hero-industries{width:min(100% - 30px,var(--max));padding-bottom:32px}
  .hero-industries-heading{align-items:flex-start;flex-direction:column;gap:4px}
  .hero-industries-hint{font-size:10px}
  .industry-strip{grid-template-columns:1fr 1fr;gap:9px}
  .industry-card{height:164px;padding:12px}
  .industry-card-media{height:96px}
  .industry-card-media img{width:96px;height:96px}
  .industry-card:nth-child(4) .industry-card-media img{width:120px;height:78px}
  .industry-card:after{left:12px;right:12px;bottom:51px}
  .industry-card-copy{left:12px;right:37px;bottom:11px}
  .industry-card-copy strong{font-size:13px}
  .industry-card-copy span{font-size:9px}
  .industry-card-arrow{right:11px;bottom:13px;width:21px;height:21px}
}

/* Standard Hong Kong contract template */
.contract-paper{max-width:900px;padding:52px 62px;font-family:"Noto Serif TC","PMingLiU","Times New Roman",serif;font-size:13px;line-height:1.72;color:#111}
.contract-paper>h1{font-size:27px;line-height:1.3;margin:8px 0 5px;text-align:center;letter-spacing:.01em}
.contract-draft-label{text-align:center;font-size:12px;letter-spacing:.18em;font-weight:800;color:#7d6b40}
.contract-subtitle{text-align:center;font-size:13px;color:#4f5b63;margin:0 0 18px}
.contract-notice{background:#fbf4df;border-left:4px solid #c9a74a;padding:12px 14px;margin:18px 0 24px;font-size:12px;line-height:1.65;color:#493d24}
.contract-section{margin:25px 0 0}
.contract-section>h2{font-size:19px;line-height:1.35;color:#1975aa;margin:0 0 10px;padding:0 0 5px;border-bottom:1px solid #cdd8df;break-after:avoid-page;page-break-after:avoid}
.contract-section>h3{font-size:15px;color:#1975aa;margin:17px 0 7px;break-after:avoid-page;page-break-after:avoid}
.contract-section p{margin:7px 0;text-align:justify}
.contract-clause{display:grid;grid-template-columns:28px minmax(0,1fr);column-gap:4px;margin:6px 0!important}
.contract-clause>span{font-weight:700;text-align:right;padding-right:5px}
.contract-function-list{margin:8px 0 14px;padding-left:26px}
.contract-function-list li{margin:5px 0;padding-left:2px}
.contract-table{margin:12px 0 16px;font-family:Arial,"Noto Sans TC","Microsoft JhengHei",sans-serif;line-height:1.55;table-layout:fixed}
.contract-table th,.contract-table td{padding:8px 10px;vertical-align:top;overflow-wrap:anywhere}
.contract-table th{width:28%;background:#f0f3f7;color:#213b52;font-weight:750}
.contract-table thead th{width:auto;background:#e8edf3}
.contract-table.contract-support-table th:first-child{width:15%}
.contract-table.contract-support-table th:last-child{width:23%}
.contract-fee-table th{width:46%}
.contract-signature-section>p{text-align:left}
.contract-signature-section .signature-box{min-height:285px;line-height:1.9}
.contract-page-break{margin-top:38px;padding-top:4px;border-top:2px solid #1975aa}

@media (max-width:720px){
  .contract-paper{padding:24px 18px;font-size:12px}
  .contract-paper>h1{font-size:22px}
  .contract-section>h2{font-size:17px}
  .contract-table th,.contract-table td{padding:7px 6px}
  .contract-table th{width:35%}
  .contract-clause{grid-template-columns:24px minmax(0,1fr)}
}

@media print{
  @page{size:A4;margin:14mm 14mm 16mm}
  #mwPrintRoot{display:block!important}
  #mwPrintRoot .contract-paper{width:auto;max-width:none;margin:0;padding:0;box-shadow:none;font-size:9.5pt;line-height:1.55;color:#000}
  #mwPrintRoot .contract-paper>h1{font-size:18pt;margin:3mm 0 1.5mm}
  #mwPrintRoot .contract-draft-label{font-size:8.5pt}
  #mwPrintRoot .contract-subtitle{font-size:9pt;margin-bottom:4mm}
  #mwPrintRoot .contract-notice{font-size:8.2pt;padding:2.5mm 3mm;margin:4mm 0 5mm;background:#fff8df!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  #mwPrintRoot .contract-meta{font-size:8.5pt;margin:3mm 0 5mm;padding:2mm 0}
  #mwPrintRoot .contract-section{margin:4.5mm 0 0;break-inside:auto;page-break-inside:auto}
  #mwPrintRoot .contract-section>h2{font-size:12pt;margin:0 0 2mm;padding-bottom:1mm;color:#1975aa!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  #mwPrintRoot .contract-section>h3{font-size:10pt;margin:3mm 0 1.5mm;color:#1975aa!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  #mwPrintRoot .contract-clause{grid-template-columns:7mm minmax(0,1fr);margin:1.3mm 0!important;break-inside:avoid;page-break-inside:avoid}
  #mwPrintRoot .contract-table{font-size:8.5pt;margin:2.5mm 0 3mm;break-inside:auto;page-break-inside:auto}
  #mwPrintRoot .contract-table tr{break-inside:avoid;page-break-inside:avoid}
  #mwPrintRoot .contract-table th,#mwPrintRoot .contract-table td{padding:1.8mm 2mm}
  #mwPrintRoot .contract-table th{background:#f0f3f7!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  #mwPrintRoot .contract-function-list li{margin:1mm 0}
  #mwPrintRoot .contract-page-break{break-before:page;page-break-before:always;margin-top:0;padding-top:0;border-top:0}
  #mwPrintRoot .signature-grid{grid-template-columns:1fr 1fr;gap:8mm}
  #mwPrintRoot .signature-box{min-height:70mm;padding:4mm;break-inside:avoid;page-break-inside:avoid}
}
@media print{
  html,body,#mwPrintRoot{background:#fff!important;color:#000!important}
}

/* DOCX standard contract workflow */
.contract-fields{margin-top:28px;padding-top:24px;border-top:1px solid #ded9cf}
.contract-fields .form-note{margin:0 0 18px}
.contract-ready{max-width:720px;margin:auto;text-align:center;padding:34px 22px;color:#111}
.contract-ready-icon{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#d6ff00;color:#050607;font-size:34px;font-weight:900}
.contract-ready h2{font-size:32px;margin:0 0 12px}
.contract-ready>p{color:#596065;max-width:580px;margin:0 auto 26px}
.contract-ready-meta{display:grid;grid-template-columns:minmax(120px,.45fr) 1fr;text-align:left;border:1px solid #d7d2c9;border-radius:8px;overflow:hidden;background:#fff}
.contract-ready-meta span,.contract-ready-meta strong{padding:12px 14px;border-bottom:1px solid #e1ddd5}
.contract-ready-meta span{background:#f1eee7;color:#666d70;font-size:12px}
.contract-ready-meta strong{overflow-wrap:anywhere}
.contract-ready-meta span:nth-last-child(-n+2),.contract-ready-meta strong:nth-last-child(-n+2){border-bottom:0}
.status-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
@media(max-width:720px){.contract-ready-meta{grid-template-columns:1fr}.contract-ready-meta span,.contract-ready-meta strong{border-bottom:1px solid #e1ddd5}.contract-ready-meta strong:last-child{border-bottom:0}}
