/* W10 — Owner-approved visual refinement (candidate only) */
.home-hero .hero-copy{max-width:760px}
.home-hero .lead{max-width:720px}
.intro-paths .path-card,.soft-band .path-card{min-height:190px;align-items:flex-start}
.intro-paths .path-card:first-child{border-color:rgba(200,146,42,.34);background:linear-gradient(145deg,#fffdf8,#fff7e7);box-shadow:0 14px 34px rgba(81,44,10,.075)}
.intro-paths .path-card:first-child .icon-box{background:linear-gradient(145deg,#7a100d,#9d241c);color:#fff;box-shadow:0 8px 20px rgba(118,13,10,.16)}
.broker-section{background:linear-gradient(180deg,#fffdf8 0%,#fff9eb 100%)}
.broker-section .provider-grid{grid-template-columns:1.16fr .92fr .92fr;align-items:stretch}
.broker-section .provider-card{position:relative;display:flex;flex-direction:column;min-height:330px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.broker-section .provider-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:rgba(200,146,42,.36)}
.broker-section .provider-card:first-child{border-color:rgba(200,146,42,.48);background:linear-gradient(150deg,#fffef9 0%,#fff5d9 100%);box-shadow:0 18px 44px rgba(81,44,10,.10)}
.broker-section .provider-card:first-child:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--gold2),var(--gold),var(--burg))}
.broker-section .provider-card:first-child .provider-monogram{background:linear-gradient(145deg,#8d1711,#5d0907);box-shadow:0 7px 18px rgba(118,13,10,.20)}
.broker-section .provider-card h3{font-size:26px}
.broker-section .provider-card p{flex:1}
.broker-section .provider-card a{margin-top:auto;padding-top:8px}
.broker-section .center-action:first-of-type{max-width:920px;margin-left:auto;margin-right:auto;color:var(--muted);font-size:13px}
.provider-card-rich{display:flex;flex-direction:column;min-height:100%}
.provider-card-rich .card-link{margin-top:auto}
.provider-card-rich:first-child{border-color:rgba(200,146,42,.46);background:linear-gradient(145deg,#fffef9,#fff7e3);box-shadow:0 18px 44px rgba(81,44,10,.09)}
.status-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#fff1c8;border:1px solid rgba(200,146,42,.30);color:#6f4b08;font-size:10px;line-height:1;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.mini-facts{display:grid;gap:8px;margin:14px 0 4px}
.mini-facts span{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border-radius:11px;background:#fffaf0;border:1px solid rgba(33,24,21,.07);color:#544b45;font-size:13px;line-height:1.45}
.mini-facts .icon{flex:0 0 auto;color:var(--burg);margin-top:2px}
.content-block[id$="-details"]{scroll-margin-top:110px}
.content-block[id="exness-details"]{border-color:rgba(200,146,42,.38);background:linear-gradient(145deg,#fff,#fff9e9)}
.knowledge-section .article-card{display:flex;flex-direction:column;min-height:230px}
.knowledge-section .article-card p{flex:1}
.final-panel{position:relative;overflow:hidden}
.final-panel:after{content:"";position:absolute;right:-70px;top:-110px;width:280px;height:280px;border-radius:50%;border:1px solid rgba(241,201,97,.20);box-shadow:0 0 0 34px rgba(241,201,97,.04),0 0 0 68px rgba(241,201,97,.025);pointer-events:none}
.final-panel>*{position:relative;z-index:1}
.page-hero .lead{max-width:900px}
.enhanced-page-hero .container{position:relative;z-index:1}
.route-card,.tool-hub-card,.method-grid article,.community-grid article{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.route-card:hover,.tool-hub-card:hover,.method-grid article:hover,.community-grid article:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);border-color:rgba(200,146,42,.30)}
@media(max-width:1000px){
  .broker-section .provider-grid{grid-template-columns:1fr 1fr}
  .broker-section .provider-card:first-child{grid-column:1/-1;min-height:auto}
}
@media(max-width:720px){
  .home-hero{min-height:auto}
  .home-hero .hero-backdrop{background-image:linear-gradient(180deg,rgba(255,253,248,.98) 0%,rgba(255,253,248,.92) 60%,rgba(255,253,248,.72) 100%),var(--hero-image,url('/assets/brand/hero-premium-720.webp'));background-position:68% center}
  .home-hero .hero-copy{padding:62px 0 50px}
  .home-hero h1{font-size:clamp(38px,11.4vw,50px);line-height:1.08}
  .home-hero .lead{font-size:17px;line-height:1.6}
  .hero-trust{display:grid;gap:8px}
  .cta-row .btn{width:100%}
  .intro-paths .path-card,.soft-band .path-card{min-height:auto}
  .broker-section .provider-grid{grid-template-columns:1fr}
  .broker-section .provider-card:first-child{grid-column:auto}
  .broker-section .provider-card{min-height:auto}
  .two-col-head{gap:18px}
  .final-panel{padding:30px 24px}
  .final-panel .btn{width:100%;margin-top:4px}
}
