*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#ffffff;min-height:100vh;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:#e8b830;text-decoration:none}
body{background:#1e140a}
.mr-diag{min-height:100vh;position:relative;overflow:hidden}
.mr-top{position:absolute;top:0;left:0;right:0;height:45vh;background:linear-gradient(135deg,#2e2010 0%,#1e140a 100%);clip-path:polygon(0 0,100% 0,100% 70%,0 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}
.mr-badge{width:80px;height:80px;border-radius:18px;margin-bottom:1rem;animation:mr-bounce 2.5s ease-in-out infinite}
.mr-name{font-family:'Inter',sans-serif;font-size:2.2rem;font-weight:800;color:#e8b830}
.mr-bottom{position:absolute;bottom:0;left:0;right:0;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:55vh;justify-content:center}
.mr-soon{font-size:1.4rem;font-weight:600;margin-bottom:1rem;opacity:.9}
.mr-detail{font-size:1rem;line-height:1.65;opacity:.6;margin-bottom:2rem;max-width:440px}
.mr-optin{display:flex;gap:.5rem;max-width:400px;width:100%}
.mr-text{flex:1;padding:.8rem 1rem;border:1px solid rgba(232,184,48,0.3);background:rgba(255,255,255,.05);color:#ffffff;border-radius:10px;font-size:.9rem;outline:none}
.mr-text:focus{border-color:#e8b830}
.mr-text::placeholder{color:rgba(255,255,255,.35)}
.mr-action{padding:.8rem 1.4rem;background:#e8b830;color:#1e140a;border:none;border-radius:10px;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .2s}
.mr-action:hover{transform:scale(1.05)}
.mr-result{color:#e8b830;font-size:.85rem;margin-top:1rem;display:none}
.mr-credit{margin-top:2rem;font-size:.78rem;opacity:.3}
@keyframes mr-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media(max-width:600px){.mr-optin{flex-direction:column}.mr-action{width:100%}.mr-name{font-size:1.8rem}}

/* ===== Extended layout for enriched pages ===== */
body{display:block;background:#1e140a}
.mr-head{position:sticky;top:0;z-index:50;background:rgba(30,20,10,.93);backdrop-filter:blur(8px);border-bottom:1px solid rgba(232,184,48,.2)}
.mr-head-in{max-width:1100px;margin:0 auto;padding:.8rem 1.2rem;display:flex;align-items:center;justify-content:space-between}
.mr-brand{display:flex;align-items:center;gap:.5rem;color:#e8b830;font-weight:800;font-size:1.15rem}
.mr-brand-logo{width:30px;height:30px;border-radius:8px}
.mr-nav{display:flex;gap:1.2rem}
.mr-navlink{color:rgba(255,255,255,.72);font-size:.9rem;font-weight:600;transition:color .2s}
.mr-navlink:hover{color:#e8b830}
main{display:block}
.mr-hero{max-width:820px;margin:0 auto;padding:4rem 1.2rem 3rem;text-align:center}
.mr-hero-title{font-size:2.4rem;font-weight:800;letter-spacing:-.01em;line-height:1.25;margin-bottom:1rem}
.mr-hero-sub{font-size:1.05rem;line-height:1.75;opacity:.72;max-width:640px;margin:0 auto 2rem}
.mr-hero-form{display:flex;gap:.6rem;max-width:440px;margin:0 auto}
.mr-hero-input{flex:1;padding:.8rem 1rem;border:1px solid rgba(232,184,48,.35);background:rgba(255,255,255,.05);color:#fff;border-radius:10px;font-size:.9rem;outline:none}
.mr-hero-input:focus{border-color:#e8b830}
.mr-hero-input::placeholder{color:rgba(255,255,255,.35)}
.mr-hero-btn{padding:.8rem 1.5rem;background:#e8b830;color:#1e140a;border:none;border-radius:10px;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .2s}
.mr-hero-btn:hover{transform:scale(1.03)}
.mr-hero-msg{color:#e8b830;font-size:.85rem;margin-top:1rem;display:none}
.mr-stats{max-width:1100px;margin:0 auto;padding:2rem 1.2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.mr-stat{text-align:center;padding:1.4rem 1rem;border:1px solid rgba(232,184,48,.2);border-radius:14px;background:rgba(255,255,255,.03)}
.mr-stat-num{font-size:2rem;font-weight:800;color:#e8b830;line-height:1}
.mr-stat-label{font-size:.82rem;opacity:.65;margin-top:.4rem}
.mr-sec{max-width:1100px;margin:0 auto;padding:3.5rem 1.2rem}
.mr-sec-alt{background:rgba(255,255,255,.025);max-width:none;padding:3.5rem 1.2rem}
.mr-sec-alt>*{max-width:1100px;margin-left:auto;margin-right:auto}
.mr-sec-title{font-size:1.8rem;font-weight:800;margin-bottom:.5rem;text-align:center;color:#e8b830}
.mr-sec-sub{font-size:.95rem;opacity:.6;text-align:center;margin-bottom:2.2rem}
.mr-markets{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.mr-market{padding:1.4rem;border:1px solid rgba(232,184,48,.2);border-radius:14px;background:rgba(255,255,255,.03);transition:border-color .2s,transform .2s}
.mr-market:hover{border-color:#e8b830;transform:translateY(-2px)}
.mr-market-h{font-size:1.1rem;color:#e8b830;margin-bottom:.5rem}
.mr-market-p{font-size:.88rem;opacity:.72;line-height:1.6}
.mr-feat{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.mr-feat-item{padding:1.4rem;border:1px solid rgba(232,184,48,.2);border-radius:14px}
.mr-feat-h{font-size:1.05rem;color:#e8b830;margin-bottom:.4rem}
.mr-feat-p{font-size:.85rem;opacity:.72;line-height:1.6}
.mr-why{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.mr-why-item{padding:1.4rem;border:1px solid rgba(232,184,48,.2);border-radius:14px}
.mr-why-h{font-size:1.05rem;color:#e8b830;margin-bottom:.4rem}
.mr-why-p{font-size:.85rem;opacity:.72;line-height:1.6}
.mr-rates-wrap{max-width:760px;margin:0 auto;overflow-x:auto}
.mr-rates{width:100%;border-collapse:collapse;font-size:.9rem}
.mr-rates th,.mr-rates td{padding:.7rem .9rem;text-align:left;border-bottom:1px solid rgba(232,184,48,.15)}
.mr-rates th{color:#e8b830;font-size:.78rem}
.mr-rates td{opacity:.88}
.mr-rates-note{font-size:.76rem;opacity:.45;text-align:center;margin-top:.8rem}
.mr-news{display:flex;flex-direction:column;gap:.8rem;max-width:820px;margin:0 auto}
.mr-news-item{display:flex;flex-direction:column;padding:1rem 1.2rem;border:1px solid rgba(232,184,48,.2);border-radius:12px;color:#fff;transition:border-color .2s,background .2s}
.mr-news-item:hover{border-color:#e8b830;background:rgba(232,184,48,.06)}
.mr-news-date{font-size:.76rem;color:#e8b830;opacity:.85;margin-bottom:.3rem}
.mr-news-title{font-size:1rem;font-weight:700;margin-bottom:.3rem}
.mr-news-prev{font-size:.85rem;opacity:.62;line-height:1.55}
.mr-loading{opacity:.55;font-size:.9rem;text-align:center;padding:1.5rem}
.mr-news-all{text-align:center;margin-top:1.6rem}
.mr-link{color:#e8b830;font-weight:700}
.mr-about{max-width:760px;margin:0 auto;font-size:.95rem;line-height:1.8;opacity:.78}
.mr-cta{max-width:820px;margin:0 auto;padding:3.5rem 1.2rem;text-align:center}
.mr-cta-title{font-size:1.9rem;font-weight:800;margin-bottom:.6rem}
.mr-cta-sub{font-size:1rem;opacity:.7;margin-bottom:2rem}
.mr-foot{border-top:1px solid rgba(232,184,48,.2);padding:2rem 1.2rem;background:rgba(0,0,0,.22)}
.mr-foot-in{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.mr-foot-brand{display:flex;align-items:center;gap:.5rem;color:#e8b830;font-weight:800}
.mr-foot-nav{display:flex;gap:1.2rem}
.mr-foot-nav a{color:rgba(255,255,255,.72);font-size:.88rem}
.mr-foot-nav a:hover{color:#e8b830}
.mr-foot-copy{font-size:.78rem;opacity:.45}
.mr-page-title{font-size:2rem;font-weight:800;text-align:center;padding:2.5rem 1.2rem .5rem;color:#e8b830}
.mr-page-sub{font-size:.95rem;opacity:.6;text-align:center;margin-bottom:2rem}
.mr-pager{display:flex;justify-content:center;gap:1rem;margin-top:2.2rem;flex-wrap:wrap}
.mr-pager button{padding:.6rem 1.3rem;background:transparent;border:1px solid #e8b830;color:#e8b830;border-radius:10px;font-weight:700;cursor:pointer}
.mr-pager button:disabled{opacity:.3;cursor:not-allowed}
.mr-pager button:not(:disabled):hover{background:#e8b830;color:#1e140a}
.mr-article{max-width:760px;margin:0 auto;padding:2.5rem 1.2rem}
.mr-article h1{font-size:1.9rem;font-weight:800;line-height:1.3;margin-bottom:.8rem}
.mr-article-meta{font-size:.82rem;color:#e8b830;opacity:.85;margin-bottom:1.8rem}
.mr-article-body{font-size:1rem;line-height:1.85;opacity:.9}
.mr-article-body p{margin-bottom:1.1rem}
.mr-back{display:inline-block;margin-top:2rem;color:#e8b830;font-weight:700}
.mr-error{color:#e8b830;text-align:center;padding:3rem 1.2rem}
@media(max-width:768px){
  .mr-hero-title{font-size:1.9rem}
  .mr-stats{grid-template-columns:repeat(2,1fr)}
  .mr-markets{grid-template-columns:1fr}
  .mr-feat{grid-template-columns:1fr}
  .mr-why{grid-template-columns:1fr}
  .mr-hero-form{flex-direction:column}
  .mr-hero-btn{width:100%}
  .mr-foot-in{flex-direction:column;text-align:center}
}