/* Shared layout for translated room-lock repair articles.
   Navigation, footer and floating CTAs remain in news.css. */
.room-lock-article{--ink:#1e2a3e;--gold:#d4af37;--copy:#50647a;--line:#dce5ee;--pale:#f7f9fc;margin:0;background:var(--pale);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.72}
.room-lock-article[lang^="zh"]{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif}
.room-lock-article *{box-sizing:border-box}.room-lock-article .container{width:min(100% - 32px,1120px);margin:auto}.room-lock-article .breadcrumb-bar{padding:10px 0;background:#fff;border-bottom:1px solid var(--line)}.room-lock-article .crumbs{display:flex;gap:8px;margin:0;padding:0;overflow:hidden;list-style:none;white-space:nowrap;font-size:.84rem}.room-lock-article .crumbs li+li:before{content:'/';margin-right:8px;color:#9ba8b6}.room-lock-article .crumbs a{color:#33485f;font-weight:750;text-decoration:none}
.room-lock-article .hero{padding:32px 0 38px;background:radial-gradient(circle at 90% 8%,#ffebb0 0,transparent 29%),linear-gradient(130deg,#fff,#edf4f9)}.room-lock-article .hero-grid{display:grid;gap:24px;align-items:center}.room-lock-article .eyebrow{display:inline-flex;gap:8px;align-items:center;margin:0 0 12px;padding:5px 11px;border-radius:999px;background:#fff1c5;color:#6d510b;font-size:.8rem;font-weight:850}.room-lock-article .hero h1{margin:0 0 14px;font-size:clamp(2rem,9vw,3rem);line-height:1.1;letter-spacing:-.03em}.room-lock-article .hero h1 em{display:block;color:#947014;font-style:normal}.room-lock-article .lead,.room-lock-article .section-heading p,.room-lock-article .card p,.room-lock-article .notice p,.room-lock-article .faq p,.room-lock-article .article-note{color:var(--copy)}.room-lock-article .lead{margin:0}.room-lock-article .hero-note{margin:17px 0 0;padding:14px;border-left:5px solid var(--gold);border-radius:0 14px 14px 0;background:#fffdf3;color:#594a22;font-weight:750}.room-lock-article .cta-row{display:grid;gap:10px;margin-top:21px}.room-lock-article .button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:49px;padding:10px 18px;border-radius:999px;font-weight:850;text-align:center;text-decoration:none}.room-lock-article .button-green{background:#25d366;color:#fff}.room-lock-article .button-dark{background:var(--ink);color:#fff}.room-lock-article .cta-note{display:block;margin-top:9px;color:#607287;font-size:.78rem}.room-lock-article .hero-photo{max-width:430px;margin:auto;overflow:hidden;border:1px solid #fff;border-radius:20px;background:#fff;box-shadow:0 18px 34px rgba(30,42,62,.16)}.room-lock-article .photo-frame{aspect-ratio:3/4;overflow:hidden;background:#e7ebf0}.room-lock-article .photo-frame img{display:block;width:100%;height:100%;object-fit:cover}.room-lock-article .hero-photo figcaption{padding:11px 14px;color:#52657a;font-size:.79rem}
.room-lock-article main{padding:34px 0 0;overflow-x:clip}.room-lock-article .section{--surface:linear-gradient(145deg,#fff,#f7fafc);--accent:#d4af37;--line:#e0e7ef;position:relative;isolation:isolate;overflow:hidden;margin:0 0 28px;padding:26px 18px;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:0 12px 30px rgba(30,42,62,.065)}.room-lock-article .section:before{position:absolute;z-index:-1;top:-100px;right:-90px;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.16),transparent 70%);content:''}.room-lock-article .section:after{position:absolute;top:0;left:22px;width:68px;height:4px;border-radius:0 0 5px 5px;background:var(--accent);content:''}.room-lock-article article>.section:nth-of-type(4n+2){--surface:linear-gradient(145deg,#fffef9,#fff5de);--accent:#c89b20;--line:#ecdcae}.room-lock-article article>.section:nth-of-type(4n+3){--surface:linear-gradient(145deg,#fafdff,#eaf4fb);--accent:#4b83aa;--line:#cfdfec}.room-lock-article article>.section:nth-of-type(4n+4){--surface:linear-gradient(145deg,#f9fdfb,#eaf7ef);--accent:#2a8b5b;--line:#cee4d7}.room-lock-article .section-heading{margin:0 0 18px}.room-lock-article .section-heading h2{margin:0 0 8px;font-size:clamp(1.48rem,7vw,2rem);line-height:1.23}.room-lock-article .section-heading p{margin:0}.room-lock-article .grid{display:grid;gap:13px}.room-lock-article .card,.room-lock-article .notice{padding:19px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(30,42,62,.052)}.room-lock-article .card h3,.room-lock-article .notice h3{margin:0 0 7px;font-size:1.03rem}.room-lock-article .card p,.room-lock-article .notice p{margin:0}.room-lock-article .card i{display:block;margin-bottom:9px;color:var(--gold);font-size:1.2rem}.room-lock-article .chips{display:grid;gap:10px;margin-top:14px}.room-lock-article .chip{padding:9px 12px;border:1px solid var(--line);border-radius:12px;background:#f9fbfd;color:#334a62;font-size:.9rem;font-weight:780}.room-lock-article .chip i{margin-right:8px;color:var(--gold)}.room-lock-article .number{display:grid;place-items:center;width:27px;height:27px;margin-bottom:11px;border-radius:50%;background:var(--ink);color:#fff;font-size:.78rem;font-weight:850}.room-lock-article .notice{border-left:5px solid var(--gold);background:#fffdf3}.room-lock-article .notice.warning{border-left-color:#a75a25;background:#fff6ed}.room-lock-article .list{display:grid;gap:9px;margin:0;padding:0;list-style:none}.room-lock-article .list li{position:relative;padding-left:25px;color:var(--copy)}.room-lock-article .list li:before{content:'✓';position:absolute;left:0;color:#157347;font-weight:900}.room-lock-article .list.stop li:before{content:'✕';color:#a75a25}.room-lock-article .process{display:grid;gap:11px;margin:0;padding:0;counter-reset:step;list-style:none}.room-lock-article .process li{position:relative;padding:17px 17px 17px 56px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--copy)}.room-lock-article .process li:before{counter-increment:step;content:counter(step);position:absolute;top:16px;left:17px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--ink);color:#fff;font-weight:850}.room-lock-article .process strong{display:block;color:var(--ink)}.room-lock-article .faq{display:grid;gap:10px}.room-lock-article .faq details{border:1px solid var(--line);border-radius:14px;background:#fff}.room-lock-article .faq summary{cursor:pointer;padding:16px 18px;font-weight:820}.room-lock-article .faq p{margin:0;padding:0 18px 18px}.room-lock-article .contact{margin-top:40px;padding:42px 0;background:#edf4f9}.room-lock-article .contact-box{padding:27px 20px;border:1px solid rgba(212,175,55,.38);border-radius:22px;background:linear-gradient(135deg,#17263d,#243a58);box-shadow:0 16px 34px rgba(30,42,62,.17);color:#fff}.room-lock-article .contact-box h2{margin:0 0 10px;font-size:clamp(1.55rem,7vw,2.15rem);line-height:1.2}.room-lock-article .contact-box p{color:#d6e1ee}.room-lock-article .contact-actions{display:grid;gap:10px;margin-top:20px}.room-lock-article .article-note{margin:0 0 42px;padding:14px;border-radius:13px;background:#eff3f7;font-size:.82rem}
@media(min-width:640px){.room-lock-article .container{width:min(100% - 48px,1120px)}.room-lock-article .grid,.room-lock-article .chips{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:769px){.room-lock-article .hero{padding:58px 0 48px}.room-lock-article .hero-grid{grid-template-columns:1.12fr .88fr;gap:42px}.room-lock-article .cta-row,.room-lock-article .contact-actions{display:flex;flex-wrap:wrap}.room-lock-article .section{padding:38px 36px;border-radius:28px;margin-bottom:40px}.room-lock-article .grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.room-lock-article .grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.room-lock-article .contact{padding:62px 0}.room-lock-article .contact-box{padding:46px 50px}}
