.ronin-agency-overview{background:#f7f9fc;color:#10213e;letter-spacing:0}
.ronin-agency-overview *{box-sizing:border-box}
.ronin-agency-overview .container{width:min(100% - 32px,1180px);margin-inline:auto}
.ronin-agency-overview .eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:8px;}
.ronin-agency-overview .eyebrow.is-green{color:var(--green);}
.ronin-page.ronin-agency-overview .btn--outline-blue{background:#fff;color:var(--blue);border:1.5px solid var(--blue);transition:background .18s ease,color .18s ease;}
.ronin-page.ronin-agency-overview .btn--outline-blue:hover,.ronin-page.ronin-agency-overview .btn--outline-blue:focus-visible{background:var(--blue);color:#fff;}
.ronin-page.ronin-agency-overview .btn--outline-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);}
.ronin-page.ronin-agency-overview .btn--outline-light:hover{border-color:#fff;}

/* =========================================================
   AGENCY HERO (otsi-pms/ronin-agency-hero block)
   ========================================================= */
.ronin-agency-overview .agency-hero-v2{background:#fff;padding:40px 0 20px;}
.agency-hero-v2__grid{display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap;}
.agency-hero-v2__content{flex:1 1 380px;min-width:0;max-width:460px;}
.agency-hero-v2__title{font-size:34px;font-weight:800;line-height:1.12;margin:0 0 14px;color:var(--navy-950);}
.agency-hero-v2__desc{font-size:15px;line-height:1.65;color:var(--ink-soft);margin:0 0 20px;max-width:44ch;}
.agency-hero-v2__actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px;}
.agency-hero-v2__proof{display:flex;gap:14px;flex-wrap:nowrap;padding-top:18px;border-top:1px solid var(--gray-200);}
.agency-hero-v2__proof-item{display:flex;align-items:center;gap:8px;white-space:nowrap;}
.agency-hero-v2__fifa-mark{width:32px;height:32px;object-fit:contain;flex-shrink:0;}
.agency-hero-v2__proof-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;}
.agency-hero-v2__proof-icon.is-green{background:var(--green-tint);color:var(--green);}
.agency-hero-v2__proof-icon svg{width:14px;height:14px;}
.agency-hero-v2__proof-item strong{display:block;font-size:10px;font-weight:800;color:var(--blue);text-transform:uppercase;letter-spacing:.02em;}
.agency-hero-v2__proof-item span{font-size:10px;color:var(--ink-soft);}

.agency-hero-v2__visual{flex:1 1 420px;min-width:340px;display:flex;align-items:center;gap:14px;justify-content:flex-end;}
.agency-hero-v2__wheel{position:relative;width:360px;height:360px;flex-shrink:0;}
.agency-hero-v2__portrait{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:130px;height:130px;border-radius:50%;background:var(--navy-950) center/cover no-repeat;border:5px solid var(--navy-950);box-shadow:0 0 0 3px #fff,0 10px 26px rgba(18,36,62,.18);z-index:3;}
.agency-hero-v2__spokes{position:absolute;inset:0;width:100%;height:100%;}
.agency-hero-v2__spokes .spoke-ring{fill:none;stroke:var(--gray-200);stroke-width:1;}
.agency-hero-v2__spokes .spoke-line{stroke:var(--gray-300,#d5dae2);stroke-width:1;}
.agency-hero-v2__node{position:absolute;width:96px;text-align:center;z-index:2;text-decoration:none;color:inherit;transition:transform .15s ease;}
.agency-hero-v2__node:hover,.agency-hero-v2__node:focus-visible{transform:translateY(-2px);}
.agency-hero-v2__node:hover .agency-hero-v2__node-icon,.agency-hero-v2__node:focus-visible .agency-hero-v2__node-icon{background:var(--blue);}
.agency-hero-v2__node:hover strong,.agency-hero-v2__node:focus-visible strong{color:var(--blue);}
.agency-hero-v2__node-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--blue-ring);color:#fff;margin:0 auto 6px;box-shadow:0 6px 14px rgba(63,126,232,.3);}
.agency-hero-v2__node-icon svg{display:block;}
.agency-hero-v2__node-icon svg{width:22px;height:22px;}
.agency-hero-v2__node strong{display:block;font-size:12px;font-weight:800;color:var(--navy-950);line-height:1.25;}
.agency-hero-v2__node-caption{display:block;font-size:10px;color:var(--ink-soft);line-height:1.3;}
.agency-hero-v2__node.is-top{top:0;left:50%;transform:translateX(-50%);}
.agency-hero-v2__node.is-upleft{top:20%;left:0;}
.agency-hero-v2__node.is-upright{top:20%;right:0;}
.agency-hero-v2__node.is-lowleft{bottom:20%;left:0;}
.agency-hero-v2__node.is-lowright{bottom:20%;right:0;}
.agency-hero-v2__node.is-bottom{bottom:0;left:50%;transform:translateX(-50%);}

.agency-hero-v2__badge{flex:0 0 168px;background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;box-shadow:0 10px 26px rgba(18,36,62,.08);}
.agency-hero-v2__badge-fifa{width:34px;height:34px;object-fit:contain;margin-bottom:8px;}
.agency-hero-v2__badge strong{font-size:10px;font-weight:800;color:var(--navy-950);text-transform:uppercase;line-height:1.3;}
.agency-hero-v2__badge-shield{width:38px;height:38px;border-radius:50%;background:linear-gradient(160deg,var(--blue-ring),var(--blue));display:grid;place-items:center;margin:10px 0 6px;}
.agency-hero-v2__badge-shield svg{width:20px;height:20px;}
.agency-hero-v2__badge em{font-style:normal;font-size:10px;font-weight:700;color:var(--ink-soft);margin-bottom:8px;}
.agency-hero-v2__badge-verified{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:var(--green);background:var(--green-tint);border-radius:999px;padding:3px 8px;}
.agency-hero-v2__badge-verified svg{width:11px;height:11px;}

@media(max-width:1100px){.agency-hero-v2__visual{flex-direction:column;}}
@media(max-width:900px){.agency-hero-v2__wheel{width:260px;height:260px;}.agency-hero-v2__node{width:78px;}}

/* =========================================================
   VERIFIED AGENCY PROFILE BAR (otsi-pms/ronin-agency-profile block)
   ========================================================= */
.ronin-agency-overview .agency-profile-bar{background:#fff;padding:0 0 28px;}
.agency-profile-bar__panel{background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:22px 26px;box-shadow:0 10px 30px rgba(18,36,62,.05);}
.agency-profile-bar__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:16px;}
.agency-profile-bar__head .eyebrow{color:var(--blue);margin:0;}
.agency-profile-bar__verified{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--green);font-weight:700;}
.agency-profile-bar__verified svg{width:14px;height:14px;}
.agency-profile-bar__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));}
.agency-profile-bar__col{padding:0 14px;border-left:1px solid var(--gray-200);}
.agency-profile-bar__col:first-child{border-left:0;padding-left:0;}
.agency-profile-bar__icon{display:block;width:26px;height:26px;color:var(--blue-ring);margin-bottom:10px;}
.agency-profile-bar__icon svg{width:100%;height:100%;}
.agency-profile-bar__label{display:block;font-size:10px;font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.03em;margin-bottom:5px;}
.agency-profile-bar__value{display:block;font-size:15px;font-weight:800;color:var(--navy-950);line-height:1.3;margin-bottom:3px;}
.agency-profile-bar__sub{font-size:10px;color:var(--ink-soft);line-height:1.3;}
.agency-profile-bar__closing{font-size:12px;color:var(--ink-soft);text-align:center;margin:16px 0 0;padding-top:14px;border-top:1px solid var(--gray-100);}
@media(max-width:1000px){.agency-profile-bar__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:18px;}.agency-profile-bar__col:nth-child(3n+1){border-left:0;padding-left:0;}}
@media(max-width:620px){.agency-profile-bar__grid{grid-template-columns:repeat(2,minmax(0,1fr));}.agency-profile-bar__col:nth-child(3n+1){border-left:1px solid var(--gray-200);padding-left:14px;}.agency-profile-bar__col:nth-child(2n+1){border-left:0;padding-left:0;}}

/* =========================================================
   WHO WE SERVE (otsi-pms/ronin-agency-serve block)
   ========================================================= */
.ronin-agency-overview .agency-serve{background:var(--bg-tint);padding:30px 0;}
.agency-serve__head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:18px;}
.agency-serve__head .eyebrow{color:var(--blue);margin:0;}
.agency-serve__subtitle{font-size:12px;color:var(--ink-soft);}
.agency-serve__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch;}
.agency-serve__card{border-radius:12px;padding:20px;display:flex;flex-direction:column;background:#fff;border:1px solid var(--gray-200);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease;outline:none;}
.agency-serve__card:hover,.agency-serve__card:focus-within,.agency-serve__card:focus{background:var(--navy-950);border-color:var(--navy-950);color:#fff;}
.agency-serve__card-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.agency-serve__icon{flex:0 0 auto;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--gray-100);color:var(--navy-950);transition:background .18s ease,color .18s ease;}
.agency-serve__icon svg{width:19px;height:19px;display:block;}
.agency-serve__card:hover .agency-serve__icon,.agency-serve__card:focus-within .agency-serve__icon{background:rgba(255,255,255,.14);color:#fff;}
.agency-serve__card h3{font-size:15px;font-weight:700;margin:0;color:inherit;}
.agency-serve__subcopy{font-size:12px;font-weight:600;margin:0 0 10px;opacity:.7;}
.agency-serve__body{font-size:12px;line-height:1.55;margin:0 0 16px;flex:1;opacity:.85;}
.ronin-agency-overview .agency-serve__cta{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-decoration:none;padding:9px 14px;border-radius:8px;border:1.5px solid var(--gray-200);color:var(--navy-950);transition:background .18s ease,border-color .18s ease,color .18s ease;}
.agency-serve__card:hover .agency-serve__cta,.agency-serve__card:focus-within .agency-serve__cta{background:var(--gold);border-color:var(--gold);color:var(--navy-950);}
@media(max-width:1000px){.agency-serve__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:560px){.agency-serve__grid{grid-template-columns:1fr;}}

/* =========================================================
   REPRESENTATION MODEL TIMELINE (otsi-pms/ronin-agency-model block)
   ========================================================= */
.ronin-agency-overview .agency-model{background:#fff;padding:30px 0;}
.agency-model__head{margin-bottom:22px;}
.agency-model__head .eyebrow{color:var(--gold-dark);margin-bottom:6px;}
.agency-model__head h2{font-size:22px;font-weight:800;color:var(--navy-950);margin:0;}
.agency-model__head>p{font-size:12px;line-height:1.5;color:var(--ink-soft);max-width:65ch;margin:10px auto 0;text-align:center;}
.agency-model__timeline{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;position:relative;}
.agency-model__timeline>li{position:relative;padding:0 12px;border-left:1px solid var(--gray-200);}
.agency-model__timeline>li:first-child{border-left:0;padding-left:0;}
.agency-model__marker{position:relative;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;font-size:12px;font-weight:800;color:#fff;margin-bottom:14px;z-index:2;}
.agency-model__marker.is-green{background:var(--green);}
.agency-model__connector{position:absolute;top:15px;right:0;width:34px;height:12px;transform:translateY(-50%);color:var(--green);z-index:3;pointer-events:none;}
.agency-model__connector svg{width:100%;height:100%;display:block;}
.agency-model__timeline h3{font-size:12px;font-weight:700;color:var(--navy-950);margin:0 0 6px;line-height:1.3;}
.agency-model__timeline>li>p{font-size:12px;line-height:1.5;color:var(--ink-soft);margin:0 0 12px;}
.agency-model__outputs-label{display:block;font-size:10px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;}
.agency-model__outputs{list-style:none;margin:0;padding:0;display:grid;gap:4px;}
.agency-model__outputs li{position:relative;padding-left:14px;font-size:12px;color:var(--ink-soft);}
.agency-model__outputs li::before{content:"";position:absolute;left:0;top:4px;width:6px;height:6px;background:var(--green);border-radius:1px;}
@media(max-width:1000px){.agency-model__timeline{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:24px;}.agency-model__timeline>li:nth-child(3n+1){border-left:0;padding-left:0;}.agency-model__connector{display:none;}}
@media(max-width:620px){.agency-model__timeline{grid-template-columns:1fr;}.agency-model__timeline>li{border-left:0;padding-left:0;}}

/* =========================================================
   WHAT WE DO SERVICE TABLE (otsi-pms/ronin-agency-services block)
   ========================================================= */
.ronin-agency-overview .agency-services-table{background:var(--bg-tint);padding:30px 0;}
.agency-services-table__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px;}
.agency-services-table__head .eyebrow{color:var(--blue);margin-bottom:4px;}
.agency-services-table__head p{font-size:12px;color:var(--ink-soft);margin:0;}
.ronin-agency-overview .agency-services-table__all{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--blue);text-decoration:none;white-space:nowrap;}
.agency-services-table__wrap{background:#fff;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;}
.agency-services-table__table{width:100%;border-collapse:collapse;}
.agency-services-table__table thead th{background:var(--gray-100);text-align:left;font-size:10px;font-weight:800;color:var(--gray-500);text-transform:uppercase;letter-spacing:.03em;padding:11px 16px;}
.agency-services-table__table tbody tr:not(:last-child){border-bottom:1px solid var(--gray-100);}
.agency-services-table__table td{padding:13px 16px;font-size:12px;color:var(--ink-soft);vertical-align:top;}
.agency-services-table__service{display:flex;gap:10px;align-items:flex-start;min-width:200px;}
.agency-services-table__icon{width:32px;height:32px;border-radius:8px;background:var(--green-tint);color:var(--green);display:grid;place-items:center;flex-shrink:0;}
.agency-services-table__icon svg{width:17px;height:17px;display:block;}
.agency-services-table__service strong{display:block;font-size:12px;font-weight:700;color:var(--navy-950);margin-bottom:2px;}
.agency-services-table__service small{font-size:12px;color:var(--ink-soft);}
.agency-services-table__table td:last-child a{display:inline-flex;align-items:center;gap:5px;color:var(--blue);font-weight:700;text-decoration:none;white-space:nowrap;}
@media(max-width:900px){.agency-services-table__wrap{overflow-x:auto;}.agency-services-table__table{min-width:760px;}}

/* =========================================================
   MANDATE PATHWAY TIMELINE (otsi-pms/ronin-agency-pathway block)
   ========================================================= */
.ronin-agency-overview .agency-pathway{background:#fff;padding:30px 0;}
.agency-pathway .eyebrow{display:block;color:var(--blue);margin-bottom:6px;}
.agency-pathway h2{font-size:22px;font-weight:800;color:var(--navy-950);margin:0 0 20px;}
.agency-pathway__markers{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:14px;}
.agency-pathway__markers::before{content:"";position:absolute;top:15px;left:8%;right:8%;height:1px;background-image:linear-gradient(to right,var(--gray-300,#d5dae2) 50%,transparent 0);background-size:7px 1px;background-repeat:repeat-x;}
.agency-pathway__marker{position:relative;justify-self:center;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;font-size:12px;font-weight:800;color:#fff;z-index:2;}
.agency-pathway__marker.is-blue{background:var(--blue-ring);}
.agency-pathway__box{background:#fff;border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;}
.agency-pathway__timeline{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));}
.agency-pathway__timeline li{padding:18px 14px;border-left:1px solid var(--gray-200);text-align:center;}
.agency-pathway__timeline li:first-child{border-left:0;}
.agency-pathway__timeline h3{font-size:12px;font-weight:700;color:var(--navy-950);margin:0 0 6px;line-height:1.35;}
.agency-pathway__timeline p{font-size:12px;line-height:1.5;color:var(--ink-soft);margin:0;}
.agency-pathway__disclaimer{display:flex;align-items:center;gap:14px;background:var(--blue-tint);border-radius:10px;padding:14px 18px;margin-top:16px;flex-wrap:wrap;}
.agency-pathway__disclaimer-icon{flex:0 0 auto;display:flex;color:var(--blue-ring);}
.agency-pathway__disclaimer-icon svg{width:22px;height:22px;}
.agency-pathway__disclaimer p{flex:1 1 620px;min-width:280px;font-size:12px;line-height:1.6;color:var(--navy-950);margin:0;}
.agency-pathway__disclaimer-links{flex:0 0 auto;display:flex;gap:20px;flex-wrap:wrap;margin-left:auto;}
.ronin-agency-overview .agency-pathway__disclaimer-links a{font-size:12px;font-weight:700;color:var(--blue);text-decoration:none;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;}
@media(max-width:1000px){.agency-pathway__markers,.agency-pathway__timeline{grid-template-columns:repeat(3,minmax(0,1fr));}.agency-pathway__timeline li:nth-child(3n+1){border-left:0;}.agency-pathway__timeline li:nth-child(n+4){border-top:1px solid var(--gray-200);}.agency-pathway__markers::before{display:none;}.agency-pathway__markers{row-gap:24px;}}
@media(max-width:620px){.agency-pathway__markers,.agency-pathway__timeline{grid-template-columns:1fr;}.agency-pathway__timeline li{border-left:0;border-top:1px solid var(--gray-200);}.agency-pathway__timeline li:first-child{border-top:0;}.agency-pathway__disclaimer-links{margin-left:0;gap:14px;}.agency-pathway__disclaimer p{white-space:normal;}}

/* =========================================================
   RESPONSIBILITIES & TRANSPARENCY (otsi-pms/ronin-agency-responsibilities block)
   ========================================================= */
.ronin-agency-overview .agency-responsibilities{background:#fff;padding:30px 0;}
.agency-responsibilities .eyebrow{display:block;color:var(--blue);margin-bottom:16px;}
.agency-responsibilities__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start;}
.agency-responsibilities__card{border:1px solid var(--gray-200);border-radius:12px;padding:20px;box-shadow:0 1px 2px rgba(16,33,62,.04);}
.agency-responsibilities__card h3{font-size:15px;font-weight:800;color:var(--navy-950);margin:0 0 14px;}
.agency-responsibilities__list{list-style:none;margin:0;padding:0;display:grid;gap:10px;}
.agency-responsibilities__list li{display:flex;align-items:flex-start;gap:9px;font-size:12px;line-height:1.5;color:var(--ink-soft);}
.agency-responsibilities__check{flex:0 0 auto;width:16px;height:16px;margin-top:1px;}
.agency-responsibilities__list.is-green .agency-responsibilities__check{color:var(--green);}
.agency-responsibilities__list.is-blue .agency-responsibilities__check{color:var(--blue-ring);}
@media(max-width:900px){.agency-responsibilities__grid{grid-template-columns:1fr;}}

/* =========================================================
   GLOBAL CAPABILITY, CROSS-BORDER SUPPORT (otsi-pms/ronin-agency-global block)
   ========================================================= */
.ronin-agency-overview .agency-global{background:#fff;padding:0 0 32px;}
.agency-global__panel{background:linear-gradient(150deg,var(--navy-950),#0a2a4d);border-radius:18px;padding:32px 36px;display:grid;grid-template-columns:1fr 1.1fr .78fr;gap:28px;align-items:center;position:relative;overflow:hidden;color:#fff;}
.agency-global__col .eyebrow{display:block;color:var(--gold);margin-bottom:8px;}
.agency-global__col h2{font-size:22px;font-weight:800;line-height:1.3;margin:0 0 18px;color:#fff;}
.agency-global__points{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:12px;}
.agency-global__points li{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.5;color:#dbe2ee;}
.agency-global__point-icon{flex:0 0 auto;width:20px;height:20px;color:var(--gold);margin-top:1px;}
.agency-global__actions{display:flex;gap:10px;flex-wrap:wrap;}
.agency-global__actions .btn{padding:9px 14px;}
.agency-global__map{position:relative;width:100%;aspect-ratio:1478/801;background-color:#0a3d70;-webkit-mask-image:var(--map-src);mask-image:var(--map-src);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;}
.agency-global__offices{display:grid;gap:16px;align-content:start;}
.agency-global__offices > .eyebrow{color:var(--gold);}
.agency-global__office{border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:14px 16px;}
.agency-global__office-head{display:flex;align-items:center;gap:8px;margin-bottom:6px;}
.agency-global__office-head svg{width:20px;height:14px;border-radius:2px;flex-shrink:0;}
.agency-global__office-head strong{font-size:10px;letter-spacing:.04em;color:var(--gold);}
.agency-global__city{font-size:15px;font-weight:700;margin:0 0 8px;}
.agency-global__office ul{list-style:none;margin:0;padding:0;display:grid;gap:5px;}
.agency-global__office li{display:flex;align-items:center;gap:7px;font-size:12px;color:#c7d2e0;}
.agency-global__office li svg{width:13px;height:13px;flex-shrink:0;color:#8fa3bd;}
@media(max-width:1100px){.agency-global__panel{grid-template-columns:1fr 1fr;}.agency-global__map{display:none;}}
@media(max-width:700px){.agency-global__panel{grid-template-columns:1fr;padding:28px 22px;}}

/* =========================================================
   LICENCE, COMPLIANCE & SAFEGUARDS (otsi-pms/ronin-agency-compliance block)
   ========================================================= */
.ronin-agency-overview .agency-compliance{background:#fff;padding:26px 0;border-top:1px solid var(--gray-200);}
.agency-compliance__badges{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:0;}
.agency-compliance__badges li{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--navy-950);padding:0 18px;border-right:1px solid var(--gray-200);}
.agency-compliance__badges li:last-child{border-right:0;}
.agency-compliance__icon{flex:0 0 auto;width:18px;height:18px;color:var(--green);}
.agency-compliance__label{font-weight:700;white-space:nowrap;}
.agency-compliance__value{color:var(--ink-soft);white-space:nowrap;}
.agency-compliance__links{list-style:none;margin:0;padding:14px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:22px;border-top:1px solid var(--gray-200);}
.ronin-agency-overview .agency-compliance__links a{font-size:12px;font-weight:700;color:var(--blue);text-decoration:none;}
@media(max-width:900px){.agency-compliance__badges li{border-right:0;padding:6px 14px;}}

/* =========================================================
   CHOOSE THE RIGHT NEXT STEP (otsi-pms/ronin-agency-nextstep block)
   ========================================================= */
.ronin-agency-overview .agency-nextstep{background:var(--bg-tint);padding:32px 0;}
.agency-nextstep__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px;}
.agency-nextstep__head .eyebrow{display:block;color:var(--blue);margin-bottom:6px;}
.agency-nextstep__head h2{font-size:22px;font-weight:800;color:var(--navy-950);margin:0;}
.ronin-agency-overview .agency-nextstep__all{font-size:12px;font-weight:700;color:var(--blue);text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;}
.agency-nextstep__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.agency-nextstep__card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:22px;display:flex;flex-direction:column;}
.agency-nextstep__card-head{display:flex;align-items:center;gap:12px;margin-bottom:10px;}
.agency-nextstep__icon{flex:0 0 auto;width:38px;height:38px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;}
.agency-nextstep__icon svg{width:20px;height:20px;}
.agency-nextstep__card h3{font-size:15px;font-weight:800;color:var(--navy-950);margin:0;line-height:1.3;}
.agency-nextstep__card p{font-size:12px;color:var(--ink-soft);margin:0 0 14px;}
.agency-nextstep__card ul{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:7px;flex:1;}
.agency-nextstep__card li{font-size:12px;color:var(--ink-soft);padding-left:14px;position:relative;}
.agency-nextstep__card li::before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:var(--gray-500);}
.agency-nextstep__card .btn{align-self:flex-start;}
@media(max-width:900px){.agency-nextstep__grid{grid-template-columns:1fr;}}

/* =========================================================
   FREQUENT QUESTIONS (otsi-pms/ronin-agency-faq block)
   ========================================================= */
.ronin-agency-overview .agency-faq{background:#fff;padding:32px 0;}
.agency-faq .eyebrow{display:block;color:var(--blue);margin-bottom:16px;}
.agency-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;}
.agency-faq__col{display:flex;flex-direction:column;}
.agency-faq__item{border-bottom:1px solid var(--gray-200);padding:14px 0;}
.agency-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;font-size:12px;font-weight:700;color:var(--navy-950);}
.agency-faq__item summary::-webkit-details-marker{display:none;}
.agency-faq__toggle{flex:0 0 auto;width:20px;height:20px;border-radius:50%;background:var(--gray-100);color:var(--navy-950);display:grid;place-items:center;transition:transform .18s ease;}
.agency-faq__item[open] .agency-faq__toggle{transform:rotate(45deg);}
.agency-faq__item p{margin:10px 0 0;font-size:12px;line-height:1.6;color:var(--ink-soft);}
.agency-faq__cta{text-align:center;margin-top:26px;}
@media(max-width:900px){.agency-faq__grid{grid-template-columns:1fr;}}

/* =========================================================
   BUILD YOUR CAREER WITH CLARITY - closing CTA (otsi-pms/ronin-agency-cta block)
   ========================================================= */
.ronin-agency-overview .agency-final-cta{position:relative;overflow:hidden;background:var(--navy-950);min-height:320px;}
.ronin-agency-overview .agency-final-cta__player{display:block;position:absolute;left:0;bottom:0;width:210px;height:340px;background-repeat:no-repeat;background-position:bottom center;background-size:contain;}
.agency-final-cta__row{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:56px 0;}
.agency-final-cta__content{flex:0 0 720px;min-width:0;padding-left:60px;box-sizing:border-box;}
.agency-final-cta__content h2{color:#fff;font-size:27px;font-weight:800;line-height:1.25;margin:0 0 12px;}
.ronin-agency-overview .agency-final-cta__trust{color:#b7c1d6;font-size:12px;margin:0 0 40px;}
.agency-final-cta__actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;}
.agency-final-cta__actions .btn{padding-left:16px;padding-right:16px;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease;}
.ronin-agency-overview .agency-final-cta__actions .btn--outline-light:hover,.ronin-agency-overview .agency-final-cta__actions .btn--outline-light:focus-visible{background:var(--gold);color:var(--navy-950);border-color:var(--gold);}
.agency-final-cta__aside{position:relative;display:flex;gap:36px;flex-wrap:wrap;}
.agency-final-cta__features{list-style:none;margin:0;padding:0;display:grid;gap:16px;}
.agency-final-cta__features li{display:flex;align-items:flex-start;gap:10px;}
.agency-final-cta__features li span:first-child{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:rgba(255,255,255,.08);color:var(--gold);display:grid;place-items:center;}
.agency-final-cta__feature-icon svg{width:16px;height:16px;}
.agency-final-cta__features li strong{display:block;font-size:12px;font-weight:700;color:#fff;line-height:1.3;}
.agency-final-cta__features li small{display:block;font-size:12px;font-weight:400;color:#8fa0ba;margin-top:2px;}
@media(max-width:900px){
	.ronin-agency-overview .agency-final-cta__player{position:static;width:100%;height:200px;-webkit-mask-image:linear-gradient(to bottom,#000 70%,transparent 100%);mask-image:linear-gradient(to bottom,#000 70%,transparent 100%);}
	.agency-final-cta__row{flex-direction:column;align-items:stretch;padding-top:0;}
	.agency-final-cta__content{padding-left:0;padding-top:24px;flex-basis:auto;}
	.agency-final-cta__aside{width:100%;}
}
