:root{--red:#e50914;--dark:#111318;--text:#101522;--muted:#606b7a;--line:#e8ebf0;--green:#08bf5b}*{box-sizing:border-box}body{margin:0;font-family:'Noto Sans TC','Microsoft JhengHei',Arial,sans-serif;color:var(--text);background:#f4f6f9}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,#15171b,#0c0d10);height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;box-shadow:0 10px 30px rgba(0,0,0,.18)}.brand{display:flex;align-items:center;gap:14px}.brand img{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:10px;padding:4px}.brand h1{margin:0;color:#fff;font-size:30px;letter-spacing:2px}.brand span{display:block;color:var(--red);letter-spacing:7px;font-weight:800;font-size:14px;margin-top:2px}.nav{display:flex;align-items:center;gap:30px;color:#fff;font-weight:800}.nav a:hover{color:#ff3d46}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 24px;border-radius:14px;font-weight:900}.btn-red{background:var(--red);color:#fff;box-shadow:0 12px 30px rgba(229,9,20,.35)}.btn-green{background:var(--green);color:#fff}.btn-outline{border:2px solid #fff;color:#fff}.hero{min-height:560px;background:radial-gradient(circle at 75% 45%,rgba(255,255,255,.24),transparent 28%),linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.65),rgba(0,0,0,.85)),url('../images/cbd.jpg') center/cover no-repeat;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:58px 7%;color:#fff;gap:28px}.hero h2{font-size:64px;line-height:1;margin:10px 0;font-weight:1000;letter-spacing:1px}.hero .eyebrow{font-size:25px;font-weight:900}.tag{display:inline-block;background:var(--red);color:#fff;border-radius:8px;padding:5px 14px;font-weight:1000;font-size:30px}.hero p{font-size:22px;line-height:1.7;color:#f4f4f4}.price small{display:block;font-size:18px;margin-bottom:4px}.price strong{font-size:64px;color:var(--red);font-weight:1000;letter-spacing:1px}.features{display:flex;flex-wrap:wrap;gap:18px;margin:24px 0}.features div{border-left:1px solid rgba(255,255,255,.3);padding-left:15px;font-weight:800}.hero-img{background:rgba(255,255,255,.96);border-radius:28px;padding:18px;box-shadow:0 25px 80px rgba(0,0,0,.35)}.hero-img img{width:100%;max-height:430px;object-fit:contain;display:block}.service-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;padding:24px 7%;gap:20px;border-bottom:1px solid var(--line)}.service-strip div{display:flex;gap:14px;align-items:center;justify-content:center;border-right:1px solid var(--line)}.service-strip div:last-child{border-right:none}.icon{width:48px;height:48px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:22px}.strip-title{font-weight:1000;font-size:20px}.section{padding:54px 5%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.section h2{font-size:34px;margin:0}.section h2:after{content:'';display:block;width:56px;height:4px;background:var(--red);margin-top:10px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 30px rgba(20,35,60,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(20,35,60,.12)}.pic{height:260px;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;border-bottom:1px solid var(--line)}.pic img{width:100%;height:100%;object-fit:contain;display:block}.card-body{padding:20px}.badge{display:inline-block;background:#ffe8ec;color:var(--red);border-radius:18px;padding:7px 12px;font-weight:900;margin-bottom:10px}.card h3{font-size:22px;margin:8px 0}.card p{color:var(--muted);line-height:1.6}.card .money{color:var(--red);font-size:22px;font-weight:1000;margin:10px 0}.mini-btn{display:inline-block;border:1px solid #ccd2dc;border-radius:8px;padding:10px 16px;font-weight:800;margin-top:8px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:28px;background:#fff;border-radius:22px;padding:28px;margin-bottom:28px;border:1px solid var(--line)}.product-detail img{width:100%;max-height:520px;object-fit:contain;background:#fff}.specs{border-collapse:collapse;width:100%;margin-top:15px}.specs td{border:1px solid var(--line);padding:12px}.specs td:first-child{font-weight:900;background:#f7f8fb;width:38%}.float{position:fixed;right:22px;bottom:26px;z-index:60;display:grid;gap:10px}.float a{color:#fff;border-radius:14px;padding:16px 22px;font-weight:1000;text-align:center}.footer{background:#111318;color:#fff;padding:42px 5%;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:25px}.footer img{width:90px;height:90px;object-fit:contain;background:#fff;border-radius:12px}.muted{color:#c9ced6}.qr{width:160px!important;height:auto!important}.page-hero{padding:70px 6%;background:#15171b;color:#fff}.page-hero h2{font-size:48px;margin:0 0 12px}@media(max-width:980px){.topbar{height:auto;flex-wrap:wrap;padding:12px 4%;gap:12px}.nav{gap:14px;flex-wrap:wrap}.hero{grid-template-columns:1fr;padding:40px 5%}.hero h2{font-size:44px}.service-strip,.grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr}.footer{grid-template-columns:1fr}}@media(max-width:620px){.brand img{width:58px;height:58px}.brand h1{font-size:24px}.nav a{font-size:14px}.btn{padding:11px 14px}.hero h2{font-size:36px}.price strong{font-size:42px}.service-strip,.grid{grid-template-columns:1fr}.pic{height:240px}.float{right:12px;bottom:12px}.topbar{position:relative}}

/* verified fix: no image crop + stable display */
.brand img{object-fit:contain!important;background:#fff!important;}
.pic img,.hero-img img,.product-detail img,.footer img,.qr{object-fit:contain!important;background:#fff!important;}
.pic{display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;}
.card .pic img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;}
.hero-img img{width:100%!important;height:auto!important;}
