*{box-sizing:border-box}.qrmh-wrap{--ink:#2a2825;--gold:#b28a55;--soft:#f7f2ec;--line:#e7ddd2;max-width:1180px;margin:40px auto;padding:0 18px;color:var(--ink);font-family:Arial,sans-serif}.qrmh-hero{position:relative;display:grid;grid-template-columns:1fr 280px;gap:40px;padding:54px;border-radius:30px;background:linear-gradient(135deg,#fff,#f4eadf);border:1px solid var(--line);box-shadow:0 24px 80px rgba(61,45,30,.1);overflow:hidden}.qrmh-eyebrow{display:block;margin-bottom:14px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.18em}.qrmh-hero h1{max-width:780px;margin:0 0 18px;font:700 clamp(34px,5vw,62px)/1.04 Georgia,serif}.qrmh-hero p{max-width:760px;margin:0;color:#6f6962;font-size:18px;line-height:1.7}.qrmh-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.qrmh-primary,.qrmh-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;text-decoration:none!important;font-weight:800}.qrmh-primary{background:#292725;color:#fff!important}.qrmh-secondary{background:#fff;color:#292725!important;border:1px solid var(--line)}.qrmh-hero__badge{align-self:center;padding:25px;border-radius:20px;background:#292725;color:#fff}.qrmh-hero__badge strong{display:block;margin-bottom:8px;color:#d8b77c}.qrmh-hero__badge span{font-size:14px;line-height:1.5}.qrmh-nav{position:sticky;top:10px;z-index:20;display:flex;align-items:center;gap:10px;overflow:auto;margin:22px 0;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.qrmh-nav strong{padding:0 10px;white-space:nowrap}.qrmh-nav a{padding:9px 12px;border-radius:999px;background:var(--soft);color:var(--ink)!important;text-decoration:none!important;white-space:nowrap;font-size:13px}.qrmh-section{scroll-margin-top:90px;margin:24px 0;padding:38px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 15px 50px rgba(61,45,30,.06)}.qrmh-section__heading span{color:var(--gold);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.15em}.qrmh-section__heading h2{margin:8px 0 26px;font:700 clamp(28px,4vw,44px)/1.1 Georgia,serif}.qrmh-step{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:22px 0;border-top:1px solid #eee7df}.qrmh-step__number{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#d8b77c;font-weight:900}.qrmh-step h3{margin:3px 0 8px;font-size:20px}.qrmh-step p{margin:0;color:#6f6962;line-height:1.65}.qrmh-code{margin-top:12px;padding:14px;border-radius:12px;background:#292725;color:#fff;overflow:auto}.qrmh-note,.qrmh-warning,.qrmh-example{margin-top:22px;padding:20px;border-radius:16px}.qrmh-note{background:#f4eadf}.qrmh-warning{background:#fff1ef;border:1px solid #f0c8c0}.qrmh-example{background:#f7f7f5;border:1px solid #e5e5df}.qrmh-note p,.qrmh-warning p,.qrmh-example p{margin:8px 0 0;line-height:1.6}.qrmh-note a{font-weight:800;color:#6d4c28}.qrmh-example ul{margin-bottom:0}.qrmh-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.qrmh-card{padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--soft)}.qrmh-card h3{margin:0 0 8px}.qrmh-card p{margin:0;color:#6f6962;line-height:1.6}.qrmh-lead{font-size:18px;color:#6f6962}.qrmh-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.qrmh-timeline div{padding:20px;border-left:3px solid var(--gold);background:var(--soft);border-radius:0 16px 16px 0}.qrmh-timeline strong{display:block;color:var(--gold);font-size:25px}.qrmh-timeline span{display:block;margin:5px 0;font-weight:800}.qrmh-timeline p{margin:0;color:#6f6962}.qrmh-checklist{display:grid;gap:12px}.qrmh-checklist label{display:flex;align-items:center;gap:14px;padding:16px;border-radius:14px;background:var(--soft)}.qrmh-checklist span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#292725;color:#fff;font-weight:800}.qrmh-rules{display:grid;gap:12px;padding:0;list-style:none}.qrmh-rules li{position:relative;padding:16px 16px 16px 48px;border-radius:14px;background:var(--soft)}.qrmh-rules li:before{content:"✓";position:absolute;left:18px;color:var(--gold);font-weight:900}.qrmh-faq details{border-top:1px solid #eee7df}.qrmh-faq summary{padding:18px 0;cursor:pointer;font-weight:800}.qrmh-faq p{margin:0 0 18px;color:#6f6962;line-height:1.6}.qrmh-footer{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:24px 0;padding:38px;border-radius:26px;background:#292725;color:#fff}.qrmh-footer span{color:#d8b77c;font-weight:800}.qrmh-footer h2{margin:8px 0}.qrmh-footer p{max-width:700px;margin:0;color:#ccc;line-height:1.6}.qrmh-footer>div:last-child{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:850px){.qrmh-hero{grid-template-columns:1fr;padding:32px 24px}.qrmh-hero__badge{display:none}.qrmh-section{padding:26px 20px}.qrmh-grid,.qrmh-timeline{grid-template-columns:1fr}.qrmh-footer{align-items:flex-start;flex-direction:column}.qrmh-nav strong{display:none}}